Skip to content

Beta v0.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@executionByFork executionByFork released this 05 Feb 02:54
· 55 commits to master since this release

WARNING: Versions prior to v0.7 will NOT be compatible with this version and future versions. I have changed a lot of the internal code for the better, however this also has the side effect that nothing is backwards compatible. Backups, Modpacks, and config files from versions prior to this one are all incompatible. Please restore all backups before upgrading to this version. You will also have to recreate any modpacks you made as well. I apologize for this, but as you can see below the benefits of upgrading will be worth recreating the modpacks.

  • MCC Mod Manager now checks the game version on startup and stabilizes the MCC install after an official update is applied
  • Assembly patch files are now supported in modpacks allowing .asmp files to be used, which drastically reduces the size of modpacks
  • Before deleting a backup, the app will check to ensure that the backup is not needed by a modpack to avoid accidental corruption
  • If a modpack was made for a previous version of MCC, the app will warn the user with a yellow caution sign beside the modpack
  • The add row button in the Create Modpack tab and the 'New Backup(s)' button in the Backups tab now allow you to select several files at once instead of forcing you to add files one by one
  • The create modpack tab UI has been updated to dynamically switch between file types (patch files vs regular files), showing you what is required and hiding the fields when they are not
  • Several UI features now have tool tips which give more information when you hover over them
  • MCC Mod Manager can now tell if a file has been modified outside of the mod manager
  • LOTS of bug fixes and better error handling