File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,12 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66Commit convention is based on [ Conventional Commits] ( http://conventionalcommits.org ) .
77Change log format is based on [ Keep a Changelog] ( http://keepachangelog.com/ ) .
88
9+ ## [ 0.18.2] ( https://github.com/lyswhut/lx-music-desktop/compare/v0.18.1...v0.18.2 ) - 2020-05-02
10+
11+ ### 修复
12+
13+ - 修复开启托盘时,可能导致无法自动更新的问题
14+
915## [ 0.18.1] ( https://github.com/lyswhut/lx-music-desktop/compare/v0.18.0...v0.18.1 ) - 2020-05-02
1016
1117### 优化
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 0.18.1 " ,
3+ "version" : " 0.18.2 " ,
44 "description" : " 一个免费的音乐下载助手" ,
55 "main" : " ./dist/electron/main.js" ,
66 "productName" : " lx-music-desktop" ,
Original file line number Diff line number Diff line change 1- ### 优化
2-
3- - win下的托盘图标使用更大的图片
4- - 加长软件协议的强制停留时间
5-
61### 修复
72
8- - 修复导入设置某些设置未立即生效的问题
3+ - 修复开启托盘时,可能导致无法自动更新的问题
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.18.1 " ,
3- "desc" : " <h3>优化</h3> \n <ul> \n <li>win下的托盘图标使用更大的图片</li> \n <li>加长软件协议的强制停留时间</li> \n </ul> \n <h3> 修复</h3>\n <ul>\n <li>修复导入设置某些设置未立即生效的问题 </li>\n </ul>\n " ,
2+ "version" : " 0.18.2 " ,
3+ "desc" : " <h3>修复</h3>\n <ul>\n <li>修复开启托盘时,可能导致无法自动更新的问题 </li>\n </ul>\n " ,
44 "history" : [
5+ {
6+ "version" : " 0.18.1" ,
7+ "desc" : " <h3>优化</h3>\n <ul>\n <li>win下的托盘图标使用更大的图片</li>\n <li>加长软件协议的强制停留时间</li>\n </ul>\n <h3>修复</h3>\n <ul>\n <li>修复导入设置某些设置未立即生效的问题</li>\n </ul>\n "
8+ },
59 {
610 "version" : " 0.18.0" ,
711 "desc": "<h3>新增</h3>\n<ul>\n<li>新增FLAC格式音乐标签信息写入与封面嵌入(因128k以外的音质已失效,目前该功能用不上了)</li>\n<li>添加软件启动时是否自动聚焦搜索框的设置</li>\n<li>新增托盘设置,默认关闭,可到设置开启,感谢 @LasyIsLazy 提交的PR</li>\n<li>新增打开酷狗源用户歌单</li>\n<li>新增使用协议</li>\n<li>新增虾米音源</li>\n<li>新增新皮肤“粉妆玉琢”、“青出于黑”,可去体验下~</li>\n<li>新增“超大”、“巨大”窗口尺寸</li>\n<li>新增播放详情页(退出详情页可点击右上角退出按钮或者在播放详情页任意地方<strong>鼠标快速右击两次</strong>)</li>\n</ul>\n<h3>优化</h3>\n<ul>\n<li>略微加深音量条底色</li>\n<li>优化其他界面细节</li>\n<li>优化英语翻译,感谢 @CPCer</li>\n<li>优化程序的流畅度</li>\n</ul>\n<h3>更变</h3>\n<ul>\n<li>下载列表的歌曲下载、播放将随设置中的保存路径改变而改变,不再固定指向其初始位置</li>\n<li>移除列表多选框,现在多选需要键盘配合,想要多选前需按下<code>Shift</code>或<code>Ctrl</code>键然后再鼠标点击想要选中的内容即可触发多选机制,其中<code>Shift</code>键用于连续选择,<code>Ctrl</code>键用于不连续选择,<code>Ctrl+a</code>用于快速全选。例子一:想要选中1-5项,则先按下<code>Shift</code>键后,鼠标点击第一项,再点击第五项即可完成选择;例子二:想要选中1项与第3项,则先按下<code>Ctrl</code>键后,鼠标点击第一项,再点击第三项即可完成选择;例子三:想要选中当前列表的全部内容,键盘先按下<code>Ctrl</code>键不放,然后按<code>a</code>键,即可完成选择。用<code>Shift</code>或<code>Ctrl</code>选择时,鼠标点击未选中的内容会将其选中,点击已选择的内容会将其取消选择,若想全部取消选择,在不按<code>Shift</code>或<code>Alt</code>键的情况下,随意点击列表里的一项内容即可全部取消选择。(P.S:<code>Ctrl</code>键对应Mac OS上的<code>Command</code>键)</li>\n<li>现在进度条的封面图左击改为打开播放详情页,在列表定位歌曲改为右击</li>\n</ul>\n<h3>修复</h3>\n<ul>\n<li>修复网易源某些歌曲提示没有可播放的音质的问题</li>\n<li>修复下载管理刷新URL失败时不标记任务下载失败的问题</li>\n<li>修复列表导出的文字描述,感谢 @CPCer</li>\n<li>修复歌曲切换方式无法取消勾选的问题</li>\n<li>修复打开歌单详情的情况下切到其他界面再切回来报错的问题</li>\n<li>修正播放列表浮动按钮错误的文字提示</li>\n</ul>\n<h3>移除</h3>\n<ul>\n<li>因128k以外的音质失效,So 禁止所有128k外的音质下载</li>\n</ul>\n<h3>其他</h3>\n<p>更新 Electron 到 8.2.5</p>\n"
You can’t perform that action at this time.
0 commit comments