Skip to content

Releases: BrettMayson/HEMTT

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

Version 1.13.1

09 Oct 07:45
e343095
Compare
Choose a tag to compare

Added

Fixed

SQF Optimizer

HEMTT's SQF Optimizer is now enabled by default! The --expopti flag is removed.

New Contributors

Full Changelog: v1.13.0...v1.13.1

Version 1.13.0

02 Sep 23:10
Compare
Choose a tag to compare

Added

  • common: lint configuration in #747, #751
  • common: some diag messages now include clickable links on supported terminals
  • launch: add more config options in #752
  • launch: link to workshop page for missing mods by @Crowdedlight in #741
  • sqf: banned and broken commands in #753
  • sqf: check format string and args by @PabstMirror in #745
  • sqf: check command casing in #732, #757
  • sqf: Optimizer by @PabstMirror in #743
  • sqf: use hemtt's compiler in #750

Fixed

New Config Files

lints.toml and launch.toml can help keep your project.toml clean

SQF Compiler

HEMTT's SQF compiler is default starting with 1.13.0! This will result in faster compilation times and more accurate error line numbers.

In case of any issues found, or just preference, you can still use ArmaScriptCompiler with the --asc flag.

Lint Configuration

HEMTT's internal handling of lints has been completely rewritten, allowing for control of what lints are enabled, their severity, and options for each lint where applicable.

See what lints are available and how to configure them!

SQF Optimizer

@PabstMirror has started work on an SQF optimizer! It has been included in 1.13.0, but is disabled by default. To assist us in testing, you can use --expopti to enable it. Please report any findings or issues you may have with it in #hemtt or on GitHub.

New Contributors

Full Changelog: v1.12.5...v1.13.0