Skip to content

v1.3.9

Choose a tag to compare

@ZL154 ZL154 released this 18 Mar 17:00
· 288 commits to main since this release

Achievement Badges v1.3.9

πŸ”§ Stability Recovery Release

This update resolves critical startup issues affecting Jellyfin 10.11.6 and newer setups.

βœ… Fixes

  • Fixed Jellyfin startup failures caused by early File Transformation injection
  • Fixed plugin page not loading due to unsafe initialisation
  • Fixed system-wide plugin instability and repo loading errors

βš™ Improvements

  • Reworked File Transformation integration to use delayed execution
  • Injection now runs safely after Jellyfin has fully initialised
  • Added fault-tolerant injection handling to prevent crashes
  • Improved logging for debugging injection behaviour

🧠 Internal Changes

  • Removed unsafe startup execution paths
  • Introduced SafeStartupRunner for controlled injection timing
  • Cleaned plugin lifecycle handling to align with Jellyfin 10.11.6