From 21f5ed6afdc10d68a1b379b73e9807fa61a6c7ac Mon Sep 17 00:00:00 2001 From: lyswhut Date: Wed, 4 Sep 2019 00:32:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.4.0=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 | 10 +++++----- publish/version.json | 8 ++++++-- 4 files changed, 26 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96b65068c8..8baa375577 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.4.0](https://github.com/lyswhut/lx-music-desktop/compare/v0.3.5...v0.4.0) - 2019-09-04 + + +### 新增 + +- 新增**歌单**功能,目前支持酷我、酷狗、百度源歌单 +- 在设置界面-关于洛雪音乐说明部分新增**最新版网盘下载地址**与**打赏地址** +- 新增酷狗 电音热歌榜、DJ热歌榜 +- 新增版本更新超时功能,对于部分无法访问GitHub的用户做更新超时提醒 + +### 移除 + +- **注意**:0.4.0以前的版本即将失效,请更新到0.4.0版本 + ## [0.3.5](https://github.com/lyswhut/lx-music-desktop/compare/v0.3.4...v0.3.5) - 2019-08-30 ### 新增 diff --git a/package.json b/package.json index ee5b58174b..af02255fec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.3.5", + "version": "0.4.0", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/changeLog.md b/publish/changeLog.md index 995ce12e4f..755ee5c92d 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,11 +1,11 @@ + ### 新增 -- 新增酷我、酷狗、百度源**歌单** +- 新增**歌单**功能,目前支持酷我、酷狗、百度源歌单 - 在设置界面-关于洛雪音乐说明部分新增**最新版网盘下载地址**与**打赏地址** - 新增酷狗 电音热歌榜、DJ热歌榜 +- 新增版本更新超时功能,对于部分无法访问GitHub的用户做更新超时提醒 -### 优化 +### 移除 -- 目前使用的测试接口与临时接口已逐渐趋于稳定 -- 测试接口支持**酷我、酷狗、百度、网易云**源直接播放与下载 -- 临时接口仅支持**酷我**源直接播放与下载 +- **注意**:0.4.0以前的版本即将失效,请更新到0.4.0版本 diff --git a/publish/version.json b/publish/version.json index 72da7f87b1..c31c518895 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.3.5", - "desc": "

新增

\n\n

优化

\n\n

修复

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

新增

\n\n

移除

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

新增

\n\n

优化

\n\n

修复

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

优化

\n\n

修复

\n\n"