Skip to content

Releases: BrettMayson/HEMTT

Version 1.14.5

01 Mar 18:17
3cc1193
Compare
Choose a tag to compare

Version 1.14.4 was pulled due to a bug in the SQF Compiler, this change log includes everything that was included in 1.14.4.

Added

Fixed

Pedantic Lints

Lints can now be labelled as pedantic, meaning they usually won't run. These lints can be very trivial changes, or lints that may generate false positives, and developers won't want to see them on every execution. Run hemtt check --pedantic to see these lints, or change them to enabled by default in your project.toml or lints.toml files.

Full Changelog: v1.14.3...v1.14.4

Version 1.14.3

18 Feb 05:56
Compare
Choose a tag to compare

Added

Fixed

Full Changelog: v1.14.2...v1.14.3

Version 1.14.2

17 Jan 01:43
41885af
Compare
Choose a tag to compare

Added

Fixed

New Contributors

Full Changelog: v1.14.1...v1.14.2

Version 1.14.1

19 Dec 04:59
dc4ad18
Compare
Choose a tag to compare

Added

Fixed

Full Changelog: v1.14.0...v1.14.1

Version 1.14.0

13 Dec 18:42
Compare
Choose a tag to compare

What's Changed

Photoshoot

hemtt photoshoot is a WIP feature, currently only supporting editorPreview on all vehicles, and picture on uniform weapons

Full Changelog: v1.13.6...v1.14.0

Version 1.13.6

19 Nov 01:24
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.5...v1.13.6

Version 1.13.5

10 Nov 08:39
cce59ce
Compare
Choose a tag to compare

Stringtable

The hemtt ln sort command got a bunch of fixes and improvements. Comments, escaped characters, and empty blocks are now handled correctly. Along with the util commands, hemtt ln coverage now supports ascii, JSON, pretty JSON, and markdown as output formats for tables.

Added

Fixed

Book Generation

More pages of The HEMTT Book are now generated, ensuring that all commands and arguments are fully documented and not forgotten.

Full Changelog: v1.13.4...v1.13.5

Version 1.13.4

01 Nov 14:52
6d92452
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.13.3...v1.13.4

Version 1.13.3

24 Oct 05:53
Compare
Choose a tag to compare

Linux Binarize Support

Linux now supports binarize! Check out the page on installing Arma 3 Tools for more information.

Added

Fixed

Full Changelog: v1.13.2...v1.13.3

Version 1.13.2

18 Oct 06:23
Compare
Choose a tag to compare

New Book Domain

The book now has a new domain, https://hemtt.dev/! The github.io domain will continue to work.

Linux & MacOS Installer

There is now an installer script for Linux & MacOS! This script will download the latest version of HEMTT and install it to your system. It can be ran again to update your install.

curl -sSf https://hemtt.dev/install.sh | bash

HEMTT will now officially support MacOS, both Intel and Apple Silicon.

Added

Fixed

Full Changelog: v1.13.1...v1.13.2