Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Aug 19:21
· 134 commits to main since this release
475ddf4

2.0.0 (2024-08-02)

⚠ BREAKING CHANGES

  • moved the allowVersionFallback setting from global to be per mod. Please update your modlist json

Features

  • #429: added the --force parameter for the change command (2179010), closes #429
  • #533: files with the .disabled extension will now be ignored (201cf5c), closes #533
  • Add preview of files to be deleted before confirmation when pruning (541a6d9)
  • added all supported loaders from both platforms (891d371)
  • added liteloader (9e18211)
  • added telemetry #238 (5f542f8)
  • added the first iteration of the config file validator. closes #25 (7ba6386)
  • added the optional version property to the mod configuration (83a9219)
  • added the optional version property to the mod configuration. closes #436 (938bb8e)
  • moved the allowVersionFallback setting from global to be per mod. Please update your modlist json (505b60b)

Bug Fixes

  • #62: a relative mods folder will now be calculated from the config file's location and not the current run dir as before (f42ceb4), closes #62
  • a bit less confusing scan result. closes #282 (881527d)
  • curseforge enum neoforge (7010fdb)
  • deps: update dependency commander to v12 (e7f82fe)
  • fixed a bug with curseforge file adds (5209ca0)
  • fixed the release notes generator settings (8d46b4f)
  • more workarounds for #282 (ba685eb)
  • updated the curseforge lib to work better with newer node versions (0a58570)