- Allow importing and exporting multiple worlds at once
- Fix target worlds not being cleaned up during exporting with the
--overwrite
flag (#14) - Add a pretty printer for
haze list
- Rename
--path
flag to--minecraft-version
and restrict setting its value tostable
,preview
, oreducation
- Allow setting
COM_MOJANG
environment variable to define an arbitrarycom.mojang
path - Merge
haze_core
andhaze
into a single crate - Add colored help message for
haze help
- Support using comments in
config.json
- Provide binaries for Linux and MacOS
- Add the
--path
flag to allow using predefined export/import paths tocom.mojang
or custom ones (#12)
- Add
haze list
subcommand to list the available worlds in the project. By @solvedDev (#10) - BREAKING: Rename
test
andsave
subcommands toexport
andimport
respectively. By @solvedDev (#8) - Extract the core of Haze into a library. By @solvedDev (#9)
- BREAKING: Use
worlds
property in the configuration (#4) - Improve error and logging messages
- Use less bold text for errors
- Update the descriptions for some commands
- Remove diagnostic codes
- Disable overwriting in
haze test
by default (#1) - Add
--overwrite
flag tohaze test
to enable overwriting (#2) - Improve error/info messages (#3)
- Update the project's description for more clarity