From d0ef6aef1c10e00b2e938a50f86df91f99fb743a Mon Sep 17 00:00:00 2001 From: lyswhut Date: Fri, 13 Sep 2019 14:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.5.5=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- publish/changeLog.md | 2 +- publish/version.json | 8 ++++++-- 4 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96d28fb3..7d483988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,20 @@ 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.5](https://github.com/lyswhut/lx-music-desktop/compare/v0.5.4...v0.5.5) - 2019-09-13 + +### 新增 + +- 月是故乡明,祝大家中秋快乐🥮~~新增个性皮肤**《月里嫦娥》**,时间仓促,皮肤还不是很完善,可以试试喜不喜欢~😉 +- 新增 MAC 版本退出快捷键支持 +- 新增点击播放器中的歌曲标题可以复制标题的功能(遇到好听的歌曲方便分享) + +### 修复 + +- 修复 MAC 系统下软件关闭时再次从 dock 打开时报错的Bug +- 修复下载的歌曲文件名中包含命名规则不允许的符号时下载失败的问题(若歌曲名包含这些符号会自动将其移除) +- 修复 MAC 版本不能复制粘贴的问题 + ## [0.5.4](https://github.com/lyswhut/lx-music-desktop/compare/v0.5.3...v0.5.4) - 2019-09-09 ### 移除 diff --git a/package.json b/package.json index bb66ce48..e1343ad8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.5.4", + "version": "0.5.5", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/changeLog.md b/publish/changeLog.md index 4b318509..cdebc190 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,6 +1,6 @@ ### 新增 -- 中秋佳节,祝大家中秋快乐🥮~~新增个性皮肤**《月里嫦娥》**,时间仓促,皮肤还不是很完善,可以试试喜不喜欢~😉 +- 月是故乡明,祝大家中秋快乐🥮~~新增个性皮肤**《月里嫦娥》**,时间仓促,皮肤还不是很完善,可以试试喜不喜欢~😉 - 新增 MAC 版本退出快捷键支持 - 新增点击播放器中的歌曲标题可以复制标题的功能(遇到好听的歌曲方便分享) diff --git a/publish/version.json b/publish/version.json index 00a8001d..059350ba 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.5.4", - "desc": "

移除

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

新增

\n\n

修复

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

移除

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

优化

\n\n

修复

\n\n"