Skip to content
This repository has been archived by the owner on Oct 27, 2024. It is now read-only.

v1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Feb 01:37
fcb3baa

Version 1.0.0

After many late nights, I'm ready to release 1.0.0! The major change is that this release includes support for symlinks and caching! This should massively increase the performance of the program overall. No action is required as the program will automatically handle existing mod installation transparently.

  • Mods are now installed into the disabled mod storage folder and a Windows directory junction is created to your MSFS install
  • Disabling/enabling a mod is now just a matter of creating/deleting a symlink, and thus is far quicker
  • Mod manifests are now cached, so the refresh after enabling/disabling should be extremely fast
  • Removed the timeout entirely from the backup function
  • Manually installing mods into the Community folder will still function without issue. If you disable this mod, it will be copied into the mod storage folder like before. Re-enabling it, however, will not copy it back but rather create a symlink.
  • All these performance improvements will not affect new mod installs. These archives still need to be extracted, analyzed, and copied into the correct directory.