Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update display name, add GitHub download link, fix changelog #548

Merged
merged 3 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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! 🥂

Expand Down