From 000720cd095e5e3484599ced141f18eb16650ba2 Mon Sep 17 00:00:00 2001 From: Mark Wiemer <7833360+mark-wiemer@users.noreply.github.com> Date: Sun, 29 Jan 2023 15:26:12 -0800 Subject: [PATCH] Fixup changelog (#331) --- Changelog.md | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index 83447580..538e0376 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,12 +1,13 @@ # Changelog - + + ## 3.2.0 - 2023-01-29 ❄️ - Debug keyboard shortcut is now `Ctrl + Alt + F9` (was `F9`) to avoid conflicts with VS Code default shortcuts. - New setting: Snippet template name. Create your own template for new AHK files, including no template at all. -- [Moving lines of code via commands](https://code.visualstudio.com/docs/getstarted/keybindings#_basic-editing) now (almost) correctly indents ([PR #306](https://github.com/vscode-autohotkey/ahkpp/pull/306), issue [#319](https://github.com/vscode-autohotkey/ahkpp/issue/319)) +- [Moving lines of code via commands](https://code.visualstudio.com/docs/getstarted/keybindings#_basic-editing) now (almost) correctly indents ([PR #306](https://github.com/vscode-autohotkey/ahkpp/pull/306), issue [#319](https://github.com/vscode-autohotkey/ahkpp/issues/319)) - Snippets and keywords updated to AutoHotkey v1.1.36.0 ([PR #288](https://github.com/vscode-autohotkey/ahkpp/pull/288), [PR #298](https://github.com/vscode-autohotkey/ahkpp/pull/298)) Fixes: @@ -14,16 +15,16 @@ Fixes: - Fix syntax highlighting for: - strings with double colons in them ([PR #278](https://github.com/vscode-autohotkey/ahkpp/pull/278)) - - conditional directives ([#69](https://github.com/vscode-autohotkey/ahkpp/issue/69)) - - #Include and #IncludeAgain ([#86](https://github.com/vscode-autohotkey/ahkpp/issue/86)) - - semi-colons without a preceding space (usually meant to be comments) ([#295](https://github.com/vscode-autohotkey/ahkpp/issue/295)) + - conditional directives ([#69](https://github.com/vscode-autohotkey/ahkpp/issues/69)) + - #Include and #IncludeAgain ([#86](https://github.com/vscode-autohotkey/ahkpp/issues/86)) + - semi-colons without a preceding space (usually meant to be comments) ([#295](https://github.com/vscode-autohotkey/ahkpp/issues/295)) - Fix formatting for: - - comments at the beginning of a code block ([#291](https://github.com/vscode-autohotkey/ahkpp/issue/291)) - - `IfMsgBox` ([#290](https://github.com/vscode-autohotkey/ahkpp/issue/290)) - - hotstrings and complex hotkeys ([#303](https://github.com/vscode-autohotkey/ahkpp/issue/303)) - - object assignment within unbraced code blocks ([#316](https://github.com/vscode-autohotkey/ahkpp/issue/316)) + - comments at the beginning of a code block ([#291](https://github.com/vscode-autohotkey/ahkpp/issues/291)) + - `IfMsgBox` ([#290](https://github.com/vscode-autohotkey/ahkpp/issues/290)) + - complex hotkeys ([#303](https://github.com/vscode-autohotkey/ahkpp/issues/303)) + - object assignment within unbraced code blocks ([#316](https://github.com/vscode-autohotkey/ahkpp/issues/316)) - nested, unbraced code blocks ([PR #287](https://github.com/vscode-autohotkey/ahkpp/pull/287)) - Fix hover message for doc comments to always be trimmed ([PR #308](https://github.com/vscode-autohotkey/ahkpp/pull/308))