Skip to content

Commit bb411a3

Browse files
committed
Merge branch 'dev'
2 parents 313fac9 + da0878a commit bb411a3

48 files changed

Lines changed: 1712 additions & 1829 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,29 @@ 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.7.0](https://github.com/lyswhut/lx-music-desktop/compare/v1.6.1...v1.7.0) - 2021-01-30
10+
11+
### 新增
12+
13+
- 搜索界面新增搜索状态的提示
14+
- 新增“稍后播放”功能,可在歌曲列表右键菜单使用
15+
- 新增“记住播放进度”功能的控制,该功能默认不再开启,可到播放设置-记住播放进度开启
16+
17+
### 优化
18+
19+
- 优化播放歌曲换源匹配
20+
- 优化设置界面设置项的展示
21+
22+
### 修复
23+
24+
- 修复快速切换歌曲时, 会出现播放的歌曲和界面展示的歌曲不一致的问题
25+
- 修复了一个由版本更新日志显示导致的潜在远程代码执行攻击漏洞,该漏洞影响v1.6.1及之前的所有版本,请务必更新到最新版本
26+
- 修复xm搜索源验证问题
27+
28+
### 其他
29+
30+
- 更新electron到9.4.2
31+
932
## [1.6.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.6.0...v1.6.1) - 2021-01-13
1033

1134
### 优化

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ npm run dev
6262
npm run pack:dir
6363

6464
# 构建安装包(Windows版)
65-
npm run pack
65+
npm run pack:win
6666

6767
# 构建安装包(Mac版)
6868
npm run pack:mac

0 commit comments

Comments
 (0)