From 74f8e9544b9b0fc23e5eaa58f05edf3e580441d8 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Sun, 20 Oct 2019 18:21:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.8.2=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 0d78c0bd..36309574 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.2](https://github.com/lyswhut/lx-music-desktop/compare/v0.8.1...v0.8.2) - 2019-10-20 + +#### 修复 + +- 兼容旧版酷我源搜索列表过滤128k音质的bug(注:0.8.1版本仅修复了酷我源的歌曲过滤问题,该修复仅对以后添加的歌曲有效,如果是之前添加的歌曲仍会出现这个问题,现修复对之前旧列表数据的兼容处理) + ## [0.8.1](https://github.com/lyswhut/lx-music-desktop/compare/v0.8.0...v0.8.1) - 2019-10-20 #### 修复 diff --git a/package.json b/package.json index a55f7970..f5fd29b6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.8.1", + "version": "0.8.2", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index b40cc3a0..af0b9a96 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.8.1", - "desc": "

修复

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

修复

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

修复

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

新增

\n\n

优化

\n\n

修复

\n\n"