Skip to content

Releases: meza/minecraft-mod-manager

v1.2.1-next.1

03 Feb 21:39
04db2a1
Compare
Choose a tag to compare
v1.2.1-next.1 Pre-release
Pre-release

1.2.1-next.1 (2023-02-03)

Bug Fixes

  • #82: properly handling the case when the latest minecraft version cannot be fetched. Closes #82 (b89a1b3)
  • #82: the minecraft game version verification will be positive when the list of versions cannot be fetched (2eeb5b9), closes #82
  • fixed a potential race condition in the remove logic (b19bd77)
  • handling a failed file download with a more user friendly message #79 (943f481)
  • handling the install errors with a better user flow #80 (831fe45)
  • properly showing hash edge case #81 (7b86a9c)
  • the mmm version check is now also going through the rate limiter (744469d)
  • unresponsive github for version checks no longer disrupts the operations #82 (173ca89)

v1.2.0

30 Jan 17:53
cc97aba
Compare
Choose a tag to compare

1.2.0 (2023-01-30)

Bug Fixes

  • deps: removed unused dependencies (76cf397)
  • deps: update dependency commander to v10 (8b291b3)
  • fixed the native addon builds and types (bb17d79)

Features

v1.2.0-next.1

30 Jan 17:43
Compare
Choose a tag to compare
v1.2.0-next.1 Pre-release
Pre-release

1.2.0-next.1 (2023-01-30)

Bug Fixes

  • deps: removed unused dependencies (76cf397)
  • deps: update dependency commander to v10 (8b291b3)
  • fixed the native addon builds and types (bb17d79)

Features

  • added rate limiting to the transport layer to play nice with the APIs (7c239bd)
  • added the abilitiy to scan existing mod files (e4fc4ce)
  • added the ignore feature (766d410)
  • added the prune functionality (da23c65)
  • it is now possible to remove mods from the command line (a6db6dd)

v1.1.1

14 Jan 02:44
Compare
Choose a tag to compare

1.1.1 (2023-01-14)

Bug Fixes

  • the init function and documentation now correctly asks for loaders instead of platforms (48b9d63)

v1.1.0

02 Jan 20:05
0407e40
Compare
Choose a tag to compare

1.1.0 (2023-01-02)

Features

  • added the change function which allows for minecraft version changes (1c92198)
  • added the test feature (49cdbde)

v1.0.0

25 Oct 19:29
Compare
Choose a tag to compare

1.0.0 (2022-10-25)

Bug Fixes

  • attempting to fix the lookup issues (a645bd1)
  • fixed build targets (2f0cdf5)
  • fixed release asset naming (5dddab4)
  • fixed the experimental warnings showing up (4a5d1d4)
  • fixed the release of binaries (bd15365)
  • fixed the sed issue (4c0a234)
  • fixed the windows release artifact not being shown (45ccf2d)
  • fixing curseforges silly file structure (f061a63)
  • fixing the build (ec1c718)
  • hopefully fixed the artifact publishing (e33776b)

Features

  • added a link to the version-accurate help page (d68dcc2)
  • added mmm version check (afaccc0)
  • added new initialize function for both the cli and the add command (f62039b)
  • added override capability for the release types for an individual mod (c412a63)
  • added verification of the Game Version (8db21c4)
  • added version check for mmm (53bf96f)
  • initial release with most functionality (0acff3b)