Skip to content

Latest commit

 

History

History
67 lines (49 loc) · 2.34 KB

CHANGELOG.md

File metadata and controls

67 lines (49 loc) · 2.34 KB

Changelog

Changes

  • 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 to stable, preview, or education
  • Allow setting COM_MOJANG environment variable to define an arbitrary com.mojang path
  • Merge haze_core and haze into a single crate
  • Add colored help message for haze help
  • Support using comments in config.json
  • Provide binaries for Linux and MacOS

Changes

  • Add the --path flag to allow using predefined export/import paths to com.mojang or custom ones (#12)

Changes

  • Add haze list subcommand to list the available worlds in the project. By @solvedDev (#10)
  • BREAKING: Rename test and save subcommands to export and import respectively. By @solvedDev (#8)
  • Extract the core of Haze into a library. By @solvedDev (#9)

Changes

  • 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

Changes

  • Disable overwriting in haze test by default (#1)
  • Add --overwrite flag to haze test to enable overwriting (#2)
  • Improve error/info messages (#3)

Changes

  • Update the project's description for more clarity