Skip to content

Commit

Permalink
Fixup changelog (#331)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Jan 29, 2023
1 parent f6b4781 commit 000720c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
# Changelog

<!-- Find: `#([0-9]+)`, Replace `[PR #$1](https://github.com/vscode-autohotkey/ahkpp/pull/$1)` -->
<!-- PRs -- Find: `#([0-9]+)`, Replace `[PR #$1](https://github.com/vscode-autohotkey/ahkpp/pull/$1)` -->
<!-- Issues -- Find: `#([0-9]+)`, Replace `[#$1](https://github.com/vscode-autohotkey/ahkpp/issues/$1)` -->

## 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:

- 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))
Expand Down

0 comments on commit 000720c

Please sign in to comment.