mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
发布v0.8.3
This commit is contained in:
parent
111f59b8eb
commit
f8fc8d3111
11
CHANGELOG.md
11
CHANGELOG.md
@ -6,6 +6,17 @@ 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.8.3](https://github.com/lyswhut/lx-music-mobile/compare/v0.8.2...v0.8.3) - 2021-10-07
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复我的列表搜索无法搜索小括号、中括号等字符,并会导致应用崩溃的问题
|
||||
- 修复使用同步功能同步完成后,列表没有被保存,导致下次再连接同步时被同步新增的歌曲被移除的问题(此问题由v0.8.2的存储切片改造引入的)
|
||||
|
||||
### 其他
|
||||
|
||||
- 更新React native到v0.66.0
|
||||
|
||||
## [0.8.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.8.1...v0.8.2) - 2021-10-02
|
||||
|
||||
### 优化
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.8.3-beta",
|
||||
"versionCode": 29,
|
||||
"version": "0.8.3",
|
||||
"versionCode": 30,
|
||||
"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