Skip to content

Commit

Permalink
发布v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Apr 14, 2024
1 parent eb8104e commit 3e02311
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 21 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,30 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).

## [1.3.0](https://github.com/lyswhut/lx-music-mobile/compare/v1.2.0...v1.3.0) - 2024-04-14

### 新增

- 新增棕色主题“泥牛入海”
- 新增设置-基本设置-总是保留状态栏高度设置,如果在你的设备上出现软件可交互内容与状态栏内容显示重叠的情况,可以启用该设置以始终为系统状态栏保留空间
- 新增在线自定义源导入功能,允许通过http/https链接导入自定义源

### 优化

- 不再丢弃kg源逐行歌词(@helloplhm-qwq
- 支持kw源排行榜显示大小(revert @Folltoshe #1460
- 优化本地歌曲换源匹配机制

### 修复

- 修复mg歌词在某些情况下获取失败的问题
- 修复mg歌单搜索(@helloplhm-qwq
- 修复kg最新评论无法获取的问题(@helloplhm-qwq

### 其他

- 更新 React native 到 v0.73.6

## [1.2.0](https://github.com/lyswhut/lx-music-mobile/compare/v1.1.1...v1.2.0) - 2024-02-01

提前祝大家新年快乐!
Expand Down
32 changes: 16 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "1.3.0-beta.1",
"versionCode": 63,
"version": "1.3.0",
"versionCode": 64,
"private": true,
"scripts": {
"dev": "react-native run-android --active-arch-only",
Expand Down Expand Up @@ -46,7 +46,7 @@
"@craftzdog/react-native-buffer": "^6.0.5",
"@react-native-async-storage/async-storage": "^1.23.1",
"@react-native-clipboard/clipboard": "^1.14.0",
"@react-native-community/slider": "^4.5.1",
"@react-native-community/slider": "^4.5.2",
"iconv-lite": "^0.6.3",
"lrc-file-parser": "^2.4.1",
"message2call": "^0.1.3",
Expand Down Expand Up @@ -76,7 +76,7 @@
"@react-native/metro-config": "^0.74.79",
"@react-native/typescript-config": "^0.74.79",
"@tsconfig/react-native": "^3.0.5",
"@types/react": "^18.2.77",
"@types/react": "^18.2.78",
"@types/react-native": "^0.72.8",
"@types/react-native-background-timer": "^2.0.2",
"@types/react-native-vector-icons": "^6.4.18",
Expand Down
2 changes: 1 addition & 1 deletion publish/version.json

Large diffs are not rendered by default.

1 comment on commit 3e02311

@AllenLmz
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

卧槽,万青!

Please sign in to comment.