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,35 @@ 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.11.0] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.10.2...v1.11.0 ) - 2021-07-18
10+
11+ ### 新增
12+
13+ - 添加 win arm64 架构的安装包构建
14+ - 新增“添加歌曲到列表时的位置”设置,可选项为列表的“顶部”与“底部”
15+
16+ ### 优化
17+
18+ - 优化网络请求,尝试去解决无法连接服务器的问题
19+ - 优化mg源打开歌单的链接兼容
20+
21+ ### 修复
22+
23+ - 修复mg源搜索失效的问题
24+
25+ ### 移除
26+
27+ - 因wy源的歌单列表已没有“最新”排序的选项,所以现跟随移除wy源歌单列表按“最新”排序的按钮
28+
29+ ### 变更
30+
31+ - 添加歌曲到列表时从原来的底部改为顶部,若你想要将你的列表歌曲顺序反转以适应这一变更,可先按住` shift ` 键的情况下点击列表的最后一首歌,然后再点击列表的第一首歌,完成倒序选中,最后随便右击列表的任意一首歌,在弹出的菜单中选择调整顺序,在弹出框输入1后确定即可反转列表。
32+ 若你想要恢复原来的行为则可以去更改“添加歌曲到列表时的位置”设置项。
33+
34+ ### 其他
35+
36+ - 更新electron到v13.1.7
37+
938## [ 1.10.2] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.10.1...v1.10.2 ) - 2021-05-25
1039
1140### 修复
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 1.10.2 " ,
3+ "version" : " 1.11.0 " ,
44 "description" : " 一个免费的音乐查找助手" ,
55 "main" : " ./dist/electron/main.js" ,
66 "productName" : " lx-music-desktop" ,
7070 "up" : " cross-env ELECTRON_GET_USE_PROXY=true GLOBAL_AGENT_HTTPS_PROXY=http://localhost:1081 npm i"
7171 },
7272 "browserslist" : [
73- " Electron 13.1.6 "
73+ " Electron 13.1.7 "
7474 ],
7575 "engines" : {
7676 "node" : " >= 14"
Original file line number Diff line number Diff line change 1818
1919### 变更
2020
21- - 添加歌曲到列表时从原来的底部改为顶部,若想要恢复原来的行为则可以去更改“添加歌曲到列表时的位置”设置项
21+ - 添加歌曲到列表时从原来的底部改为顶部,若你想要将你的列表歌曲顺序反转以适应这一变更,可先按住` shift ` 键的情况下点击列表的最后一首歌,然后再点击列表的第一首歌,完成倒序选中,最后随便右击列表的任意一首歌,在弹出的菜单中选择调整顺序,在弹出框输入1后确定即可反转列表。
22+ 若你想要恢复原来的行为则可以去更改“添加歌曲到列表时的位置”设置项。
23+
24+ ### 其他
25+
26+ - 更新electron到v13.1.7
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments