lx-music-desktop/CHANGELOG.md

63 lines
1.7 KiB
Markdown
Raw Normal View History

2019-08-16 09:27:23 +00:00
# lx-music-desktop change log
All notable changes to this project will be documented in this file.
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/).
2019-08-18 12:36:17 +00:00
## [0.1.4](https://github.com/lyswhut/lx-music-desktop/compare/v0.1.3...v0.1.4) - 2019-08-18
### 新增
- 新增音乐来源切换,可到设置页面-基本设置 look look !
- 为搜索结果列表添加多选功能。
P.S暂时没想好多选后的操作按钮放哪...
### 优化
- 重构与改进checkbox组件使其支持不定选中状态
- 完善上一个版本的http请求封装并切换部分请求到该方法上
- 优化其他一些细节
## [0.1.3](https://github.com/lyswhut/lx-music-desktop/compare/v0.1.2...v0.1.3) - 2019-08-17
### 新增
- 新增win32应用构建
### 修复
- 修复安装包许可协议乱码问题
- **messoer 提供的接口已挂**,暂时切换到临时接口!
### 移除
- 由于messoer接口无法使用QQ音乐排行榜直接播放/下载功能暂时关闭
## [0.1.2](https://github.com/lyswhut/lx-music-desktop/compare/v0.1.1...v0.1.2) - 2019-08-17
### 修复
- 修复更新弹窗的内容显示问题
## [0.1.1](https://github.com/lyswhut/lx-music-desktop/compare/v0.1.0...v0.1.1) - 2019-08-17
### 新增
- QQ音乐排行榜直接试听与下载该接口貌似不太稳定且用且珍惜
### 优化
- 优化http请求机制
- 更新关于本软件说明
### 修复
- 修复当上一个歌曲链接正在获取时切换歌曲请求不会取消的问题
- 修复切换歌曲时仍然播放上一首歌曲的问题
2019-08-16 09:27:23 +00:00
## [0.1.0] - 2019-8-16
* 0.1.0版本发布