Skip to content

4.0.0 - 2023-07-29 🍀

Compare
Choose a tag to compare
@mark-wiemer mark-wiemer released this 29 Jul 16:08
· 114 commits to main since this release
32e4f87

Minimal changes here, just following semantic versioning 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)
  • IntelliSense now suggests foo(p1, p2) instead of foo (p1,p2)
  • Improved descriptions of settings