Skip to content

Commit

Permalink
Update docs (#522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored Oct 1, 2024
1 parent dc68ee2 commit b746021
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 14 deletions.
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ labels: AHK v2
assignees: mark-wiemer
---

<!--
Please note the known limitations of AHK v2 support. These issues are already being addressed :)
- Formatting ([Issue #381](https://github.com/mark-wiemer-org/ahkpp/issues/381))
- Snippets ([Issue #382](https://github.com/mark-wiemer-org/ahkpp/issues/382))
-->

**Is your issue related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

Expand Down
29 changes: 26 additions & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,36 @@

## 6.2.0 - unreleased 🫡

Update thqby's extension from 2.4.9 to 2.5.2:
- Update thqby's extension from 2.4.9 to 2.5.2, adding new features and bugfixes

- todo add tests!
### New features

- Watch files for changes, improving `#Includes` support ([thqby #564](https://github.com/thqby/vscode-autohotkey2-lsp/issues/564))
- "Update File Version Info" now updates all `;@ahk2exe` directives as well ([thqby #565](https://github.com/thqby/vscode-autohotkey2-lsp/issues/565))
- Context menu items organized into AHK++ submenu ([thqby #570](https://github.com/thqby/vscode-autohotkey2-lsp/issues/570))

### Fixes

- Fix TraySetIcon definition ([thqby #591](https://github.com/thqby/vscode-autohotkey2-lsp/issues/591))
- Fix ternary operator parsing ([thqby #594](https://github.com/thqby/vscode-autohotkey2-lsp/issues/594))
- Improve completion provider for DllCall.Bind ([thqby #595](https://github.com/thqby/vscode-autohotkey2-lsp/issues/595))
- Add Help and Sleep as key names ([thqby #596](https://github.com/thqby/vscode-autohotkey2-lsp/issues/596))
- Fix debug when `launch.json` is present ([thqby #584](https://github.com/thqby/vscode-autohotkey2-lsp/issues/584))
- Fix debug not using selected launch config ([thqby #533](https://github.com/thqby/vscode-autohotkey2-lsp/issues/533))
- Fix "Update File Version Info" when more than one space is present ([thqby #562](https://github.com/thqby/vscode-autohotkey2-lsp/issues/562))
- Fix "Update File Version Info" when placed after directive ([thqby #563](https://github.com/thqby/vscode-autohotkey2-lsp/issues/563))
- Fix hover provider for `this` in classes ([thqby #571](https://github.com/thqby/vscode-autohotkey2-lsp/issues/571))
- Fix formatting inside conditional function definition ([thqby #574](https://github.com/thqby/vscode-autohotkey2-lsp/issues/574))
- Disallow switching `.ahk2` files to AHK v1 and vice versa ([thqby #576](https://github.com/thqby/vscode-autohotkey2-lsp/issues/576))
- Fix other unreported bugs in AHK v2 support. These changes weren't fully documented, see the diff or open a discussion for details.

### Developer changes

- Add true unit tests that don't require opening VS Code to run (`npm run test-unit`)

## 6.1.1 - 2024-09-22 😤

- No changes, just working around technical limitations with VS Marketplace as 6.1.0 failed without detailed errors.
- No changes, just working around technical limitations with VS Marketplace as 6.1.0 failed to deploy without detailed errors.

## 6.1.0 - 2024-09-22 🫙

Expand Down
2 changes: 1 addition & 1 deletion ahk2
Submodule ahk2 updated from b1057d to 2ca259
4 changes: 3 additions & 1 deletion docs/FullV2Integration.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Full v2 integration

This doc covers all the new features as a result of integrating with thqby's AHK v2 Language Support extension. See [known issues](#known-issues) at the bottom of this file
This page serves as a migration guide from AHK++ 5.0.7 to AHK++ 6.0.0. It may not be fully up-to-date with the latest version of AHK++, but breaking changes will only be present in AHK++ 7 and later.

This doc covers all the new features as a result of integrating with thqby's AHK v2 Language Support extension in AHK++ 6. See [known issues](#known-issues) at the bottom of this file for more details.

## The big changes

Expand Down

0 comments on commit b746021

Please sign in to comment.