mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-07-06 19:42:07 +08:00
发布v0.9.2
This commit is contained in:
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).
|
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
|
||||||
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
|
Change log format is based on [Keep a Changelog](http://keepachangelog.com/).
|
||||||
|
|
||||||
|
## [0.9.2](https://github.com/lyswhut/lx-music-mobile/compare/v0.9.1...v0.9.2) - 2021-11-28
|
||||||
|
|
||||||
|
### 优化
|
||||||
|
|
||||||
|
- 添加应用初始化出错时的错误捕获输出
|
||||||
|
- 优化歌词自动换源机制
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
|
||||||
|
- 修复因kw源歌词接口停用导致该源歌词获取失败的问题
|
||||||
|
|
||||||
|
### 其他
|
||||||
|
|
||||||
|
- 更新react-native到v0.66.3
|
||||||
|
- 更新Exoplayer到v2.16.0
|
||||||
|
|
||||||
## [0.9.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.9.0...v0.9.1) - 2021-10-23
|
## [0.9.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.9.0...v0.9.1) - 2021-10-23
|
||||||
|
|
||||||
### 修复
|
### 修复
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lx-music-mobile",
|
"name": "lx-music-mobile",
|
||||||
"version": "0.9.1",
|
"version": "0.9.2",
|
||||||
"versionCode": 32,
|
"versionCode": 33,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ar": "react-native run-android",
|
"ar": "react-native run-android",
|
||||||
"ios": "react-native run-ios",
|
"ios": "react-native run-ios",
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user