From 58e61e0bda2d9539deb1eaea4e1c096146b79389 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 21 Sep 2019 21:09:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.6.0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- publish/version.json | 8 ++++++-- 3 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00849a67..d5b016dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ 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.6.0](https://github.com/lyswhut/lx-music-desktop/compare/v0.5.5...v0.6.0) - 2019-09-21 + +### 新增 + +- 新增音乐**聚合搜索**,目前支持酷我、酷狗、百度源搜索 +- 新增代理功能 + +### 优化 + +- 优化从《梦里嫦娥》皮肤切换到其他皮肤时侧栏动画的切换效果 + +### 修复 + +- 修复试听列表没有歌曲时会显示列表加载中的Bug +- 修复切换歌单列表详情时的UI Bug + ## [0.5.5](https://github.com/lyswhut/lx-music-desktop/compare/v0.5.4...v0.5.5) - 2019-09-13 ### 新增 diff --git a/package.json b/package.json index 5402f869..d21e1097 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.5.5", + "version": "0.6.0", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index 059350ba..cbf86dd5 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.5.5", - "desc": "

新增

\n\n

修复

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

新增

\n\n

优化

\n\n

修复

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

新增

\n\n

修复

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

移除

\n\n"