diff --git a/changelog.md b/changelog.md index acfdb7e6..8cec2c5f 100644 --- a/changelog.md +++ b/changelog.md @@ -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` @@ -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 @@ -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. diff --git a/package.json b/package.json index e13932f3..94b32753 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vscode-autohotkey-plus-plus", - "displayName": "AutoHotkey Plus Plus", + "displayName": "AHK++ (AutoHotkey Plus Plus)", "version": "6.2.3", "description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!", "categories": [ diff --git a/readme.md b/readme.md index a12dc669..06f0c0b4 100644 --- a/readme.md +++ b/readme.md @@ -13,7 +13,7 @@ AHK++ is available for: [VS Code](https://code.visualstudio.com) | [Theia IDE](https://theia-ide.org) | [VSCodium](https://vscodium.com) | ...any other IDE that supports \*.vsix extensions -Install from a marketplace: [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus) | [Open VSX Registry](https://open-vsx.org/extension/mark-wiemer/vscode-autohotkey-plus-plus) +Download from a trusted source: [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=mark-wiemer.vscode-autohotkey-plus-plus) | [Open VSX Registry](https://open-vsx.org/extension/mark-wiemer/vscode-autohotkey-plus-plus) | [GitHub releases](https://github.com/mark-wiemer-org/ahkpp/releases) ## AHK v2 full support is here! 🥂