Releases: BrettMayson/HEMTT
Releases · BrettMayson/HEMTT
Version 0.10 Alpha 7
Features some reorganized configuration and improvements from feedback on Alpha 6.
Your feedback will have the most sway during alpha! Please test and provide feedback!
Documentation is live at https://brettmayson.github.io/HEMTT
Version 0.7.6
v0.7.6 fix: fmt
Version 0.7.5
Various bug fixes
Version 0.7.4
FIXED: Projects without a sig_name
could fail to sign
Version 0.7.3
It's 0.7.2 but works on Windows!
Version 0.7.2
Signing is fully working! 🎉
Version 0.6.1
V3 Signatures are now signing correctly
Experimental armake2 built in. No documentation for this release.
Version 0.6.0
Fixed
- Files defined in project configuration in subfolders or relative location do not work. #69
clean
fails and throws an error when no optionals exist #95- Non-Zero exit has no effect during build steps #59
- leading '_' on PBOs when prefix is empty #71
Added
- Utility: Template - Outputs a temlated string
- Utility: Zip - Zip a release after building
- Templating: git - A helper for retriving the git information
- Templating: semver - An object containing version information
- Windows Installer: You can now install HEMTT and use it in any folder of your project
Changed
- Project File:
files
can now use glob patterns - Project File: reuse_private_key
- Signing: Private keys are not written to disk by default
Version 0.5.1
Fixed
init
andcreate
would fail- empty input during
init
andcreate
would cause issues
Thank you @bux for finding these issues
Version 0.5.0
Added:
- Utility:
convertproject
to convert JSON <=> TOML - Scripting System
- Build Steps System
- Templating System
hemtt build
will display failed addons
Changed:
- HEMTT Project files can now be either JSON or TOML
Fixed:
hemtt build --release
will fail if no optionals folder is present