Skip to content

Commit 25a0439

Browse files
committed
发布v1.15.1
1 parent df20e97 commit 25a0439

3 files changed

Lines changed: 21 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,25 @@ 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.15.1](https://github.com/lyswhut/lx-music-desktop/compare/v1.15.0...v1.15.1) - 2021-11-09
10+
11+
### 优化
12+
13+
- 优化我的列表、下载列表等列表的滚动流畅度
14+
- 优化下载功能的批量添加、删除、暂停任务时的流畅度,现在进行这些操作应该不会再觉得卡顿了
15+
- 支持启动软件时恢复播放下载列表里的歌曲
16+
- 添加媒体播放进度条的信息设置
17+
18+
### 修复
19+
20+
- 修复某些情况下获取URL失败时会意外切歌的问题
21+
- 修复了某些情况下会列表同步失败,导致连接断开无限重连或一直卡在 `syncing...` 的问题
22+
- 修复列表数据过大导致同步失败的问题
23+
24+
### 其他
25+
26+
- 更新electron到v15.3.1(这修复了媒体控制失效的问题)
27+
928
## [1.15.0](https://github.com/lyswhut/lx-music-desktop/compare/v1.14.1...v1.15.0) - 2021-10-29
1029

1130
### 新增

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.15.0",
3+
"version": "1.15.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)