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,12 @@ 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.3.2] ( https://github.com/lyswhut/lx-music-desktop/compare/v0.3.1...v0.3.2 ) - 2019-08-24
10+
11+ ### 新增
12+
13+ - 新增酷狗排行榜其他音质下载
14+
915## [ 0.3.1] ( https://github.com/lyswhut/lx-music-desktop/compare/v0.3.0...v0.3.1 ) - 2019-08-24
1016
1117### 修复
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " 一个免费的音乐下载助手" ,
55 "main" : " ./dist/electron/main.js" ,
66 "productName" : " lx-music-desktop" ,
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.3.1 " ,
3- "desc" : " <h3>修复 </h3>\n <ul>\n <li>修复音量条主题适配 </li>\n </ul>\n " ,
2+ "version" : " 0.3.2 " ,
3+ "desc" : " <h3>新增 </h3>\n <ul>\n <li>新增酷狗排行榜其他音质下载 </li>\n </ul>\n " ,
44 "history" : [
5+ {
6+ "version" : " 0.3.1" ,
7+ "desc" : " <h3>修复</h3>\n <ul>\n <li>修复音量条主题适配</li>\n </ul>\n "
8+ },
59 {
610 "version" : " 0.3.0" ,
711 "desc" : " <h3>新增</h3>\n <ul>\n <li>新增<strong>MAC</strong>及<strong>Linux</strong>版本(需要的可自行下载)</li>\n <li>新增音量调整</li>\n <li>新增任务栏播放进度条控制选项(现在可在设置界面关闭在任务栏显示的播放进度)</li>\n <li>新增更新出错时的弹窗提示</li>\n <li>从该版本起,非安装版也会有更新弹窗提醒了,但仍然需要手动下载新版本更新,版本信息可到设置页面查看</li>\n </ul>\n <h3>修复</h3>\n <ul>\n <li>强制把临时接口设置回 <code>messoer</code> 接口</li>\n </ul>\n "
You can’t perform that action at this time.
0 commit comments