mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
发布v0.10.1
This commit is contained in:
parent
2a9787db68
commit
a81fd8dfcc
16
CHANGELOG.md
16
CHANGELOG.md
@ -6,6 +6,22 @@ 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.10.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.10.0...v0.10.1) - 2022-01-22
|
||||
|
||||
### 优化
|
||||
|
||||
- 优化通知栏的更新机制,尝试修复魅族的通知栏图片不显示的问题
|
||||
- 我的列表-列表名的右击菜单更新已收藏的在线列表时,将始终重新加载,不再使用缓存,解决在原平台更新歌单后,在LX点击更新可能看到的还是在原平台更新前的歌单的问题
|
||||
|
||||
### 修复
|
||||
|
||||
- 修复tx源无搜索结果的问题
|
||||
- 修复小米等设备下面的手势提示线背景颜色为黑色的问题
|
||||
|
||||
### 其他
|
||||
|
||||
- 升级React native到v0.67.1
|
||||
|
||||
## [0.10.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.9.2...v0.10.0) - 2021-12-30
|
||||
|
||||
### 新增
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lx-music-mobile",
|
||||
"version": "0.10.1-beta2",
|
||||
"versionCode": 34,
|
||||
"version": "0.10.1",
|
||||
"versionCode": 35,
|
||||
"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