mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
发布v0.11.0
This commit is contained in:
parent
42ef58a5bc
commit
540fd6e634
21
CHANGELOG.md
21
CHANGELOG.md
@ -6,6 +6,27 @@ 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/).
|
||||
|
||||
## [0.11.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.3...v0.11.0) - 2022-03-19
|
||||
|
||||
### 新增
|
||||
|
||||
- 新增“点击列表里的歌曲时自动切换到当前列表播放”设置,此功能仅对歌单、排行榜有效,默认关闭
|
||||
- 添加试听接口,这是测试接口、临时接口都不可用时最后的选择...
|
||||
|
||||
### 优化
|
||||
|
||||
- 过滤tx源某些不支持播放的歌曲,解决播放此类内容会导致意外的问题
|
||||
- 备份与恢复兼容单个列表文件的导入
|
||||
- 添加通知权限的检查提醒,点击“不再提示”后,将会在设置-清空缓存后才会恢复提示
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复Android 12下的桌面歌词锁定后还是无法在应用外点击歌词后面下面的内容的问题
|
||||
|
||||
### 其他
|
||||
|
||||
- 升级React native到v0.67.4
|
||||
|
||||
## [0.10.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.2...v0.10.3) - 2022-01-28
|
||||
|
||||
### 优化
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.11.0-beta3",
|
||||
"versionCode": 38,
|
||||
"version": "0.11.0",
|
||||
"versionCode": 39,
|
||||
"scripts": {
|
||||
"ar": "react-native run-android",
|
||||
"ios": "react-native run-ios",
|
||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user