From ed28a59fcb1959250603a7bf2d9c6f05be9c52ba Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 10 Nov 2019 13:29:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.11.0=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- publish/version.json | 8 ++++++-- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fa685db0..e9a5e49f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ 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.11.0](https://github.com/lyswhut/lx-music-desktop/compare/v0.10.0...v0.11.0) - 2019-11-10 + +### 新增 + +- 新增歌曲缓冲定时器,尝试用于解决网络正常但是歌曲缓冲过久的问题 +- 新增下载管理的任务状态分类 +- 添加**杀毒软件提示有病毒或恶意行为**的说明,可到**常见问题**拉到最后查看(常见问题可在开源地址找到) + +### 优化 + +- 优化更新弹窗机制及其内容描述,对于可以自动更新的版本,现在可以看到软件的下载进度了 + ## [0.10.0](https://github.com/lyswhut/lx-music-desktop/compare/v0.9.1...v0.10.0) - 2019-11-02 #### 优化 diff --git a/package.json b/package.json index 8efabb18..9a61879c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.10.0", + "version": "0.11.0", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index 8b872b4d..1731bb95 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.10.0", - "desc": "

优化

\n\n

修复

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

新增

\n\n

优化

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

优化

\n\n

修复

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

修复

\n\n"