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.1.6] ( https://github.com/lyswhut/lx-music-desktop/compare/v0.1.5...v0.1.6 ) - 2019-08-19
10+
11+ ### 修复
12+
13+ - 修复列表多选音源限制Bug
14+
915## [ 0.1.5] ( https://github.com/lyswhut/lx-music-desktop/compare/v0.1.4...v0.1.5 ) - 2019-08-19
1016
1117### 新增
Original file line number Diff line number Diff line change 11{
22 "name" : " lx-music-desktop" ,
3- "version" : " 0.1.5 " ,
3+ "version" : " 0.1.6 " ,
44 "description" : " 一个免费的音乐下载助手" ,
55 "main" : " ./dist/electron/main.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.1.5 " ,
3- "desc" : " <h3>新增 </h3>\n <ul>\n <li>新增搜索列表批量试听与下载功能</li> \n <li>新增排行榜列表批量试听与下载功能</li> \n <li>新增试听列表批量移除与下载功能</li> \n <li>新增下载列表批量开始、暂停与移除功能</li> \n </ul> \n <h3>优化</h3> \n <ul> \n <li>优化歌曲切换机制 </li>\n </ul>\n " ,
2+ "version" : " 0.1.6 " ,
3+ "desc" : " <h3>修复 </h3>\n <ul>\n <li>修复列表多选音源限制Bug </li>\n </ul>\n " ,
44 "history" : [
5+ {
6+ "version" : " 0.1.5" ,
7+ "desc" : " <h3>新增</h3>\n <ul>\n <li>新增搜索列表批量试听与下载功能</li>\n <li>新增排行榜列表批量试听与下载功能</li>\n <li>新增试听列表批量移除与下载功能</li>\n <li>新增下载列表批量开始、暂停与移除功能</li>\n </ul>\n <h3>优化</h3>\n <ul>\n <li>优化歌曲切换机制</li>\n </ul>\n "
8+ },
59 {
610 "version" : " 0.1.4" ,
711 "desc" : " <h3>新增</h3>\n <ul>\n <li>新增音乐来源切换,可到设置页面-基本设置 look look !</li>\n <li>为搜索结果列表添加多选功能。<br>\n P.S:暂时没想好多选后的操作按钮放哪…</li>\n </ul>\n <h3>优化</h3>\n <ul>\n <li>重构与改进checkbox组件,使其支持不定选中状态</li>\n <li>完善上一个版本的http请求封装并切换部分请求到该方法上</li>\n <li>优化其他一些细节</li>\n </ul>\n "
You can’t perform that action at this time.
0 commit comments