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,14 @@ 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+ ## [ 0.5.4] ( https://github.com/lyswhut/lx-music-desktop/compare/v0.5.3...v0.5.4 ) - 2019-09-09
10+
11+ ### 移除
12+
13+ - 下载的FLAC文件在修改歌曲信息后,软件无法播放,但使用本地播放器可以播放
14+ - 为了稳妥起见,暂时移除FLAC格式的meta信息修改
15+ - MP3格式无此问题
16+
917## [ 0.5.3] ( https://github.com/lyswhut/lx-music-desktop/compare/v0.5.2...v0.5.3 ) - 2019-09-09
1018
1119### 优化
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 0.5.3 " ,
3+ "version" : " 0.5.4 " ,
44 "description" : " 一个免费的音乐下载助手" ,
55 "main" : " ./dist/electron/main.js" ,
66 "productName" : " lx-music-desktop" ,
Original file line number Diff line number Diff line change 1+ ### 移除
2+
3+ - 下载的FLAC文件在修改歌曲信息后,软件无法播放,但使用本地播放器可以播放
4+ - 为了稳妥起见,暂时移除FLAC格式的meta信息修改
5+ - MP3格式无此问题
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.5.3 " ,
3- "desc" : " <h3>优化 </h3>\n <ul>\n <li>更新所有依赖包到最新 </li>\n </ul> \n <h3>修复</h3 >\n <ul> \n < li>修复试听酷狗源的音乐仍然获取320k音质导致获取失败的Bug </li>\n </ul>\n " ,
2+ "version" : " 0.5.4 " ,
3+ "desc" : " <h3>移除 </h3>\n <ul>\n <li>下载的FLAC文件在修改歌曲信息后,软件无法播放,但使用本地播放器可以播放 </li>\n <li>为了稳妥起见,暂时移除FLAC格式的meta信息修改</li >\n <li>MP3格式无此问题 </li>\n </ul>\n " ,
44 "history" : [
5+ {
6+ "version" : " 0.5.3" ,
7+ "desc" : " <h3>优化</h3>\n <ul>\n <li>更新所有依赖包到最新</li>\n </ul>\n <h3>修复</h3>\n <ul>\n <li>修复试听酷狗源的音乐仍然获取320k音质导致获取失败的Bug</li>\n </ul>\n "
8+ },
59 {
610 "version" : " 0.5.2" ,
711 "desc" : " <h3>新增</h3>\n <ul>\n <li>新增强迫症设置-离开搜索界面时是否清空搜索框</li>\n <li>设置-关于板块新增常见问题链接</li>\n <li>歌单左上角的分类按钮添加一个<strong>向下图标</strong>,方便识别该按钮为下拉框(该按钮可选择歌单类型,请自行尝试)</li>\n </ul>\n <h3>优化</h3>\n <ul>\n <li>略微优化最小化按钮字符</li>\n <li>优化试听列表的加载体验,当歌曲数过多时列表将延迟加载</li>\n </ul>\n <h3>修复</h3>\n <ul>\n <li>修复下载管理的一些Bug</li>\n </ul>\n <h3>移除</h3>\n <ul>\n <li>因接口失效,移除网易云音源,酷狗音源仅支持播放128k音质</li>\n </ul>\n "
You can’t perform that action at this time.
0 commit comments