Releases: BrettMayson/HEMTT
Releases · BrettMayson/HEMTT
Version 1.5.1
- 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
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
What's Changed
- Config: Support joins in numbers by @BrettMayson in #497
- ASC enabled by default with path fixes by @BrettMayson in #498
Full Changelog: v1.3.3...v1.4.0
Version 1.3.3
- Support for
$PBOPREFIX$.txt
- Dependency updates
Full Changelog: v1.3.2...v1.3.3
Version 1.3.2
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
- 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
- Adds
git
property to all PBOs when a git repo is present - Adds
--no-archive
tohemtt release
, and a config option under[hemtt.release]
. - Adds
folder
config option to specify folder name under[hemtt.release]
.
New Contributors
- @EduardSchwarzkopf made their first contribution in #484
- @CosmicHorrorDev made their first contribution in #485
Full Changelog: v1.1.0...v1.3.0
Version 1.3.0 RC1
- Adds
git
property to all PBOs when a git repo is present - Adds
--no-archive
tohemtt release
, and a config option under[hemtt.release]
. - Adds
folder
config option to specify folder name under[hemtt.release]
.
Version 1.2.0
- Added
--no-bin
tohemtt build
andhemtt release
, to pack objects without going through BI's binarize. - Added
--no-rap
tohemtt build
andhemtt release
, to pack configs, rvmats, and exts without being processed by HEMTT. - Added
--no-sign
tohemtt 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
- 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