Moonfin v1.6.0 Release Notes 
What's New
Bug Fixes
- Fixed Seerr/Jellyseerr proxy navigation — Search, sidebar links, and in-app navigation in the Seerr/Jellyseerr iframe no longer load indefinitely. The proxy script now intercepts
history.pushState/replaceStateand handlesRequestobjects passed tofetch(). - Fixed user settings not saving correctly — Refactored settings mapping in the admin config page and frontend storage for consistency, fixing issues with undefined values not being handled properly.
- Fixed navbar background — Changed navbar background to use a gradient.
- Fixed admin config page visibility — Moonfin config page now correctly appears in the Jellyfin admin sidebar.
Improvements
- Versions on details screen — Media version/quality information is now displayed on the details overlay.
- Passwordless user authentication — Authentication now requires only a username for Jellyfin users that don't have passwords set.
- MDBList memory optimization — Batch task refactored to improve memory management; cache service now uses stream-based JSON I/O.
Contributors
- @coredev-uk — navbar gradient fix (#35)
- @enyineer — admin config page sidebar fix (#25)