• v0.4.0 8b1f124552

    endernon released this 2024-11-05 22:06:14 +00:00 | 4 commits to main since this release

    Changelog

    • Refactored backend stuff (it was really really fucking shit)

    • Bumped idmangler-lib version to 0.4.0, requiring powder changes backend

    • Added commandline arguments now (use the --help argument for more info)

    How to download

    Download the zips for your release platform, or if you're using 32bit device or other architecture or platform (why?) build it yourself.

    If you are looking for prebuilt application, DO NOT DOWNLOAD the SOURCE CODE

    INSTEAD DOWNLOAD "idmangler -platform-architecture-version. zip"

    Instructions on usage

    Refer to https://git.frfrnocap.men/endernon/idmangler-cli/src/branch/main/README.md
    For configuring the item id config, refer to https://git.frfrnocap.men/endernon/idmangler-cli/src/branch/main/config.md
    A local copy of this config.md document and an example config is provided (config.json)
    Additionally, some presets for some items are also provided: Singularity (cursed edition 100%) and Hanafubuki (regular 100%)

    Downloads
  • v0.3.2 1e9d46b6ef

    endernon released this 2024-09-14 21:16:37 +00:00 | 33 commits to main since this release

    Changelog

    Shiny value was limited to 255. Sorry. It should be max value of signed 64bit integer (max = 9223372036854775807).
    Even so, you should not enter any negative values, I don't know what happens if you do.

    How to download

    Download the zips for your release platform, or if you're using 32bit device or other architecture or platform (why?) build it yourself.

    If you are looking for prebuilt application, DO NOT DOWNLOAD the SOURCE CODE

    Instructions on usage

    Refer to https://git.frfrnocap.men/endernon/idmangler-cli/src/branch/main/README.md

    .

    Downloads
  • v0.3.1 fd7bc7acc8

    v0.3.1: Debug Mode Pre-release

    endernon released this 2024-09-14 20:09:22 +00:00 | 36 commits to main since this release

    added debug mode for prints, thats it

    Downloads
  • v0.3.0 f8f92484ba

    endernon released this 2024-09-11 22:19:26 +00:00 | 40 commits to main since this release

    implemented basic stuff, based on idmangler-lib v0.3.0 .

    basically everything about predefined items is already made up.

    Crafteds are entirely unimplemented.

    Read the config.md to understand how the config works.
    A web version of the config documentation is here: https://git.frfrnocap.men/endernon/idmangler-cli/src/branch/main/config.md

    Downloads