Improved the CHANGELOG

This commit is contained in:
Bas Stottelaar
2014-11-10 20:48:06 +01:00
parent fda4658e92
commit 09c041056e
2 changed files with 100 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
v0.5 Released 10 Nov 2014
-------------------------
- Several bug fixes (please retest your posted issues)
- Cue splitter
- Other improvements

100
CHANGELOG.md Normal file
View File

@@ -0,0 +1,100 @@
# Changelog
## v0.5
Released 10 November 2014
Highlights:
* Added: CUE splitter
* Added: filter search result by MusicBrainz Release Group ID
* Added: follow symlinks while scanning library (#1953)
* Fixed: crash during post processing (#1897)
* Fixed: embedding lyrics (#1896)
* Fixed: HTTP errors with older versions of Python 2.6
* Fixed: jump back to top of page (#1948)
* Improved: parse MusicBrainz RGID first when post processing (#1952)
* Improved: Growl unicode characters (#1695)
* Improved: search handling for PB and KAT
* Improved: Last.FM API support (#1877)
* Improved: upgraded CherryPy to version 3.6.0
* Improved: upgraded Requests to version 2.4.1
* Improved: upgraded APScheduler to version 3.0.1
* Improved: lot of code refactoring
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.4...v0.5).
## v0.4
Released 20 September 2014
Highlights:
* Added: support for libav-tools (which replaces FFmpeg under Ubuntu)
* Added: option to freeze library when post processing
* Added: Songkick per area
* Added: rename original NFO file (#1797)
* Removed: removed dead search providers
* Fixed: removed left-overs of old packages
* Improved: rename by original folder (#1811)
* Improved: uTorrent fixes
* Improved: delayed loading of album art
* Improved: search result parser
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.3.4...v0.4).
## v0.3.4 released
Released 15 May 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.3.3...v0.3.4).
## v0.3.3 released
Released 05 May 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.3.2...v0.3.3).
## v0.3.2
Released 17 April 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.3.1...v0.3.2).
## v0.3.1
Released 11 April 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.3...v0.3.1).
## v0.3
Released 09 April 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.2.3...v0.3).
## v0.2.3
Released 28 March 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.2.2...v0.2.3).
## v0.2.2
Released 15 January 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.2.1...v0.2.2).
## v0.2.1
Released 13 January 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.2...v0.2.1).
## v0.2
Released 13 January 2014
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.1.2...v0.2).
## v0.1.2
Released 11 October 2013
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.1.1...v0.1.2).
## v0.1.1
Released 26 August 2013
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/v0.1...v0.1.1).
## v0.1
Released 05 August 2013
the full list of commits can be found [here](https://github.com/rembo10/headphones/compare/2156e1341405d07c5bcfbe994f6b354b32d94cda...v0.1).