发布 v1.6.0

This commit is contained in:
lyswhut 2024-08-24 13:01:35 +08:00
parent ed3c07546c
commit 5da9857131
4 changed files with 12 additions and 5 deletions

View File

@ -6,6 +6,13 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
Commit convention is based on [Conventional Commits](http://conventionalcommits.org). Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/). Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
## [1.6.0](https://github.com/lyswhut/lx-music-mobile/compare/v1.5.0...v1.6.0) - 2024-08-24
### 新增
- 新增 我的列表-歌曲右击菜单-歌曲换源 功能,换源后下次再播放该列表的该歌曲时将优先尝试播放所选源的歌曲,该功能允许你手动指定来源以解决自动换源失败或者换源不准确的问题
- 新增 Scheme URL 调用支持调用传参格式与PC端一致详情看文档说明 https://lyswhut.github.io/lx-music-doc/mobile/scheme-url
## [1.5.0](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.2...v1.5.0) - 2024-08-03 ## [1.5.0](https://github.com/lyswhut/lx-music-mobile/compare/v1.4.2...v1.5.0) - 2024-08-03
我们发布了关于 LX Music 项目发展调整与新项目计划的说明, 我们发布了关于 LX Music 项目发展调整与新项目计划的说明,

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "1.6.0-beta.2", "version": "1.6.0",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "1.6.0-beta.2", "version": "1.6.0",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@craftzdog/react-native-buffer": "^6.0.5", "@craftzdog/react-native-buffer": "^6.0.5",

View File

@ -1,7 +1,7 @@
{ {
"name": "lx-music-mobile", "name": "lx-music-mobile",
"version": "1.6.0-beta.2", "version": "1.6.0",
"versionCode": 68, "versionCode": 69,
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "react-native run-android --active-arch-only", "dev": "react-native run-android --active-arch-only",

File diff suppressed because one or more lines are too long