Skip to content

Commit 8e19f3f

Browse files
committed
发布v1.22.2
1 parent c4b8ac8 commit 8e19f3f

5 files changed

Lines changed: 74 additions & 54 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ 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.2](https://github.com/lyswhut/lx-music-desktop/compare/v1.22.1...v1.22.2) - 2022-08-18
10+
11+
### 优化
12+
13+
- 为tx、kw源添加 Flac 24bit 音质显示,注:由于之前没有记录此音质,所以之前收藏的歌曲信息中不包含它
14+
15+
### 修复
16+
17+
- 修复无法批量排序歌曲的问题
18+
- 修复某些缺失的繁体中文翻译
19+
- 修复企鹅音乐搜索失效的问题
20+
21+
### 其他
22+
23+
- 降级electron到v15.5.7
24+
925
## [1.22.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.22.0...v1.22.1) - 2022-07-09
1026

1127
### 优化

package-lock.json

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

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-desktop",
3-
"version": "1.22.2-beta.1",
3+
"version": "1.22.2",
44
"description": "一个免费的音乐查找助手",
55
"main": "./dist/main.js",
66
"productName": "lx-music-desktop",
@@ -200,9 +200,9 @@
200200
"electron-builder": "^23.3.3",
201201
"electron-debug": "^3.2.0",
202202
"electron-devtools-installer": "^3.2.0",
203-
"electron-to-chromium": "^1.4.211",
203+
"electron-to-chromium": "^1.4.224",
204204
"electron-updater": "^5.2.1",
205-
"eslint": "^8.21.0",
205+
"eslint": "^8.22.0",
206206
"eslint-config-standard": "^17.0.0",
207207
"eslint-formatter-friendly": "git+https://github.com/lyswhut/eslint-friendly-formatter.git#2170d1320e2fad13615a9dcf229669f0bb473a53",
208208
"eslint-plugin-html": "^7.1.0",
@@ -216,7 +216,7 @@
216216
"less-loader": "^11.0.0",
217217
"mini-css-extract-plugin": "^2.6.1",
218218
"node-loader": "^2.0.0",
219-
"postcss": "^8.4.14",
219+
"postcss": "^8.4.16",
220220
"postcss-loader": "^7.0.1",
221221
"postcss-pxtorem": "^6.0.0",
222222
"pug": "^3.0.2",
@@ -229,13 +229,13 @@
229229
"svg-transform-loader": "^2.0.13",
230230
"svgo-loader": "^3.0.1",
231231
"terser": "^5.14.2",
232-
"terser-webpack-plugin": "^5.3.3",
232+
"terser-webpack-plugin": "^5.3.5",
233233
"url-loader": "^4.1.1",
234234
"vue-loader": "^17.0.0",
235235
"vue-template-compiler": "^2.7.8",
236236
"webpack": "^5.74.0",
237237
"webpack-cli": "^4.10.0",
238-
"webpack-dev-server": "^4.9.3",
238+
"webpack-dev-server": "^4.10.0",
239239
"webpack-hot-middleware": "git+https://github.com/lyswhut/webpack-hot-middleware.git#329c4375134b89d39da23a56a94db651247c74a1",
240240
"webpack-merge": "^5.8.0"
241241
},

publish/changeLog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 优化
2+
3+
- 为tx、kw源添加 Flac 24bit 音质显示,注:由于之前没有记录此音质,所以之前收藏的歌曲信息中不包含它
4+
15
### 修复
26

37
- 修复无法批量排序歌曲的问题

publish/version.json

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

0 commit comments

Comments
 (0)