Skip to content

Releases: danbee/persephone

Persephone 0.18.1-alpha

06 Dec 01:10
Compare
Choose a tag to compare
Pre-release

Fixed

  • Made some changes to command queueing that should make it more stable

Persephone 0.18.0-alpha

15 Feb 13:51
Compare
Choose a tag to compare
Pre-release

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

12 Oct 16:19
Compare
Choose a tag to compare
Pre-release

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

31 Jul 18:50
Compare
Choose a tag to compare
Pre-release

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

08 Mar 15:41
44f6b7c
Compare
Choose a tag to compare
Pre-release

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

24 Feb 13:56
b9d1c9e
Compare
Choose a tag to compare
Pre-release

Fixed

  • Bug that prevented albums with different artist and albumartist being enqueued

Persephone 0.16.0-alpha

24 Feb 13:52
770a01c
Compare
Choose a tag to compare
Pre-release

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

31 Jan 15:17
109ab0e
Compare
Choose a tag to compare
Pre-release

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

20 Jan 18:49
6458b74
Compare
Choose a tag to compare
Pre-release

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

17 Aug 15:43
f616ae4
Compare
Choose a tag to compare
Pre-release

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