From 90288da36d323d09abae42a8a0b0748abebb2824 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 19 Aug 2019 18:21:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0change=E6=97=A5=E5=BF=97?= =?UTF-8?q?=EF=BC=8C=E5=8F=91=E5=B8=830.1.5=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- publish/version.json | 8 ++++++-- 3 files changed, 20 insertions(+), 3 deletions(-) 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"