Skip to content

Commit

Permalink
发布v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lyswhut committed Sep 28, 2023
1 parent 1c692dd commit 83b2b41
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 5 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,27 @@ 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/).

## [1.1.1](https://github.com/lyswhut/lx-music-mobile/compare/v1.1.0...v1.1.1) - 2023-09-28

落雪提前祝大家中秋快乐~🥮😘!

### 优化

- 通过歌曲菜单添加不喜欢歌曲时需要二次确认防止手抖
- 减慢歌词详情页歌词滚动速度
- 更改应用窗口大小获取方式,尝试解决在某些设备上的背景、弹出菜单显示问题
- 优化同步功能错误消息提示,因同步服务版本不匹配导致的连接失败现在将区分提示

### 修复

- 修复横屏状态下的歌词滚动位置计算问题
- 修复切歌时歌词激活行的重置问题
- 修复更新翻译歌词、罗马音歌词设置后需重启应用才生效的问题,现在更新设置后会立即生效

### 其他

- 更新 React native 到 v0.72.5

## [1.1.0](https://github.com/lyswhut/lx-music-mobile/compare/v1.0.6...v1.1.0) - 2023-09-09

目前本项目的原始发布地址只有 **GitHub****蓝奏网盘** (在设置-关于有说明),其他渠道均为第三方转载发布,可信度请自行鉴别。
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
@@ -1,7 +1,7 @@
{
"name": "lx-music-mobile",
"version": "1.1.1-beta.2",
"versionCode": 61,
"version": "1.1.1",
"versionCode": 62,
"private": true,
"scripts": {
"dev": "react-native run-android --active-arch-only",
Expand Down
2 changes: 2 additions & 0 deletions publish/changeLog.md
@@ -1,3 +1,5 @@
落雪提前祝大家中秋快乐~🥮😘!

### 优化

- 通过歌曲菜单添加不喜欢歌曲时需要二次确认防止手抖
Expand Down
2 changes: 1 addition & 1 deletion publish/version.json

Large diffs are not rendered by default.

0 comments on commit 83b2b41

Please sign in to comment.