mirror of
https://github.com/ikun0014/lx-music-mobile.git
synced 2025-05-23 22:37:41 +08:00
发布v0.8.0
This commit is contained in:
parent
4ee54930f2
commit
8b9c7988ee
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.8.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.7.1...v0.8.0) - 2021-09-06
|
||||||
|
|
||||||
|
### 新增
|
||||||
|
|
||||||
|
- 添加对通知栏歌曲进度条的支持
|
||||||
|
|
||||||
|
### 修复
|
||||||
|
|
||||||
|
- 修复某些情况下桌面歌词会导致APP崩溃的问题
|
||||||
|
- 修复从电脑浏览器复制的企鹅歌单链接无法打开的问题
|
||||||
|
|
||||||
|
### 其他
|
||||||
|
|
||||||
|
- 升级React native到v0.65.1
|
||||||
|
- 升级播放模块`react-native-track-player`到v2版本,优化通知栏歌曲信息显示逻辑
|
||||||
|
|
||||||
## [0.7.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.7.0...v0.7.1) - 2021-08-23
|
## [0.7.1](https://github.com/lyswhut/lx-music-mobile/compare/v0.7.0...v0.7.1) - 2021-08-23
|
||||||
|
|
||||||
### 修复
|
### 修复
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lx-music-mobile",
|
"name": "lx-music-mobile",
|
||||||
"version": "0.8.0-beta3",
|
"version": "0.8.0",
|
||||||
"versionCode": 26,
|
"versionCode": 27,
|
||||||
"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
Loading…
x
Reference in New Issue
Block a user