Skip to content

v0.5.5

Choose a tag to compare

@screwys screwys released this 01 Jun 22:23
· 1794 commits to main since this release
v0.5.5
16fd4ad

This has been a fruitful release, got to make pages more consistent with the app UI, and fix a lot of bugs thanks to people reporting on Github. There is more optimization for caching, and QoL I'm working on, so stay tuned!

  • Redesigned artist, album and playlists pages
  • Added an option to close the app to tray, and added multimedia controls to tray icon
  • Added in-app toast notifications for server auth
  • Playing notification now correctly shows the the album artwork
  • Queue is now kept alive, it no longer refreshes and jumps to first entry on clicking one item
  • Fixed an issue sidebar icons were not showing up in flatpak
  • Initial caching screen now reports progress
  • Fixed a bug where items got buried under the right sidebar, or pushed the right sidebar out of the window
  • Fixed a bug that automatic lyrics fetching could fetch lyrics just based on song names
  • Fixed a bug that shuffle relied on a stagnant queue

Changelog

  • fix(release): wait for PR checks before watching by @screwys in #43
  • chore(docs): update CONTRIBUTING.md by @screwys in #44
  • feat(ui): add tray controls and stable Jellyfin identity by @screwys in #48
  • fix(playback): restore notification artwork by @screwys in #50
  • fix(ui): refine playlist layouts by @screwys in #51
  • feat(ui): polish detail pages by @screwys in #52
  • fix(library): report cache progress and tighten lyrics lookup by @screwys in #53
  • docs(readme):add AUR badge by @screwys in #54
  • fix(queue): materialize source queues by @screwys in #55