Skip to content

Commit

Permalink
发布v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Jun 17, 2022
1 parent 0fa6d08 commit 6832e11
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 13 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,31 @@ 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.14.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.13.0...v0.14.0) - 2022-06-17

### 新增

- 新增设置-桌面歌词-单行歌词设置,默认关闭,启用后只显示一行歌词,超出窗口宽度自动滚动到末尾
- 新增设置-桌面歌词-显示歌词切换动画,默认启用,如果你觉得切换动画影响视觉可以将其关闭
- 新增设置-基本设置-启动后自动播放音乐,默认关闭

### 优化

- 支持mg源的歌词翻译(之前添加的歌曲需要去设置清空缓存才会刷新歌词)
- 添加歌曲列表更新操作的二次确认
- 添加导入文件错误时的指引提示

### 修复

- 修复桌面歌词转繁体设置不立即生效的问题
- 修复搜索、歌单、排行榜列表可能在切换新内容后出现上次列表内容的残留问题(#118
- 修复在某些系统上播放音乐会导致应用崩溃的问题(#129
- 修复停止播放后的播放器状态清理问题

### 文档

移动版文档已迁移到:<https://lyswhut.github.io/lx-music-doc/mobile>

## [0.13.0](https://github.com/lyswhut/lx-music-mobile/compare/v0.12.0...v0.13.0) - 2022-05-22

从这个版本起,你可以将桌面歌词拖动到状态栏上,然后将歌词字体调小后配合新增的歌词窗口宽度、行数设置,模拟出类似状态栏歌词的效果。
Expand Down
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "0.14.0-beta.5",
"versionCode": 42,
"version": "0.14.0",
"versionCode": 43,
"scripts": {
"ar": "react-native run-android",
"ios": "react-native run-ios",
Expand Down Expand Up @@ -46,7 +46,7 @@
"buffer": "^6.0.3",
"console-browserify": "^1.2.0",
"events": "^3.3.0",
"i18next": "^21.8.9",
"i18next": "^21.8.10",
"js-htmlencode": "^0.3.0",
"lrc-file-parser": "^2.0.0",
"pako": "^2.0.4",
Expand Down

0 comments on commit 6832e11

Please sign in to comment.