From 84d5f3451047908ce3271bc928f5272105265b80 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Mon, 31 Jul 2023 21:50:26 -0700 Subject: [PATCH] Update changelog --- Changelog.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Changelog.md b/Changelog.md index b88b38f6..2aba3305 100644 --- a/Changelog.md +++ b/Changelog.md @@ -21,16 +21,11 @@ AutoHotkey v2 support now in preview! Please test it out and report any issues, - Existing commands use the same settings for both v1 and v2, causing issues when working with both versions in the same project. - No snippets for v2 yet -- No syntax highlighting for v2 yet - -### Other changes - -- Software now licensed under [GNU GPLv3](https://choosealicense.com/licenses/gpl-3.0/#). Previous versions of the software remain licensed under [MIT License](https://choosealicense.com/licenses/mit/). ### TODO - Research other extensions: - - [AutoHotkey v2 Language Support by thqby](https://github.com/thqby/vscode-autohotkey2-lsp) (LGPL: free to use) + - [AutoHotkey v2 Language Support by thqby](https://github.com/thqby/vscode-autohotkey2-lsp) - New "v2 bugs" template - Integrate [AutoHotkey Auto-Select](https://github.com/Lexikos/vscode-auto-select) by Lexikos