Releases: NekoiNemo/hc_multitool
v0.3.0
Migration to hc_multitool
As there were already 2 binaries with partially duplicating functionality, and i've started adding a 3rd one - it was high time to merge them all into one unified binary with subcommands. And have proper CLI interface, logging, etc.
Other changes
Outfits management
New action added to save/load outfits (that is, the set of wardrobe items) in a save, or transfer them from one save to another (provided the recipient owns the corresponding items)
CLI interface and logging
Replaced old ad-hoc argument parsing with Clap to have proper nice CLI interface, that also prints usage, help (--help
) and even gives helpful error messages and suggestions!
Similarly, replaced the simple dumping of arbitrary text to stdout/stderr with proper configurable logging (though still to the terminal), complete with the nice structured error messages.
Configuration and detection
Providing file paths by hand was pretty tedious, so now the tool will attempt to detect the save game directory itself (though it can still be specified manually should it fail to detect it or you want to override it for some reason), meaning you only need to specify the save slot to operate on. This only applies to new JSON saves, the converter still needs full path to old save.
v0.2.1
Minor update to hc_list_sorter
to also remove (newer) duplicate email entries.
Save converter is unchanged since the last release