Skip to content

v0.2.5-beta

Choose a tag to compare

@MakD MakD released this 30 Dec 08:15
· 714 commits to master since this release

Release Notes

Major Changes

  • Critical Logout Fix
    Fixed a critical bug that allowed data from the previous server to be carried over when switching between servers.
    • Logging out now properly clears all cached data before connecting to a new server
    • Ensures complete cleanup of studio, genre, and recommendation caches
    • Prevents data contamination between different Jellyfin servers
    • Logout process is now interruption-proof, guaranteeing full cleanup even if the app is closed (Fixes #19)

Other Changes

  • Library Updates: Replaced deprecated markdown library with modern, actively-maintained alternative
  • Dependency Cleanup: Removed unused testing dependencies for a smaller app size
  • Licenses Screen: Improved layout with app icon header and clearer formatting

What's Changed

  • refactor(Auth): Improve logout robustness and data clearing by @MakD in 687aa59
  • refactor(deps): Replace compose-markdown with compose-richtext and clean up dependencies by @MakD in 2c69112
  • chore: Bump version to 0.2.5-beta by @MakD

Full Changelog: v0.2.4-beta...v0.2.5-beta