All notable per-release changes will be documented in this file. This project adheres to Semantic Versioning.
- Added 0.15.0 template, which chooses a default graphics backend based on the developer's operating system. (#104)
- Updated
liquid-value
to allowamethyst_tools
to build (#96)
- Complete rewrite of the tool
- Amethyst CLI
- Add support for
--release
flag (issue #19)
- Add support for
- Amethyst CLI
- Fix for bad file descriptor error for new command (pull request #18)
- Amethyst CLI
- New integration test for detecting failed builds
- Amethyst CLI
- General
- Recent changes to crates.io breaks
amethyst_tools
installation for some users (issue #17)
- Recent changes to crates.io breaks
- Amethyst CLI
- Expose Cargo exit status if non-zero (issue #13)
- Amethyst CLI
- General
- New repo-wide README.md
- Amethyst CLI
- New project template, updated to use 0.2.0 engine API
- Renamed repository to
amethyst_tools
, general restructuring (issue #4) - New change log format (issue #5)
- Amethyst CLI
- Display Cargo stdout in real-time, not when the process exits (issue #1)
- Amethyst CLI
- Do not print to stdout when extracting the template project files
- Eliminate all unused variable warnings
- Amethyst CLI
- Update template project's
main.rs
to eliminate unused variable warning
- Update template project's
- Amethyst CLI
- Update included
main.rs
in the template project to API version 0.1.3 - Remove unused zip-rs dependency "bzip2"
- Update included
- Initial release