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,29 @@ 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.9.0] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.8.2...v1.9.0 ) - 2021-04-24
10+
11+ ### 新增
12+
13+ - 新增启动参数` -dhmkh ` ,此参数将禁用Chromium的Hardware Media Key Handling特性,用于解决漫步者部分型号耳机与本程序冲突导致耳机意外关机的问题
14+ - 新增Windows arm64位免安装版的构建
15+ - 新增黑色皮肤“黑灯瞎火”,有关于皮肤配色的建议欢迎反馈
16+ - 新增自动换源下载功能,默认关闭,当无法从歌曲的原始源下载时,将尝试切换到其他源下载,注:此功能不100%保证换源后的歌曲版本与原版一致
17+
18+ ### 优化
19+
20+ - 程序启动时对数据文件做读取校验,数据出现损坏时自动备份损坏的数据,若出现数据读取错误的弹窗并出现我的列表丢失时可到GitHub或加群反馈
21+ - 当设置-代理启用,但主机地址为空的时,将不再使用代理配置进行网络连接,并且在离开设置界面时自动禁用代理
22+ - 优化歌曲自动换源匹配
23+ - 分离歌词与歌曲列表信息的保存,以减小列表列表文件损坏的几率
24+ - 兼容打开咪咕移动端分享的歌单链接,添加打开歌单的信息显示
25+
26+ ### 修复
27+
28+ - 修复备份与恢复功能在恢复数据时某些设置不立即生效的问题
29+ - 修正设置页“搜索设置”部分内容的缩进显示问题
30+ - 修复正在播放“稍后播放”的歌曲时,对“稍后播放”前播放的列表进行添加、删除操作会导致切歌的问题
31+
932## [ 1.8.2] ( https://github.com/lyswhut/lx-music-desktop/compare/v1.8.1...v1.8.2 ) - 2021-03-09
1033
1134### 修复
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 1.9.0-beta " ,
3+ "version" : " 1.9.0" ,
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