Skip to content

Commit

Permalink
发布v0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Mar 19, 2022
1 parent 42ef58a commit 540fd6e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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

### 优化
Expand Down
4 changes: 2 additions & 2 deletions package.json
@@ -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",
Expand Down

0 comments on commit 540fd6e

Please sign in to comment.