Version 1.13.5
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
- book: generate command pages by @BrettMayson in #835
- hooks: ability to call scripts by @BrettMayson in #831
- preprocessor: prevent usage of unsupported macros by @BrettMayson in #832
- stringtables: support json, pretty-json, markdown as output by @BrettMayson in #833
- utils inspect: support json, pretty-json, markdown as output by @BrettMayson in #833
Fixed
- pbo: don't require vers header (editor exported) by @BrettMayson in #830
- preprocessor: fix duplicate pw3_padded_arg warnings by @Eathox in #834
- project: updated cli documentation by @BrettMayson in #833
- sqf: fix lint S08 on escaped
%%
in format strings by @PabstMirror in #823 - stringtables: add trailing newline, trim for comparisions by @BrettMayson in #826
- stringtables: handle comments at block end, lowercase, escapes by @BrettMayson in #829
- stringtables: preserve comments by @BrettMayson in #827
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