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,31 @@ 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.0] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.14.1...v1.15.0 ) - 2021-10-29
10+
11+ ### 新增
12+
13+ - 添加黑色托盘图标
14+ - 自定义源新增` version ` 字段,新增` utils.buffer.bufToString ` 方法
15+
16+ ### 优化
17+
18+ - 大幅优化我的列表、下载、歌单、排行榜列表性能,现在即使同一列表内的歌曲很多时也不会卡顿了
19+ - 优化列表同步代码逻辑
20+ - 优化开关评论时的动画性能
21+ - 优化进入、离开播放详情页的性能
22+ - 兼容桌面歌词以触摸的方式移动、调整大小
23+ - 调整图标尺寸
24+
25+ ### 修复
26+
27+ - 修复kg源的歌单链接无法打开的问题
28+ - 修复同一首歌的URL、歌词等同时需要换源时的处理问题
29+
30+ ### 其他
31+
32+ - 更新 Electron 到 v15.3.0
33+
934## [ 1.14.1] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.14.0...v1.14.1 ) - 2021-10-04
1035
1136### 修复
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 1.15.0-beta2 " ,
3+ "version" : " 1.15.0" ,
44 "description" : " 一个免费的音乐查找助手" ,
55 "main" : " ./dist/electron/main.js" ,
66 "productName" : " lx-music-desktop" ,
Original file line number Diff line number Diff line change 11### 新增
22
3- - 自定义源新增` version ` 字段,新增` utils.buffer.bufToString ` 方法
43- 添加黑色托盘图标
4+ - 自定义源新增` version ` 字段,新增` utils.buffer.bufToString ` 方法
55
66### 优化
77
8+ - 大幅优化我的列表、下载、歌单、排行榜列表性能,现在即使同一列表内的歌曲很多时也不会卡顿了
89- 优化列表同步代码逻辑
910- 优化开关评论时的动画性能
1011- 优化进入、离开播放详情页的性能
11- - 大幅优化我的列表、下载、歌单、排行榜列表性能,现在即使同一列表内的歌曲很多时也不会卡顿了
1212- 兼容桌面歌词以触摸的方式移动、调整大小
1313- 调整图标尺寸
1414
1919
2020### 其他
2121
22- - 更新 Electron 到 v15.2 .0
22+ - 更新 Electron 到 v15.3 .0
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments