Version 1.13.1
Added
- book: add
hemtt book
command to open in browser by @BrettMayson in #791 - book: added sqf to summary and sorted content alphabetically by @R3voA3 in #778
- book: Add SQF page for
hemtt utils sqf
command(s) by @DartRuffian in #767 - preprocessor: 2.18 built in macros by @BrettMayson in #788
- project: check for BOM by @BrettMayson in #789
- sqf: Add lint for format args support to
formatText
by @PabstMirror in #766 - sqf: enable optimizer by default by @BrettMayson in #786
- sqf: Lint for
if ! else
by @PabstMirror in #768 - sqf: optimze param copies, getvar, vector by @PabstMirror in #764
Fixed
- common: don't filter errors that are partially from includes by @BrettMayson in #790
- config: class with inheritance need braces by @BrettMayson in #769
- launch: fix the new options when using extends by @BrettMayson in #759
- preprocessor: improve errors by @BrettMayson in #787
- sqf: Compile relative arma file paths by @PabstMirror in #761
- sqf: Don't allow trailing commas in arrays by @PabstMirror in #776
- sqf: Fix sqfc byte offset by @PabstMirror in #771
- utils: don't try to write ci annotations by @BrettMayson in #772
SQF Optimizer
HEMTT's SQF Optimizer is now enabled by default! The --expopti
flag is removed.
New Contributors
- @DartRuffian made their first contribution in #767
Full Changelog: v1.13.0...v1.13.1