Skip to content

Commit

Permalink
v4.0.0 (#375)
Browse files Browse the repository at this point in the history
* v4 changelog

* bump version

* fixup changelog
  • Loading branch information
mark-wiemer authored Jul 29, 2023
1 parent 761d758 commit 32e4f87
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 3 deletions.
17 changes: 17 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
<!-- 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)` -->

## 4.0.0 - 2023-07-29 🍀

Minimal changes here, just following [semantic versioning](https://semver.org) since there are breaking changes.

Breaking changes:

- Rename some settings. Users will have to manually adjust these new settings from the defaults to match their old settings:
- `ahk++.formatter.indentCodeAfterSharpDirective` is now `ahk++.formatter.indentCodeAfterIfDirective`
- `ahk++.language.enableIntellisense` is now `ahk++.intellisense.enableIntellisense`
- `ahk++.file.maximumParseLength` is now `ahk++.intellisense.maximumParseLength`

Other changes:

- IntelliSense no longer suggests words when a user presses space ([Issue #110](https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/issues/110))
- IntelliSense now suggests `foo(p1, p2)` instead of `foo (p1,p2)`
- Improved descriptions of settings

## 3.3.3 - 2023-07-27 🏖️

- Restore changes from 3.3.1. This release is the same as 3.3.1, except the debugger works.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-autohotkey-plus-plus",
"displayName": "AutoHotkey Plus Plus",
"version": "3.3.3",
"version": "4.0.0",
"description": "AutoHotkey IntelliSense, debug, and language support for VS Code, forked from AutoHotkey Plus by cweijan",
"categories": [
"Programming Languages",
Expand Down

0 comments on commit 32e4f87

Please sign in to comment.