发布v1.3.0

This commit is contained in:
lyswhut 2024-04-14 16:11:04 +08:00
parent eb8104e160
commit 3e02311ca2
4 changed files with 45 additions and 21 deletions

View File

@ -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
提前祝大家新年快乐!

32
package-lock.json generated
View File

@ -1,18 +1,18 @@
{
"name": "lx-music-mobile",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "lx-music-mobile",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"license": "Apache-2.0",
"dependencies": {
"@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",
@ -42,7 +42,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",
@ -3237,9 +3237,9 @@
"integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A=="
},
"node_modules/@react-native-community/slider": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.1.tgz",
"integrity": "sha512-s3PChKU3tj/7i3z+VjxeO6n9YkoCg2omW9EYmN66bFjqsi4/aynX/nbPbFun1K97Zz8/eP5dl9YTeS0l2sLmNA=="
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.2.tgz",
"integrity": "sha512-DbFyCyI7rwl0FkBkp0lzEVp+5mNfS5qU/nM2sK2aSguWhj0Odkt1aKHP2iW/ljruOhgS/O4dEixXlne4OdZJDQ=="
},
"node_modules/@react-native-mac/virtualized-lists": {
"version": "0.73.3",
@ -4228,9 +4228,9 @@
"license": "MIT"
},
"node_modules/@types/react": {
"version": "18.2.77",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.77.tgz",
"integrity": "sha512-CUT9KUUF+HytDM7WiXKLF9qUSg4tGImwy4FXTlfEDPEkkNUzJ7rVFolYweJ9fS1ljoIaP7M7Rdjc5eUm/Yu5AA==",
"version": "18.2.78",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.78.tgz",
"integrity": "sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@ -14888,9 +14888,9 @@
}
},
"@react-native-community/slider": {
"version": "4.5.1",
"resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.1.tgz",
"integrity": "sha512-s3PChKU3tj/7i3z+VjxeO6n9YkoCg2omW9EYmN66bFjqsi4/aynX/nbPbFun1K97Zz8/eP5dl9YTeS0l2sLmNA=="
"version": "4.5.2",
"resolved": "https://registry.npmjs.org/@react-native-community/slider/-/slider-4.5.2.tgz",
"integrity": "sha512-DbFyCyI7rwl0FkBkp0lzEVp+5mNfS5qU/nM2sK2aSguWhj0Odkt1aKHP2iW/ljruOhgS/O4dEixXlne4OdZJDQ=="
},
"@react-native-mac/virtualized-lists": {
"version": "0.73.3",
@ -15694,9 +15694,9 @@
"dev": true
},
"@types/react": {
"version": "18.2.77",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.77.tgz",
"integrity": "sha512-CUT9KUUF+HytDM7WiXKLF9qUSg4tGImwy4FXTlfEDPEkkNUzJ7rVFolYweJ9fS1ljoIaP7M7Rdjc5eUm/Yu5AA==",
"version": "18.2.78",
"resolved": "https://registry.npmjs.org/@types/react/-/react-18.2.78.tgz",
"integrity": "sha512-qOwdPnnitQY4xKlKayt42q5W5UQrSHjgoXNVEtxeqdITJ99k4VXJOP3vt8Rkm9HmgJpH50UNU+rlqfkfWOqp0A==",
"dev": true,
"requires": {
"@types/prop-types": "*",

View File

@ -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",
@ -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",
@ -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",

File diff suppressed because one or more lines are too long