• v0.5.0 315a345009

    endernon released this 2025-01-17 22:48:58 +00:00 | 3 commits to main since this release

    Changelog

    • Added a --perfect flag to easily generate a perfect item based on name (e.g. idmangler-cli --perfect "Event Horizon")
    • Big backend refactor

    Roadmap

    • Crafteds are still incomplete
    • Create a GUI or a web version

    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
    Additionally, some preset config for some items are also provided in the example_configs directory.

    Downloads
  • v0.4.3 84e696bea2

    endernon released this 2025-01-01 21:02:02 +00:00 | 68 commits to main since this release

    Changelog

    • Some backend refactoring to make literally everything modular (Makes the code a lot easier to maintain)
    • Removed the powder limit field (the program now handles it for you)
    • Removed the powder tier (it literally did nothing)
    • Now also supports Tome and Charm items
    • Match the Wynntils specification a lot more

    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
    An example config is provided in the download (config.json)
    Additionally, some presets for some items are also provided: Singularity (cursed edition 100%) and Hanafubuki (regular 100%).

    Downloads
  • v0.4.2 6c50e01549

    endernon released this 2025-01-01 00:12:31 +00:00 | 90 commits to main since this release

    Changelog

    • Some backend refactoring
    • Use json5 for configs instead, because it just allows a lot of common human errors present in json.
    • Basically, if you're an end user, this makes it easier to configure

    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
    An example config is provided in the download (config.json)
    Additionally, some presets for some items are also provided: Singularity (cursed edition 100%) and Hanafubuki (regular 100%).

    Downloads
  • v0.4.1 6180a5009b

    endernon released this 2024-12-29 20:10:35 +00:00 | 112 commits to main since this release

    Changelog

    • Some backend refactoring
    • Add a function to auto download the data jsons

    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.4.0 8b1f124552

    endernon released this 2024-11-05 22:06:14 +00:00 | 139 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 | 168 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 | 171 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 | 175 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