mirror of
https://github.com/danbee/persephone
synced 2025-03-04 08:39:11 +00:00
Update changelog
This commit is contained in:
parent
44f6b7cd81
commit
119c36fdc0
70
CHANGELOG.md
70
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user