diff --git a/CHANGELOG.md b/CHANGELOG.md index e1257df6..63d30487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,32 @@ Project versioning adheres to [Semantic Versioning](http://semver.org/). Commit convention is based on [Conventional Commits](http://conventionalcommits.org). Change log format is based on [Keep a Changelog](http://keepachangelog.com/). +## [0.13.0](https://github.com/lyswhut/lx-music-desktop/compare/v0.12.1...v0.13.0) - 2019-12-15 + +### 新增 + +- 新增搜索框搜索建议键盘上下方向键选择功能 +- 聚合搜索新增音源显示 +- 新增“离开搜索界面时清空搜索列表”设置选项,默认关闭,可到设置-强迫症设置开启 + +### 优化 + +- 优化“信口雌黄”皮肤配色 + +### 修复 + +- 修复存在弹出层时,搜索建议列表被弹出层覆盖的问题 +- 修复搜索、排行榜、歌单列表多选框从不定状态到选中的Bug + +### 移除 + +- 因Q音接口失效,移除Q音源的试听与下载 + +### 其他 + +- 更新electron到7.1.5 +- 更新vue到2.6.11 + ## [0.12.1](https://github.com/lyswhut/lx-music-desktop/compare/v0.12.0...v0.12.1) - 2019-12-01 ### 优化 diff --git a/package.json b/package.json index 49489867..72d5a977 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.12.1", + "version": "0.13.0", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index d4a603be..3b99ad8a 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.12.1", - "desc": "

优化

\n\n

修复

\n\n

其他

\n\n", + "version": "0.13.0", + "desc": "

新增

\n\n

优化

\n\n

修复

\n\n

移除

\n\n

其他

\n\n", "history": [ + { + "version": "0.12.1", + "desc": "

优化

\n\n

修复

\n\n

其他

\n\n" + }, { "version": "0.12.0", "desc": "

由于新下载库仍然没有完成,但下载功能已经可用,so 移除之前使用的第三方下载库,暂时把新下载库的下载模块直接加入本程序,若出现下载问题欢迎反馈!

\n

新增

\n\n

优化

\n\n

修复

\n\n"