Skip to content

v0.24.0

Compare
Choose a tag to compare
@juraj-hrivnak juraj-hrivnak released this 22 Dec 19:59
· 4 commits to main since this release

Highlights

  • Fixed a major bug where projects were not being exported to modpack manifests.
  • Implemented the sync command.
    • This command can be used to sync your modpack with local project files.
  • Limited max number of retries for fetch command to 3 instead of 10.

Other

  • Made most of the commands print help on empty args and added a spinner progress bar to some of them.
  • Projects will now be compared with lowercase and white space filtered project names and their project file hashes.
  • Trailing commas are now allowed in the config file and lock file.
  • Added a better error message to ProjNotFound errors.
  • .jar.meta is now allowed extension when removing old files on fetch.
  • Created tests for CurseForge and Modrinth modpack models.