From 2014d2495ecc0a602c32d39d6923edfb4d6e8a72 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Mon, 9 Sep 2019 00:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.5.2=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 21 +++++++++++++++++++++ package.json | 2 +- publish/version.json | 8 ++++++-- 3 files changed, 28 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85469a8a..3795b924 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ 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.5.2](https://github.com/lyswhut/lx-music-desktop/compare/v0.5.1...v0.5.2) - 2019-09-09 + +### 新增 + +- 新增强迫症设置-离开搜索界面时是否清空搜索框 +- 设置-关于板块新增常见问题链接 +- 歌单左上角的分类按钮添加一个**向下图标**,方便识别该按钮为下拉框(该按钮可选择歌单类型,请自行尝试) + +### 优化 + +- 略微优化最小化按钮字符 +- 优化试听列表的加载体验,当歌曲数过多时列表将延迟加载 + +### 修复 + +- 修复下载管理的一些Bug + +### 移除 + +- 因接口失效,移除网易云音源,酷狗音源仅支持播放128k音质 + ## [0.5.1](https://github.com/lyswhut/lx-music-desktop/compare/v0.5.0...v0.5.1) - 2019-09-05 ### 新增 diff --git a/package.json b/package.json index 2da8d39d..882684ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.5.1", + "version": "0.5.2", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index eb156db1..fc75401b 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.5.1", - "desc": "

新增

\n\n

修复

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

新增

\n\n

优化

\n\n

修复

\n\n

移除

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

新增

\n\n

修复

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

新增

\n\n

优化

\n\n

修复

\n\n"