-
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
4 changed files
with
21 additions
and
40 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
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,42 +1,8 @@ | ||
### 新增 | ||
|
||
- 新增FLAC格式音乐标签信息写入与封面嵌入(因128k以外的音质已失效,目前该功能用不上了) | ||
- 添加软件启动时是否自动聚焦搜索框的设置 | ||
- 新增托盘设置,默认关闭,可到设置开启,感谢 @LasyIsLazy 提交的PR | ||
- 新增打开酷狗源用户歌单 | ||
- 新增使用协议 | ||
- 新增虾米音源 | ||
- 新增新皮肤“粉妆玉琢”、“青出于黑”,可去体验下~ | ||
- 新增“超大”、“巨大”窗口尺寸 | ||
- 新增播放详情页(退出详情页可点击右上角退出按钮或者在播放详情页任意地方**鼠标快速右击两次**) | ||
|
||
### 优化 | ||
|
||
- 略微加深音量条底色 | ||
- 优化其他界面细节 | ||
- 优化英语翻译,感谢 @CPCer | ||
- 优化程序的流畅度 | ||
|
||
### 更变 | ||
|
||
- 下载列表的歌曲下载、播放将随设置中的保存路径改变而改变,不再固定指向其初始位置 | ||
- 移除列表多选框,现在多选需要键盘配合,想要多选前需按下`Shift`或`Ctrl`键然后再鼠标点击想要选中的内容即可触发多选机制,其中`Shift`键用于连续选择,`Ctrl`键用于不连续选择,`Ctrl+a`用于快速全选。例子一:想要选中1-5项,则先按下`Shift`键后,鼠标点击第一项,再点击第五项即可完成选择;例子二:想要选中1项与第3项,则先按下`Ctrl`键后,鼠标点击第一项,再点击第三项即可完成选择;例子三:想要选中当前列表的全部内容,键盘先按下`Ctrl`键不放,然后按`a`键,即可完成选择。用`Shift`或`Ctrl`选择时,鼠标点击未选中的内容会将其选中,点击已选择的内容会将其取消选择,若想全部取消选择,在不按`Shift`或`Alt`键的情况下,随意点击列表里的一项内容即可全部取消选择。(P.S:`Ctrl`键对应Mac OS上的`Command`键) | ||
- 现在进度条的封面图左击改为打开播放详情页,在列表定位歌曲改为右击 | ||
- win下的托盘图标使用更大的图片 | ||
- 加长软件协议的强制停留时间 | ||
|
||
### 修复 | ||
|
||
- 修复网易源某些歌曲提示没有可播放的音质的问题 | ||
- 修复下载管理刷新URL失败时不标记任务下载失败的问题 | ||
- 修复列表导出的文字描述,感谢 @CPCer | ||
- 修复歌曲切换方式无法取消勾选的问题 | ||
- 修复打开歌单详情的情况下切到其他界面再切回来报错的问题 | ||
- 修正播放列表浮动按钮错误的文字提示 | ||
|
||
### 移除 | ||
|
||
- 因128k以外的音质失效,So 禁止所有128k外的音质下载 | ||
|
||
### 其他 | ||
|
||
更新 Electron 到 8.2.5 | ||
|
||
- 修复导入设置某些设置未立即生效的问题 |
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