Skip to content

Commit

Permalink
v5.0.0 (#383)
Browse files Browse the repository at this point in the history
* begin v2 support: blue icon for v2 scripts

* Change to GPL license

* Add v2 grammar

* Note grammar contributor

* Clarify extensions

* Revert license change

* Update changelog

* Update compiler error message

* Remove unused vars

* Rename settings and uncomment changelog

* Add basic compiler test

* Update icons

* Update icon size

* Add v2 base path for compilation

* Note v1-limited settings

* Change runnerPath to interpreterPath

* Add basic run test

* Update run selection test

* Fixup help test

* Fixup compile tests

* Update to interpreterPathV1

* Add help for v2

* Move useMpress to end of list

* Remove old comment

* Update known issues

* Update metadata for v2 support

* Add basic debug and run v2 tests

* Remove unused readme

* Add template snippet for v2

* Add issue template for v2

* Move help service back to main folder

* Update changelog and v2 template

* Add language version service and update metadata

* Add runSelection.ahk2

* Fixup documentation

* Update template service

* Update langaugeVersionService

* v5.0.0

* Remove empty comment
  • Loading branch information
mark-wiemer authored Aug 8, 2023
1 parent e124efd commit 114bc31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<!-- PRs -- Find: `#([0-9]+)`, Replace `[PR #$1](https://github.com/vscode-autohotkey/ahkpp/pull/$1)` -->
<!-- Issues -- Find: `#([0-9]+)`, Replace `[#$1](https://github.com/vscode-autohotkey/ahkpp/issues/$1)` -->

## 5.0.0 - Unreleased ✌️
## 5.0.0 - 2023-08-07 ✌️

AutoHotkey v2 support now in preview! Please test it out and [report any issues](https://github.com/mark-wiemer-org/ahkpp/issues/new?assignees=mark-wiemer&labels=AHK+v2&projects=&template=v2.md&title=%5Bv2%5D+), you'll help the community of 120,000+ users of this extension!

Expand Down Expand Up @@ -41,8 +41,6 @@ Some features are not added to this initial preview release, but will be coming

This update relies heavily on open-source code from [thqby](https://github.com/thqby) and [Steve Gray (Lexikos)](https://github.com/Lexikos). Thank you for your awesome work!

<!-- -->

## 4.1.0 - 2023-08-03 🙋

- Add quick help, adapted from thqby's AutoHotkey v2 Language Support
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vscode-autohotkey-plus-plus",
"displayName": "AutoHotkey Plus Plus",
"version": "4.1.0",
"version": "5.0.0",
"description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more",
"categories": [
"Programming Languages",
Expand Down

0 comments on commit 114bc31

Please sign in to comment.