发布v0.6.0

This commit is contained in:
lyswhut 2021-08-08 10:30:38 +08:00
parent dc8a1cdf7a
commit ddd1166f47
4 changed files with 21 additions and 4 deletions

View File

@ -6,6 +6,23 @@ 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.6.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.5.3...v0.6.0) - 2021-08-08
### 新增
- 新增局域网同步功能实验性首次使用前建议先备份一次列表此功能需要配合PC端使用移动端与PC端处在同一个局域网路由器的网络下时可以多端实时同步歌曲列表使用问题请看"常见问题"。
- 新增桌面歌词
### 优化
- 优化退出应用的机制,现在在需要退出应用的场景将会完全退出应用
### 修复
- 修复某些情况下出现恢复播放信息失败的问题
- 修复删除列表中正在播放的歌曲时会自动跳到第一首的问题
- 修复因其他应用需要播放声音而暂停播放音乐时歌词不会暂停播放导致恢复播放后歌词与播放进度不一致的问题
## [0.5.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.5.2...v0.5.3) - 2021-07-23
### 修复

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "lx-music-mobile",
"version": "0.6.0-beta2",
"version": "0.6.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.6.0-beta2",
"versionCode": 21,
"version": "0.6.0",
"versionCode": 22,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",

File diff suppressed because one or more lines are too long