发布v0.5.2

This commit is contained in:
lyswhut 2021-07-22 15:25:18 +08:00
parent 8cd01bc892
commit 3c580f42fd
3 changed files with 15 additions and 3 deletions

View File

@ -6,6 +6,18 @@ 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.5.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.5.1...v0.5.2) - 2021-07-22
### 优化
- 优化mg源打开歌单的链接兼容
### 修复
- 修复单曲循环播放时循环次数为偶数时歌词不重新播放的问题
- 添加针对进入歌词界面时某些情况下会弹出`scrollToIndex out of range: requested index ...`崩溃错误弹窗的处理
- 修复导入kg歌单最多只能加载100、500首歌曲的问题。注现在可以加载1000+首歌曲的歌单但出于未知原因会导致部分歌曲无法加载可能是无版权导致的目前酷狗码仍然最多只能加载500首歌
## [0.5.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.5.0...v0.5.1) - 2021-07-05
### 优化

View File

@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.5.1",
"versionCode": 18,
"version": "0.5.2",
"versionCode": 19,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",

File diff suppressed because one or more lines are too long