From 78c5250f1baca08e21e05261b5cb4a06fac0f94b Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sat, 2 May 2020 12:44:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83v0.18.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- publish/changeLog.md | 7 +------ publish/version.json | 8 ++++++-- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a672da0e..507ebb32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ 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.18.2](https://github.com/lyswhut/lx-music-desktop/compare/v0.18.1...v0.18.2) - 2020-05-02 + +### 修复 + +- 修复开启托盘时,可能导致无法自动更新的问题 + ## [0.18.1](https://github.com/lyswhut/lx-music-desktop/compare/v0.18.0...v0.18.1) - 2020-05-02 ### 优化 diff --git a/package.json b/package.json index 6d05051e..cc33d169 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.18.1", + "version": "0.18.2", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/changeLog.md b/publish/changeLog.md index aad40059..105616e8 100644 --- a/publish/changeLog.md +++ b/publish/changeLog.md @@ -1,8 +1,3 @@ -### 优化 - -- win下的托盘图标使用更大的图片 -- 加长软件协议的强制停留时间 - ### 修复 -- 修复导入设置某些设置未立即生效的问题 +- 修复开启托盘时,可能导致无法自动更新的问题 diff --git a/publish/version.json b/publish/version.json index 25bcd03f..7bd18b71 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.18.1", - "desc": "

优化

\n\n

修复

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

修复

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

优化

\n\n

修复

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

新增

\n\n

优化

\n\n

更变

\n\n

修复

\n\n

移除

\n\n

其他

\n

更新 Electron 到 8.2.5

\n"