-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
|
||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [2.0.0] - 2021-03-30 | ||
|
||
### Added | ||
|
||
- added support chart link | ||
- added support m4a high quality | ||
- added track number tag | ||
- added generate .wpl base on album, playlist, artist and chart | ||
|
||
### Changed | ||
|
||
- change parameter to [-h] [-u URL] [-m4a] [-hq] | ||
- change link artist | ||
- change comment tag with link single | ||
- change clean_text function replace 'â' to 'a', '.' to '' | ||
- change time session to 60 sec backward | ||
|
||
|
||
### Fixed | ||
|
||
- fixing url_additional_data_track link |