mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 09:22:09 +08:00
发布v0.1.2
This commit is contained in:
parent
fba6bd9ddc
commit
8d132b0b32
10
CHANGELOG.md
10
CHANGELOG.md
@ -6,6 +6,16 @@ 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.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.1.1...v0.1.2) - 2021-05-16
|
||||
|
||||
### 优化
|
||||
|
||||
- 在搜索、歌单、排行榜列表多选音乐后点菜单中的播放将会把已选的歌曲添加到试听列表播放
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复播放模块没拉取最新代码导致播放器存在无法从通知栏停止等问题
|
||||
|
||||
## [0.1.1] - 2021-05-15
|
||||
|
||||
- v0.1.1版本发布 🎊 🎉
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.1.1",
|
||||
"versionCode": 2,
|
||||
"version": "0.1.2",
|
||||
"versionCode": 3,
|
||||
"scripts": {
|
||||
"ar": "react-native run-android",
|
||||
"ios": "react-native run-ios",
|
||||
|
@ -1,5 +1 @@
|
||||
{
|
||||
"version":"0.1.1",
|
||||
"desc":"lx-music移动端v0.1.1版本发布 🎊 🎉",
|
||||
"history":[]
|
||||
}
|
||||
{"version":"0.1.2","desc":"优化\n- 在搜索、歌单、排行榜列表多选音乐后点菜单中的播放将会把已选的歌曲添加到试听列表播放\n\n修复\n- 修复播放模块没拉取最新代码导致播放器存在无法从通知栏停止等问题","history":[{"version":"0.1.1","desc":"lx-music移动端v0.1.1版本发布 🎊 🎉"}]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user