Releases: sven-seyfert/VSCode-AutoItSnippets
Releases · sven-seyfert/VSCode-AutoItSnippets
v2.4.0 - 2022-08-05
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
Changed
- Packages update.
- Project file structure to fit the default from Au3NewProject.
v2.2.0 - 2022-06-04
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
Changed
- Usage of proper escape pattern
\\$instead of$$. - Version bump.
v2.0.0 - 2022-02-15
Changed
- All function names renamed to start with capital letter;
BreakingChange. - Trigger key from
!au3to!_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
Fixed
- Adjust wrong project link of the navigation icons/badges.
v1.9.0 - 2022-02-10
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
Changed
- Update of the contributing file and pull request template.
- Version bump.
v1.7.0 - 2022-02-09
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
Fixed
- RegEx pattern which was resolved wrong for function _runProgram in miscRelated.json.