From 119c36fdc076ce392be12050d240589784fcd509 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Fri, 13 Mar 2020 14:10:31 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a08bd70..9efc2d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,75 @@ # Changelog +## 0.17.0-alpha - 2020-03-08 + +### Added + +- Error handling (it's about time!) +- Shortcut keys for stop, next and previous + +### Changed + +- Fixes the space bar shortcut key for play/pause not always working +- Fixes text operations in text fields by adding the "Edit" menu back in +- Relayout the preferences window to be more consistent + +## 0.16.1-alpha - 2020-02-24 + +### Fixed + +- Bug that prevented albums with different artist and albumartist being enqueued + +## 0.16.0-alpha - 2020-02-24 + +### Changed + +- New layout for the queue which includes cover art and song duration +- Treat albums with a zero disc as if they have no disc number +- Fix an occasional launch crashing bug +- Currently playing song cover art now has a black background + +## 0.15.0-alpha - 2020-01-31 + +### Changed + +- New layout for the queue which includes cover art and song duration +- Treat albums with a zero disc as if they have no disc number +- Fix an occasional launch crashing bug +- Currently playing song cover art now has a black background + +## 0.14.0-alpha - 2020-01-20 + +### Added + +- Adds a search box to the album list view. This enables the filtering of albums. + +### Removed + +- Option to get album art from MusicBrainz (this should get added back in a future release). + This is due to a big refactor of the album art fetching system to use Kingfisher instead of my home grown solution. + +### Changed + +- Fixes a bunch of bugs around connecting/disconnecting to/from MPD servers +- Fixes a bug where holding space would repeatedly send play/pause commands to the server +- Fixes a bug where the app would crash when trying to reconnect to a different server +- Fixes a bug where double clicking on a song to play it would sometimes crash the app + +## 0.13.0-alpha - 2019-08-17 + +### Added + +Lots of added functionality! + +- Album detail view with the ability to add songs to the queue +- Ability to re-order the queue by dragging songs +- Ability to remove tracks from the queue +- Play next option to enqueue songs + +### Changed + +- Refactors out the reducer used for queuing MPD actions. It turns out this was not necessary and actually caused problems + ## 0.12.0-alpha - 2019-05-18 ### Added