mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-03 14:52:09 +08:00
发布v0.6.0
This commit is contained in:
parent
dc8a1cdf7a
commit
ddd1166f47
17
CHANGELOG.md
17
CHANGELOG.md
@ -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
2
package-lock.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.6.0-beta2",
|
||||
"version": "0.6.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user