Skip to content

Commit 2c242c6

Browse files
committed
发布v1.6.1版本
1 parent 4e2b525 commit 2c242c6

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,18 @@ 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.6.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.6.0...v1.6.1) - 2021-01-13
10+
11+
### 优化
12+
13+
- 改进自动换源时的歌曲匹配
14+
15+
### 修复
16+
17+
- 修复某些情况下自动换源的时间过长时会终止换源自动切歌的问题
18+
- 修复自动换源导致的搜索列表每页变成10条数据的问题
19+
- 降级electron到9.3.3修复部分系统没有声音的问题
20+
921
## [1.6.0](https://github.com/lyswhut/lx-music-desktop/compare/v1.5.0...v1.6.0) - 2021-01-10
1022

1123
### 新增

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lx-music-desktop",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"description": "一个免费的音乐下载助手",
55
"main": "./dist/electron/main.js",
66
"productName": "lx-music-desktop",

publish/version.json

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

0 commit comments

Comments
 (0)