Skip to content

Commit

Permalink
v5.0.5 (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer authored May 25, 2024
1 parent d24e480 commit 70bab81
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 5.0.5 - 2024-05-24 🏝️

- Fix formatter in single line hotkey fall-through scenario ([#440](https://github.com/mark-wiemer-org/ahkpp/issues/440), [#442](https://github.com/mark-wiemer-org/ahkpp/issues/442))
- Fix outline showing invalid labels ([#438](https://github.com/mark-wiemer-org/ahkpp/issues/438))

## 5.0.4 - 2024-05-23 😎

- Add "PixelSearch" to V1 snippets ([PR #427](https://github.com/mark-wiemer-org/ahkpp/pull/427))
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": "5.0.4",
"version": "5.0.5",
"description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more",
"categories": [
"Debuggers",
Expand Down

0 comments on commit 70bab81

Please sign in to comment.