Skip to content

Version 1.11.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Feb 22:57
· 354 commits to main since this release

SQF Linting

HEMTT will now verify all .sqf files, catching syntax errors more strictly than other tools.

Some basic warning and advice lints are included, and more will arrive in future releases, if you have ideas, suggest them!

Files that are intended only to be included, like initSettings.sqf, will now need to use .inc.sqf to indicate they do not need to be valid on their own.

Diagnostics Rework

The output of message has been overhauled, and this lays even more foundation for the upcoming LSP.

hemtt check

You can run hemtt check to run the linting features of HEMTT without building any PBOs.

hemtt value

You can run hemtt value list to see the values that hemtt can output with information from your project!

hemtt value project.version.major

hemtt launch --quick --instances 2

The launch command has two new options, read about them in the HEMTT Book

Future Testing

A big thank you to everyone in the ACE Discord that provide feedback and testing in-between major releases. It's the place to be if you'd like to get the latest info about HEMTT and test the release candidates.

Full Changelog: v1.10.2...v1.11.0