Releases: danbee/persephone
Releases · danbee/persephone
Persephone 0.18.1-alpha
Fixed
- Made some changes to command queueing that should make it more stable
Persephone 0.18.0-alpha
Changed
- Now built for Apple Silicon!
- Updated icon to match Big Sur style
Fixed
- Fixed a bug that caused black squares instead of album art on Big Sur
- Fixed a bug that caused queue layout issues on Big Sur
- Made the shuffle button non selectable to match the rest
- Fixed the album list layout so you can now unselect by clicking between albums
Persephone 0.17.3-alpha
Fixed
- Fixed a bug that caused the app to crash when backspace was pressed with an empty queue.
- Fixed a bug that caused an error when trying to search for something with an apostrophe (
'
) in it.
Persephone 0.17.2-alpha
Added
- Albums with tracks where the track artist isn't always the same as the album artist now show the artist on each track in album detail view.
Changed
- Project structural changes to make room for an iOS version.
Persephone 0.17.0-alpha
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
Persephone 0.16.1-alpha
Fixed
- Bug that prevented albums with different artist and albumartist being enqueued
Persephone 0.16.0-alpha
Changed
- Fetches album art over the wire from MPD instead of using the filesystem
Added
- Volume control
- Control to clear album art cache
Persephone 0.15.0-alpha
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
Persephone 0.14.0-alpha
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
Persephone 0.13.0-alpha
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