Skip to content

Releases: glektarssza/ftb-tool

v0.4.0

05 Dec 18:40
2b03cf8
Compare
Choose a tag to compare

Major Changes

  • Moved to NodeJS v20.10.0

PR Log

Full Changelog: v0.3.1...v0.4.0

v0.3.1

01 Dec 20:35
3fd328c
Compare
Choose a tag to compare

Fixed

  • Fixed gzipped tar files not actually getting gzipped.

Other

  • Hardened archiveDirectory so it doesn't leave dangling files.

Full Changelog: v0.3.0...v0.3.1

v0.3.0

01 Dec 16:56
bc4102a
Compare
Choose a tag to compare

Added

  • Added support for creating an archive of the downloaded modpack version files.

Full Changelog: v0.2.1...v0.3.0

v0.2.1

30 Nov 23:22
f237ea7
Compare
Choose a tag to compare

Fixed

  • Fixed some issues with the network helper that would cause CurseForge downloads to fail.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

30 Nov 21:33
48a76b3
Compare
Choose a tag to compare

Changes

  • Lots of internal restructuring.

Added

  • download sub-command for the version command.

Full Changelog: v0.1.0...v0.2.0

v0.1.0

23 Nov 19:14
9f9c3b1
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Changes

  • Moved modpack-related commands (info and search) under a top-level modpack command.

Added

  • Created a new top-level command (version) for dealing with versions of modpacks.
  • Added an info sub-command to the version command for getting information about a version of a modpack.

Full Changelog: v0.0.1...v0.1.0

v0.0.1

22 Nov 22:38
ac73ec1
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

Initial release.

Supports:

  • Getting information about Feed the Beast modpacks by their ID.
  • Searching for Feed the Beast modpacks by a singular search term.
  • Outputting results to the standard output or a file.
  • Formatting results using either an internal format or as JSON with optional pretty printing.

Full Changelog: https://github.com/glektarssza/ftb-tool/commits/v0.0.1