mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
发布v0.1.4
This commit is contained in:
parent
53cc91069c
commit
7a18cfa7ee
@ -6,6 +6,12 @@ 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/).
|
||||||
|
|
||||||
|
## [0.1.4](https://github.com/lyswhut/lx-music-mobile/compare/v0.1.3...v0.1.4) - 2021-05-16
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
|
||||||
|
- 修复获取在线列表时快速切换会导致APP闪退的问题
|
||||||
|
|
||||||
## [0.1.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.1.2...v0.1.3) - 2021-05-16
|
## [0.1.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.1.2...v0.1.3) - 2021-05-16
|
||||||
|
|
||||||
### 优化
|
### 优化
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lx-music-mobile",
|
"name": "lx-music-mobile",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"versionCode": 4,
|
"versionCode": 5,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ar": "react-native run-android",
|
"ar": "react-native run-android",
|
||||||
"ios": "react-native run-ios",
|
"ios": "react-native run-ios",
|
||||||
|
@ -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版本发布 🎊 🎉"}]}
|
{"version":"0.1.4","desc":"修复\n- 修复获取在线列表时快速切换会导致APP闪退的问题","history":[{"version":"0.1.3","desc":"优化\n- 添加导入提示,兼容从PC端“全部数据”类型的备份文件中导入歌单\n- 添加全局异常错误捕获,现在一般情况下APP崩溃前会弹窗提示错误信息。"},{"version":"0.1.2","desc":"优化\n- 在搜索、歌单、排行榜列表多选音乐后点菜单中的播放将会把已选的歌曲添加到试听列表播放\n\n修复\n- 修复播放模块没拉取最新代码导致播放器存在无法从通知栏停止等问题"},{"version":"0.1.1","desc":"lx-music移动端v0.1.1版本发布 🎊 🎉"}]}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user