From 5c32160a583b136d1ff91341d656dc00305af2b8 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 20 Oct 2019 10:11:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.8.1=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ package.json | 2 +- publish/version.json | 8 ++++++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 63efd5e5..0d78c0bd 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.8.1](https://github.com/lyswhut/lx-music-desktop/compare/v0.8.0...v0.8.1) - 2019-10-20 + +#### 修复 + +- 修复酷我源搜索歌曲结果未添加128k音质导致播放128k音质时显示“该歌曲没有可播放的音频”的问题 + ## [0.8.0](https://github.com/lyswhut/lx-music-desktop/compare/v0.7.0...v0.8.0) - 2019-10-19 #### 新增 diff --git a/package.json b/package.json index c065b84d..a55f7970 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.8.0", + "version": "0.8.1", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index 0032fd5a..b40cc3a0 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.8.0", - "desc": "

新增

\n\n

优化

\n\n

修复

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

修复

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

新增

\n\n

优化

\n\n

修复

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

新增

\n\n

优化

\n\n

修复

\n\n"