diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ae393fc..7d0d5b98 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ 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.1.5](https://github.com/lyswhut/lx-music-desktop/compare/v0.1.4...v0.1.5) - 2019-08-19 + +### 新增 + +- 新增搜索列表批量试听与下载功能 +- 新增排行榜列表批量试听与下载功能 +- 新增试听列表批量移除与下载功能 +- 新增下载列表批量开始、暂停与移除功能 + +### 优化 + +- 优化歌曲切换机制 + ## [0.1.4](https://github.com/lyswhut/lx-music-desktop/compare/v0.1.3...v0.1.4) - 2019-08-18 ### 新增 diff --git a/package.json b/package.json index ac821702..01bd0c34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.1.4", + "version": "0.1.5", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "scripts": { diff --git a/publish/version.json b/publish/version.json index b45f25f3..24220215 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.1.4", - "desc": "

新增

\n\n

优化

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

新增

\n\n

优化

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

新增

\n\n

优化

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

新增

\n\n

修复

\n\n

移除

\n\n"