Releases: mark-wiemer-org/ahkpp
Releases · mark-wiemer-org/ahkpp
5.1.2 - 2024-08-29 🧪
🧪 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 🧪
🧪 means this is a pre-release!
- Fix global function recognition (#472)
5.1.0 - 2024-08-22 🧪🎂
🧪 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
- I haven't found any yet! Please 🐛 report any issues you find 🤓
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 😬
- Fix readme: v2 debugger works via commands, just not via "run and debug" viewlet
5.0.6 - 2024-08-17 📝
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 🏝️
5.0.4 - 2024-05-23 😎
- 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 🏄
- Fix extension crash when switching to a nullish editor (Issue #398)
5.0.2 - 2023-08-10 🐈
- Fix language mode resetting when VS Code restarts (Issue #392)
5.0.1 - 2023-08-08 😶🌫️
ahk++.file.interpreterPathV2
now defaults toC:/Program Files/AutoHotkey/v2/AutoHotkey64.exe
(Issue #387)- Add breakpoint support for AHK v2 files (Issue #384)