Skip to content

Releases: meza/minecraft-mod-manager

v2.0.2

10 Aug 10:22
de127e7
Compare
Choose a tag to compare

2.0.2 (2024-08-10)

Bug Fixes

  • deps: update dependency chalk to v5.3.0 (327ee1c)
  • deps: update dependency core-js to v3.37.1 (d3f334e)
  • deps: update dependency dotenv to v16.4.5 (c87a97f)
  • deps: update dependency minimatch to v9.0.5 (7dbd0e3)

v2.0.1

10 Aug 10:00
1ee45e8
Compare
Choose a tag to compare

2.0.1 (2024-08-10)

Bug Fixes

  • deps: update dependency glob to v11 (c9e2f07)

v2.0.0

02 Aug 19:21
475ddf4
Compare
Choose a tag to compare

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)

v2.0.0-next.16

01 Aug 23:36
0a58570
Compare
Choose a tag to compare
v2.0.0-next.16 Pre-release
Pre-release

2.0.0-next.16 (2024-08-01)

Bug Fixes

  • updated the curseforge lib to work better with newer node versions (0a58570)

v2.0.0-next.15

01 Aug 19:39
ba685eb
Compare
Choose a tag to compare
v2.0.0-next.15 Pre-release
Pre-release

2.0.0-next.15 (2024-08-01)

Bug Fixes

v2.0.0-next.14

31 Jul 20:42
fac9ded
Compare
Choose a tag to compare
v2.0.0-next.14 Pre-release
Pre-release

2.0.0-next.14 (2024-07-31)

Bug Fixes

  • deps: update dependency commander to v12 (e7f82fe)

v2.0.0-next.13

31 Jul 19:28
2486911
Compare
Choose a tag to compare
v2.0.0-next.13 Pre-release
Pre-release

2.0.0-next.13 (2024-07-31)

Bug Fixes

  • a bit less confusing scan result. closes #282 (881527d)

v2.0.0-next.12

31 Jul 16:59
5f542f8
Compare
Choose a tag to compare
v2.0.0-next.12 Pre-release
Pre-release

2.0.0-next.12 (2024-07-31)

Features

v2.0.0-next.11

31 Jul 15:19
eb7723b
Compare
Choose a tag to compare
v2.0.0-next.11 Pre-release
Pre-release

2.0.0-next.11 (2024-07-31)

Features

  • Add preview of files to be deleted before confirmation when pruning (541a6d9)

v2.0.0-next.10

26 Jul 14:00
aaee191
Compare
Choose a tag to compare
v2.0.0-next.10 Pre-release
Pre-release

2.0.0-next.10 (2024-07-26)

Features

  • added the first iteration of the config file validator. closes #25 (7ba6386)