From 09c041056ef781d04d17ca5de83f0127fd67bb88 Mon Sep 17 00:00:00 2001 From: Bas Stottelaar Date: Mon, 10 Nov 2014 20:48:06 +0100 Subject: [PATCH] Improved the CHANGELOG --- CHANGELOG | 7 ---- CHANGELOG.md | 100 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 100 insertions(+), 7 deletions(-) delete mode 100644 CHANGELOG create mode 100644 CHANGELOG.md diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 94103e14..00000000 --- a/CHANGELOG +++ /dev/null @@ -1,7 +0,0 @@ -v0.5 Released 10 Nov 2014 -------------------------- -- Several bug fixes (please retest your posted issues) -- Cue splitter -- Other improvements - - diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..0cfca3ea --- /dev/null +++ b/CHANGELOG.md @@ -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). \ No newline at end of file