Skip to content

Releases: BrettMayson/HEMTT

Version 1.5.1

16 May 07:12
Compare
Choose a tag to compare
  • Fixes a bug in the handling of negative floats (since version 1.4.0)

Full Changelog: v1.5.0...v1.5.1

Version 1.5.0

16 May 01:19
Compare
Choose a tag to compare

Rhai Refactor (#500)

  • Document Rhai Libraries, Hooks, and Scripts in The HEMTT Book
  • Change HEMTT and project information to objects rather than constants

Rhai Scripts (#502)

  • Add Scripts that can be called outside of the build process

Fixes

  • Single prefixes are again supported (#501)
  • Improved message on a crash
  • Improvements and fixes in The HEMTT Book

Full Changelog: v1.4.0...v1.5.0

Version 1.4.0

15 May 00:47
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.3...v1.4.0

Version 1.3.3

08 May 04:04
Compare
Choose a tag to compare
  • Support for $PBOPREFIX$.txt
  • Dependency updates

Full Changelog: v1.3.2...v1.3.3

Version 1.3.2

18 Apr 01:00
Compare
Choose a tag to compare

What's Changed

  • Fall-back link creation to directory symbolic link by @jonpas in #491
  • Fix HEMTT_DIRECTORY hook constant by @jonpas in #492
  • Fix regression on some files not being binarized

Full Changelog: v1.3.1...v1.3.2

Version 1.3.1

16 Apr 21:33
Compare
Choose a tag to compare
  • Uses the Unix username in the temporary path to prevent issues on multi-user systems #489
  • Fixes some files not being binarized #490
  • Collects all files for binarization and runs them all at once, improving concurrency and reducing build times

Full Changelog: v1.3.0...v1.3.1

Version 1.3.0

15 Apr 20:28
Compare
Choose a tag to compare
  • Adds git property to all PBOs when a git repo is present
  • Adds --no-archive to hemtt release, and a config option under [hemtt.release].
  • Adds folder config option to specify folder name under [hemtt.release].

New Contributors

Full Changelog: v1.1.0...v1.3.0

Version 1.3.0 RC1

26 Mar 20:43
Compare
Choose a tag to compare
Version 1.3.0 RC1 Pre-release
Pre-release
  • Adds git property to all PBOs when a git repo is present
  • Adds --no-archive to hemtt release, and a config option under [hemtt.release].
  • Adds folder config option to specify folder name under [hemtt.release].

Version 1.2.0

16 Mar 06:02
Compare
Choose a tag to compare
  • Added --no-bin to hemtt build and hemtt release, to pack objects without going through BI's binarize.
  • Added --no-rap to hemtt build and hemtt release, to pack configs, rvmats, and exts without being processed by HEMTT.
  • Added --no-sign to hemtt release, and a config option under [hemtt.release].
  • Show when there is a new release of HEMTT, checks once every 12 hours on run.

Version 1.0.1

15 Mar 11:53
Compare
Choose a tag to compare
  • Fixes hangs with some projects
  • Ability to configure or override hemtt launch executable
  • Provides help information when trying to use a define with only a comment
  • Improvements to file copying speed