Skip to content

Commit a02f9e1

Browse files
committed
发布v2.0.3
1 parent 6ef8015 commit a02f9e1

File tree

4 files changed

+62
-46
lines changed

4 files changed

+62
-46
lines changed

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+
## [2.0.3](https://github.com/lyswhut/lx-music-desktop/compare/v2.0.2...v2.0.3) - 2023-01-08
10+
11+
12+
### 修复
13+
14+
- 修复初始设置的桌面歌词窗口没有完全居右下角的问题
15+
- 修复Linux arm64系统下无法启动的问题(#1102
16+
- 修复桌面歌词使用斜体出现截断的问题(#1106
17+
- 修复某些情况下歌词的滚动问题
18+
- 修复禁用切歌时歌曲播放完毕后的歌曲信息显示问题
19+
- 修复修改播放设置-音频输出设置后,所做的更改没有被保存的问题
20+
21+
### 优化
22+
23+
- 点击打开歌单弹窗背景可以关闭弹窗(#1096
24+
925
## [2.0.2](https://github.com/lyswhut/lx-music-desktop/compare/v2.0.1...v2.0.2) - 2023-01-02
1026

1127
若你更新v2.0.0后,出现之前收藏的歌曲全部丢失或者歌曲无法添加到列表播放的问题,可以按以下方式解决:

package-lock.json

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

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-desktop",
3-
"version": "2.0.3-beta.1",
3+
"version": "2.0.3",
44
"description": "一个免费的音乐查找助手",
55
"main": "./dist/main.js",
66
"productName": "lx-music-desktop",
@@ -226,11 +226,11 @@
226226
"css-minimizer-webpack-plugin": "^4.2.2",
227227
"del": "^6.1.1",
228228
"electron": "^19.1.9",
229-
"electron-builder": "^24.0.0-alpha.8",
229+
"electron-builder": "^24.0.0-alpha.9",
230230
"electron-debug": "^3.2.0",
231231
"electron-devtools-installer": "^3.2.0",
232232
"electron-to-chromium": "^1.4.284",
233-
"electron-updater": "^6.0.0-alpha.6",
233+
"electron-updater": "^6.0.0-alpha.7",
234234
"eslint": "^8.31.0",
235235
"eslint-config-standard": "^17.0.0",
236236
"eslint-config-standard-with-typescript": "^26.0.0",
@@ -246,7 +246,7 @@
246246
"less-loader": "^11.1.0",
247247
"mini-css-extract-plugin": "^2.7.2",
248248
"node-loader": "^2.0.0",
249-
"postcss": "^8.4.20",
249+
"postcss": "^8.4.21",
250250
"postcss-loader": "^7.0.2",
251251
"postcss-pxtorem": "^6.0.0",
252252
"pug": "^3.0.2",

publish/version.json

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

0 commit comments

Comments
 (0)