File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,25 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/).
66Commit convention is based on [ Conventional Commits] ( http://conventionalcommits.org ) .
77Change 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### 新增
Original file line number Diff line number Diff line change 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" ,
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments