Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 22 May 11:00
9d8a6e8

FCP Mod Manager v0.4.0

What's Changed

  • Added self-update helper scripts for Windows and Linux:
    • update-fcp-mod-manager.bat
    • update-fcp-mod-manager.sh
  • Updater scripts now let users choose between the latest stable release and the latest pre-release.
  • Release builds now publish updater scripts alongside the app archives.
  • Release workflow now generates and uploads checksums.txt for archive verification.
  • Improved in-app update notices with clearer instructions and platform-specific updater commands.
  • Improved Git update error reporting for mod updates.
  • Added verification after fetch/pull so a mod is only reported as updated when it is no longer behind its remote.
  • Treated Git exit code 141 as a successful operation where appropriate.
  • Added focused tests for Git update results and Git mod update behavior.
  • Updated README documentation for app updating.

Full Changelog: v0.3.1...v0.4.0