Skip to content

6.5.0 - 2025-02-23 💞

Latest
Compare
Choose a tag to compare
@mark-wiemer mark-wiemer released this 23 Feb 21:22
· 1 commit to main since this release
3731d00

Debugger

  • Add docs/debugging.md and docs/_welcome.md
  • Fix .vscode/launch.json support for AHK v1 (Issue #603)
  • Add .vscode/launch.json support for AHK v2 (Issue #603)
  • Change "AutoHotkey execute bin not found: ..." to "AutoHotkey interpreter not found" with a preceding message showing the interpreter path. (PR #606)
  • Remove the runtime argument from launch.json for both AHK v1 and AHK v2 due to issues with cross-version debugging (PR #606)
    • We are not considering this a breaking change as this behavior didn't work before. If you'd like to use different AHK interpreters across different workspaces, use IDE workspace settings. If you'd like to use different AHK interpreters within a single workspace, please open a discussion and we'll be happy to help.

IntelliSense

  • Add detailed __New docs for InputHook and basic __New docs for all Object descendants that didn't have it (Issue #586)