Skip to content

Releases: sven-seyfert/VSCode-AutoItSnippets

v2.4.0 - 2022-08-05

05 Aug 13:53

Choose a tag to compare

Changed

  • Code style adjustment in _GuiInputFilterWMCommand.
  • Code style of function _RelativeToAbsolutePath to match the return-early pattern.
  • Fulfill default style from Au3NewProject for snippet _Template.
  • Small code style adjustments.

Fixed

  • Wrong count of backslashes in function _GetFileShare.
  • Wrong count of backslashes in function _GetMacOrIpAddress.

v2.3.0 - 2022-08-05

05 Aug 08:44

Choose a tag to compare

Changed

  • Packages update.
  • Project file structure to fit the default from Au3NewProject.

v2.2.0 - 2022-06-04

04 Jun 14:17

Choose a tag to compare

Changed

  • General dependency update.
  • Version bump.

Security

  • Dependency update to fix a known security vulnerability for "minimist" (Prototype Pollution in minimist).

v2.1.0 - 2022-02-15

15 Feb 10:41

Choose a tag to compare

Changed

  • Usage of proper escape pattern \\$ instead of $$.
  • Version bump.

v2.0.0 - 2022-02-15

15 Feb 09:58

Choose a tag to compare

Changed

  • All function names renamed to start with capital letter; BreakingChange.
  • Trigger key from !au3 to !_ to see the snippets overview by the VSCode IntelliSense (Auto-Completion mode); BreakingChange.
  • Adjusting the using example screenshots to match the new trigger key.
  • Update README.md, also for the trigger key.
  • Version bump.

v1.9.1 - 2022-02-10

10 Feb 21:26

Choose a tag to compare

Fixed

  • Adjust wrong project link of the navigation icons/badges.

v1.9.0 - 2022-02-10

10 Feb 21:17

Choose a tag to compare

Added

  • Links to the project badges/icons.
  • FAQ section to README.md file.

Changed:

  • Adjust array declarations without specific count of index (in _arrayCreate, _arrayCreate2D, _convertIntToHex and _toggleControlVisibility).
  • Version bump.

v1.8.0 - 2022-02-09

09 Feb 21:55

Choose a tag to compare

Changed

  • Update of the contributing file and pull request template.
  • Version bump.

v1.7.0 - 2022-02-09

09 Feb 21:29

Choose a tag to compare

Changed

  • Update copyright year to 2022 in LICENSE.md file.
  • Update of documents/templates (bug report-, feature request- and pull request template).
  • Update of the contributing file.
  • Code of Conduct update to their version v2.1.
  • Version bump.

Removed

  • Unnecessary documents/templates in docs directory.

v1.6.1 - 2022-02-09

09 Feb 08:42

Choose a tag to compare

Fixed

  • RegEx pattern which was resolved wrong for function _runProgram in miscRelated.json.