Skip to content

Commit d7a7701

Browse files
committed
发布v1.22.0
1 parent a311802 commit d7a7701

4 files changed

Lines changed: 49 additions & 20 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.22.0](https://github.com/lyswhut/lx-music-desktop/compare/v1.21.0...v1.22.0) - 2022-06-19
10+
11+
### 新增
12+
13+
- 新增设置-以全屏模式启动设置
14+
- 新增设置-桌面歌词设置-鼠标移入歌词区域时降低歌词透明度(#883),默认关闭,此设置不支持linux,注:此功能存在兼容性问题,若鼠标移出后无法恢复到正常透明度,可尝试再移入移出即可恢复
15+
16+
### 优化
17+
18+
- 添加歌曲到“我的列表”时,若按住`ctrl`键(Mac对应`Command`),则不会自动关闭添加窗口,这对想要将同一首(一批)歌曲添加到多个列表时会很有用
19+
- 支持mg源逐字歌词的播放,感谢 @mozbugbox 提供的帮助
20+
- 添加歌曲列表更新操作的二次确认
21+
- 添加导入文件错误时的指引提示
22+
23+
### 修复
24+
25+
- 修复若配置了`http_proxy`环境变量时,会意外使用此代理配置的问题
26+
- 修复多选后切换列表后不会清空多选内容的问题
27+
- 修复设置快捷键时的处理逻辑问题
28+
- 修复在新建歌单输入框、歌单内歌曲搜索输入框会意外触发设置的全局快捷键的问题(#879
29+
30+
### 文档
31+
32+
桌面版文档已迁移到:<https://lyswhut.github.io/lx-music-doc/desktop>
33+
34+
### 其他
35+
36+
- 更新 Electron 到 v17.4.7
37+
938
## [1.21.0](https://github.com/lyswhut/lx-music-desktop/compare/v1.20.0...v1.21.0) - 2022-05-22
1039

1140
### 新增

package-lock.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-desktop",
3-
"version": "1.22.0-beta.3",
3+
"version": "1.22.0",
44
"description": "一个免费的音乐查找助手",
55
"main": "./dist/main.js",
66
"productName": "lx-music-desktop",
@@ -201,9 +201,9 @@
201201
"electron-builder": "^23.1.0",
202202
"electron-debug": "^3.2.0",
203203
"electron-devtools-installer": "^3.2.0",
204-
"electron-to-chromium": "^1.4.160",
204+
"electron-to-chromium": "^1.4.161",
205205
"electron-updater": "^5.0.5",
206-
"eslint": "^8.17.0",
206+
"eslint": "^8.18.0",
207207
"eslint-config-standard": "^17.0.0",
208208
"eslint-formatter-friendly": "git+https://github.com/lyswhut/eslint-friendly-formatter.git#2170d1320e2fad13615a9dcf229669f0bb473a53",
209209
"eslint-plugin-html": "^6.2.0",

publish/version.json

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

0 commit comments

Comments
 (0)