Skip to content

Commit 9c21e96

Browse files
committed
发布v1.11.0
1 parent 67074bd commit 9c21e96

4 files changed

Lines changed: 38 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,35 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66
Commit convention is based on [Conventional Commits](http://conventionalcommits.org).
77
Change 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
### 修复

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -70,7 +70,7 @@
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"

publish/changeLog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,9 @@
1818

1919
### 变更
2020

21-
- 添加歌曲到列表时从原来的底部改为顶部,若想要恢复原来的行为则可以去更改“添加歌曲到列表时的位置”设置项
21+
- 添加歌曲到列表时从原来的底部改为顶部,若你想要将你的列表歌曲顺序反转以适应这一变更,可先按住`shift`键的情况下点击列表的最后一首歌,然后再点击列表的第一首歌,完成倒序选中,最后随便右击列表的任意一首歌,在弹出的菜单中选择调整顺序,在弹出框输入1后确定即可反转列表。
22+
若你想要恢复原来的行为则可以去更改“添加歌曲到列表时的位置”设置项。
23+
24+
### 其他
25+
26+
- 更新electron到v13.1.7

publish/version.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)