-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
19 changed files
with
1,805 additions
and
2,598 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,16 @@ | ||
### 新增 | ||
|
||
- 添加黑色托盘图标 | ||
- 自定义源新增`version`字段,新增`utils.buffer.bufToString`方法 | ||
|
||
### 优化 | ||
|
||
- 大幅优化我的列表、下载、歌单、排行榜列表性能,现在即使同一列表内的歌曲很多时也不会卡顿了 | ||
- 优化列表同步代码逻辑 | ||
- 优化开关评论时的动画性能 | ||
- 优化进入、离开播放详情页的性能 | ||
- 兼容桌面歌词以触摸的方式移动、调整大小 | ||
- 调整图标尺寸 | ||
- 优化我的列表、下载列表等列表的滚动流畅度 | ||
- 优化下载功能的批量添加、删除、暂停任务时的流畅度,现在进行这些操作应该不会再觉得卡顿了 | ||
- 支持启动软件时恢复播放下载列表里的歌曲 | ||
- 添加媒体播放进度条的信息设置 | ||
|
||
### 修复 | ||
|
||
- 修复kg源的歌单链接无法打开的问题 | ||
- 修复同一首歌的URL、歌词等同时需要换源时的处理问题 | ||
- 修复某些情况下获取URL失败时会意外切歌的问题 | ||
- 修复了某些情况下会列表同步失败,导致连接断开无限重连或一直卡在 `syncing...` 的问题 | ||
- 修复列表数据过大导致同步失败的问题 | ||
|
||
### 其他 | ||
|
||
- 更新 Electron 到 v15.3.0 | ||
- 更新electron到v15.3.1(这修复了媒体控制失效的问题) |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.