Skip to content

Releases: BrettMayson/HEMTT

Version 0.10 Alpha 7

22 Dec 04:14
Compare
Choose a tag to compare
Version 0.10 Alpha 7 Pre-release
Pre-release

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

15 Apr 23:27
Compare
Choose a tag to compare
v0.7.6

fix: fmt

Version 0.7.5

02 Apr 14:51
Compare
Choose a tag to compare

Various bug fixes

Version 0.7.4

17 Jan 03:37
Compare
Choose a tag to compare

FIXED: Projects without a sig_name could fail to sign

Version 0.7.3

20 Dec 02:56
dbe8ea9
Compare
Choose a tag to compare

It's 0.7.2 but works on Windows!

Version 0.7.2

19 Dec 00:29
112a2e2
Compare
Choose a tag to compare

Signing is fully working! 🎉

Version 0.6.1

03 Jun 03:04
73c59dd
Compare
Choose a tag to compare

V3 Signatures are now signing correctly

Experimental armake2 built in. No documentation for this release.

Version 0.6.0

08 Apr 19:23
Compare
Choose a tag to compare

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

17 Mar 19:40
Compare
Choose a tag to compare

Fixed

  • init and create would fail
  • empty input during init and create would cause issues

Thank you @bux for finding these issues

Version 0.5.0

17 Mar 16:50
Compare
Choose a tag to compare

Added:

Changed:

  • HEMTT Project files can now be either JSON or TOML

Fixed:

  • hemtt build --release will fail if no optionals folder is present