Skip to content

Commit

Permalink
Clarify rename situation
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-wiemer committed Oct 17, 2024
1 parent 35d4fbf commit 210eadc
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## 6.3.0 - unreleased 🕳️

- 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.
- Add exclude setting ([#488](https://github.com/mark-wiemer-org/ahkpp/issues/488))
- Excluded files are not included in IntelliSense completion suggestions, even when they're added via `#include`
- Changed `v2.exclude` setting to `exclude`
Expand Down Expand Up @@ -37,7 +39,6 @@
## 6.2.0 - 2024-10-07 🫡

- Update thqby's extension from 2.4.9 to 2.5.3, adding new features and bugfixes
- Rename to `AHK++ (AutoHotkey Plus Plus)` to provide a clear short name while retaining previous brand

### New features

Expand Down Expand Up @@ -66,6 +67,14 @@
- Add true unit tests that don't require opening VS Code to run (`npm run test-unit`)
- Move to new branch of ahk2-lsp with 100% thqby-compatible changes. All changes are submitted as PRs against thqby's repo. This makes improvements much easier in the future.

### Other notes

This changelog incorrectly included this entry:

- Rename to `AHK++ (AutoHotkey Plus Plus)` to provide a clear short name while retaining previous brand

Although the settings name changed, the extension name did not change until 6.3.0

## 6.1.1 - 2024-09-22 😤

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

0 comments on commit 210eadc

Please sign in to comment.