Skip to content

1.4.2

Latest

Choose a tag to compare

@RadicalMuffinMan RadicalMuffinMan released this 23 May 05:48
· 11 commits to master since this release

Moonfin v1.4.2 Release Notes github

Note

If you weren't aware, we have created a Discord server for Moonfin! If you have any questions or want to stay up to date with the latest news, please join the Moonfin Discord Server!

Features

  • Added Seerr local account sign-in, so users can authenticate with jellyfin or local Seerr credentials since Moonfin server plugin web UI is going away in the next update.
  • Removed in-app update notifications.

Bug Fixes

  • Fixed multiple subtitle download issues:
    • Overhang is now hidden during subtitle search.
    • Focus correctly returns to the Search button when subtitle search appears.
    • Language names now display correctly in the radio dialog.
  • Fixed a type-mismatch issue by renaming wasClosed to whatsNewClosed that was causing the What's New dialog to not get dismissed properly for some users.
  • Updated navbar focus styling to a full-height white pill and cleaned up pill padding to match other clients.

Contributions

  • @harleykradovill
    • adjust navbar focus style (PR #93)
    • fix multiple subtitle download issues (PR #92)
    • rename wasClosed to whatsNewClosed to avoid type mismatch (PR #91)