Skip to content

Commit

Permalink
Document fix of #411
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 18, 2024
1 parent 62ca40b commit d16a55b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 6.3.0 - unreleased 🕳️

### New features

- Rename extension to `AHK++ (AutoHotkey Plus Plus)` to provide a clear short name while retaining previous brand
- In 6.2.0, only the settings were renamed. This release renames the extension display name on registries as well.
- Rewrite AutoHotkey v2 definition files using [GroggyOtter](https://github.com/GroggyOtter/ahkv2_definition_rewrite)'s syntaxes ([#521](https://github.com/mark-wiemer-org/ahkpp/issues/521))
Expand All @@ -13,7 +15,11 @@
- v2 will exclude excluded files from suggestions even if they're opened in the IDE (different than thqby's extension)
- v1 no longer automatically ignores files with `out`, `target`, or `node_modules` in their name
- Fixup output channel names: "AHK++ (v1)" and "AHK++ (v2)" instead of "AHK" and "AHK++" respectively

### Fixes

- Fix duplicate output channels
- Fix formatter removing extra spaces in v1 strings ([#411](https://github.com/mark-wiemer-org/ahkpp/issues/411))

## 6.2.3 - 2024-10-08 📖

Expand Down

0 comments on commit d16a55b

Please sign in to comment.