Skip to content

0.7.0

Compare
Choose a tag to compare
@jesterr0 jesterr0 released this 26 Mar 02:51
· 41 commits to main since this release

[0.7.0] - 2025-3-25

Added

  • Built a new widget that can scroll for very long error messages to replace the default unhandled error box.
  • Logger will now log output to console if debug executable is executed.

Changed

  • Improve logging in the plugin loader.
  • Use new error window widget to display unhandled errors.
  • Now uses UV instead of Poetry.
  • Logger starts in debug mode and is configured on first message via the users settings.

Fixed

  • Movie clean title table would not properly save/update user settings or defaults after being modified once.
  • Subprocess windows executing in a new window on Windows.
  • 'None' being added to each unhandled error exception output.
  • Major bug when attempting to use requirements.txt on a system that didn't have Python installed.

Removed

  • NfoForge no longer looks for and installs requirement text files for packages. This is a breaking change but is required to properly ensure this works across multiple configurations.