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,21 @@ 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+ ## [ 1.17.1] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.17.0...v1.17.1 ) - 2022-01-28
10+
11+ ### 优化
12+
13+ - 优化kw源英文与翻译歌词的匹配
14+
15+ ### 修复
16+
17+ - 修复快捷键与默认按键行为冲突的问题,现在若将某些有默认行为的按键(如在列表中上、下箭头、Home、End等键可以使列表滚动)设置为快捷键时,将禁用其默认行为
18+ - 修复列表的聚焦问题,现在在列表中使用上、下箭头、空格等键滚动列表时不会导致滚动到一定距离后丢失焦点的问题
19+
20+ ### 其他
21+
22+ - 更新electron到v13.6.8
23+
924## [ 1.17.0] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.16.0...v1.17.0 ) - 2022-01-22
1025
1126### 新增
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 1.17.0 " ,
3+ "version" : " 1.17.1 " ,
44 "description" : " 一个免费的音乐查找助手" ,
55 "main" : " ./dist/electron/main.js" ,
66 "productName" : " lx-music-desktop" ,
Original file line number Diff line number Diff line change 66
77- 修复快捷键与默认按键行为冲突的问题,现在若将某些有默认行为的按键(如在列表中上、下箭头、Home、End等键可以使列表滚动)设置为快捷键时,将禁用其默认行为
88- 修复列表的聚焦问题,现在在列表中使用上、下箭头、空格等键滚动列表时不会导致滚动到一定距离后丢失焦点的问题
9+
10+ ### 其他
11+
12+ - 更新electron到v13.6.8
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments