Skip to content

Version 1.21.0

Latest

Choose a tag to compare

@BrettMayson BrettMayson released this 11 Aug 06:57
· 10 commits to main since this release

Added

  • hls: improves tracking of dependencies for changes by @BrettMayson in #1284
  • project: search all Steam installations when locating apps by @BrettMayson in #1285
  • sqf: s26 checks simple comparisons in short circuit blocks by @LinkIsGrim in #1292
  • sqf: s38 warns when a private variable is declared and assigned separately by @BrettMayson in #1283
  • sqf: s39 warns when using BIS functions that have native commands by @BrettMayson in #1283 and @LinkIsGrim in #1291
  • sqf: s41 suggests replacing forEach with apply (disabled by default) by @BrettMayson in #1283
  • sqf: s42 suggests replacing for [{},{},{}] loops with for .. from .. to .. do by @BrettMayson in #1283
  • sqf: s43 suggests replacing _array set [count _array, _value] with _array pushBack _value by @BrettMayson in #1283
  • sqf: s44 suggests replacing string concatenation with format by @BrettMayson in #1283
  • sqf: s45 suggests append instead of array = array + [...] by @LinkIsGrim in #1295

Fixed

Full Changelog: v1.20.1...v1.21.0