From ee2b01673b33b9207e25410c7591139f6c46a151 Mon Sep 17 00:00:00 2001 From: lyswhut Date: Thu, 29 Aug 2019 00:58:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=830.3.3=E7=89=88=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- publish/version.json | 8 ++++++-- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1764169b..6dfcd1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ 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.3.3](https://github.com/lyswhut/lx-music-desktop/compare/v0.3.2...v0.3.3) - 2019-08-29 + +### 修复 + +- **messoer**的接口已经关闭,暂时切换到临时接口使用,部分功能受限。。。 +- 修复设置界面更新出错时仍然显示更新下载中的问题 +- 修复手动定位播放进度条时存在偏差的问题 +- 屏蔽播放器中没有歌曲时对进度条的点击 + + ## [0.3.2](https://github.com/lyswhut/lx-music-desktop/compare/v0.3.1...v0.3.2) - 2019-08-24 ### 新增 diff --git a/package.json b/package.json index 882a7556..7ed07b49 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lx-music-desktop", - "version": "0.3.2", + "version": "0.3.3", "description": "一个免费的音乐下载助手", "main": "./dist/electron/main.js", "productName": "lx-music-desktop", diff --git a/publish/version.json b/publish/version.json index d0e17db3..32ff4c97 100644 --- a/publish/version.json +++ b/publish/version.json @@ -1,7 +1,11 @@ { - "version": "0.3.2", - "desc": "

新增

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

修复

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

新增

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

修复

\n\n"