发布v0.1.3

This commit is contained in:
lyswhut 2021-05-16 21:31:29 +08:00
parent a668402351
commit 2f78537b89
3 changed files with 10 additions and 3 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).
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
## [0.1.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.1.2...v0.1.3) - 2021-05-16
### 优化
- 添加导入提示兼容从PC端“全部数据”类型的备份文件中导入歌单
- 添加全局异常错误捕获现在一般情况下APP崩溃前会弹窗提示错误信息。
## [0.1.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.1.1...v0.1.2) - 2021-05-16
### 优化

View File

@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.1.2",
"versionCode": 3,
"version": "0.1.3",
"versionCode": 4,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",

View File

@ -1 +1 @@
{"version":"0.1.2","desc":"优化\n- 在搜索、歌单、排行榜列表多选音乐后点菜单中的播放将会把已选的歌曲添加到试听列表播放\n\n修复\n- 修复播放模块没拉取最新代码导致播放器存在无法从通知栏停止等问题","history":[{"version":"0.1.1","desc":"lx-music移动端v0.1.1版本发布 🎊 🎉"}]}
{"version":"0.1.3","desc":"优化\n- 添加导入提示兼容从PC端“全部数据”类型的备份文件中导入歌单\n- 添加全局异常错误捕获现在一般情况下APP崩溃前会弹窗提示错误信息。","history":[{"version":"0.1.2","desc":"优化\n- 在搜索、歌单、排行榜列表多选音乐后点菜单中的播放将会把已选的歌曲添加到试听列表播放\n\n修复\n- 修复播放模块没拉取最新代码导致播放器存在无法从通知栏停止等问题"},{"version":"0.1.1","desc":"lx-music移动端v0.1.1版本发布 🎊 🎉"}]}