Skip to content

Commit c404d3a

Browse files
committed
Merge branch 'dev'
2 parents 42604ec + 8eb7149 commit c404d3a

5 files changed

Lines changed: 36 additions & 35 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ 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.2.2](https://github.com/lyswhut/lx-music-desktop/compare/v1.2.1...v1.2.2) - 2020-10-18
10+
11+
### 修复
12+
13+
- 降级 Electron 到 9.x.x 版本修复 Linux 版桌面歌词窗口变白的问题
14+
915
## [1.2.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.2.0...v1.2.1) - 2020-10-18
1016

1117
### 优化

package-lock.json

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

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.2.1",
3+
"version": "1.2.2",
44
"description": "一个免费的音乐下载助手",
55
"main": "./dist/electron/main.js",
66
"productName": "lx-music-desktop",
@@ -176,7 +176,7 @@
176176
"cross-env": "^7.0.2",
177177
"css-loader": "^4.3.0",
178178
"del": "^6.0.0",
179-
"electron": "^10.1.3",
179+
"electron": "^9.3.2",
180180
"electron-builder": "^22.9.1",
181181
"electron-debug": "^3.1.0",
182182
"electron-devtools-installer": "^3.1.1",

publish/changeLog.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
### 优化
2-
3-
- Linux版的软件界面默认使用圆角与阴影,顺便修复了桌面歌词窗口变白的问题,已在Ubuntu 18.10测试正常,若显示异常可尝试添加`-nt`参数启动
4-
51
### 修复
62

7-
- 修复聚合搜索的分页问题
8-
- 修复代理输入框输入的内容不生效的问题
3+
- 降级 Electron 到 9.x.x 版本修复 Linux 版桌面歌词窗口变白的问题

publish/version.json

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

0 commit comments

Comments
 (0)