Skip to content

Releases: mark-wiemer-org/ahkpp

5.1.2 - 2024-08-29 🧪

30 Aug 01:26
90adcd8
Compare
Choose a tag to compare
Pre-release

🧪 means this is a pre-release!

⛓️‍💥 Breaking changes

  • Remove duplicate commands
    • ahk2.debug (use ahk++.debug)
    • ahk++.run (use ahk2.run)
    • ahk++.runSelection (use ahk2.selection.run)
    • ahk2.compile (use ahk++.compile)
    • Commands may be renamed in the future for consistency

Other changes

  • Reduce extension size from 1.34 MB to 533 KB, compared to 534 KB for AHK++ 5.0.7

5.1.1 - 2024-08-27 🧪

28 Aug 02:05
e6abd3d
Compare
Choose a tag to compare
Pre-release

🧪 means this is a pre-release!

  • Fix global function recognition (#472)

5.1.0 - 2024-08-22 🧪🎂

22 Aug 07:14
d3e5b50
Compare
Choose a tag to compare
Pre-release

🧪 means this is a pre-release!

This is a very early pre-release, expect significant issues. Commands may not work as expected and features may be missing.

Breaking changes

For technical reasons, this is tagged with 5.1.0, but it is a breaking release and the full release will be tagged 6.0.0

Other changes

  • Add full v2 support via thqby's AutoHotkey v2 Language Support
    • No need to install that extension, all features are bundled into this extension
    • Future work will de-dupe commands like "debug", "run selection", and "open help"
    • Known issues and all new features are documented at full v2 integration

Full changelog: v5.0.7...v5.1.0

5.0.7 - 2024-08-17 😬

17 Aug 16:36
a788a88
Compare
Choose a tag to compare
  • Fix readme: v2 debugger works via commands, just not via "run and debug" viewlet

5.0.6 - 2024-08-17 📝

17 Aug 16:12
30fcf27
Compare
Choose a tag to compare

Changes to the marketplace page require a new version. This version has no user-facing changes, just documentation updates:

  • Update package description to clarify v2 support is in preview
  • Update readme to clarify v2 support is in preview

Full v2 support (IntelliSense, debugging, formatting) is coming later this month! (Issue #453)

5.0.5 - 2024-05-24 🏝️

25 May 03:04
70bab81
Compare
Choose a tag to compare
  • Fix formatter in single line hotkey fall-through scenario (#440, #442)
  • Fix outline showing invalid labels (#438)

5.0.4 - 2024-05-23 😎

24 May 05:53
de8fb70
Compare
Choose a tag to compare
  • Add "PixelSearch" to V1 snippets (PR #427)
  • Fix two minor formatting issues (Issue #432, #429)
  • Update internal dependencies for security (PR #435)

5.0.3 - 2023-08-21 🏄

22 Aug 05:29
3227d7f
Compare
Choose a tag to compare
  • Fix extension crash when switching to a nullish editor (Issue #398)

5.0.2 - 2023-08-10 🐈

11 Aug 01:39
273168a
Compare
Choose a tag to compare
  • Fix language mode resetting when VS Code restarts (Issue #392)

5.0.1 - 2023-08-08 😶‍🌫️

09 Aug 02:43
697f44c
Compare
Choose a tag to compare
  • ahk++.file.interpreterPathV2 now defaults to C:/Program Files/AutoHotkey/v2/AutoHotkey64.exe (Issue #387)
  • Add breakpoint support for AHK v2 files (Issue #384)