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

6.2.3 - 2024-10-08 📖 #541

Merged
merged 5 commits into from
Oct 8, 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
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 6.2.3 - 2024-10-08 📖

- Restore readme to marketplaces once again ([#537](https://github.com/mark-wiemer-org/ahkpp/issues/537))
- Link to external licenses for better context

### Developer changes

- Update workflows to have consistent filenames and workflow names
- Update actions in workflows to latest stable versions

## 6.2.2 - 2024-10-07 🤏

- Reduce extension size on marketplaces by ~100x (yes, really) ([#533](https://github.com/mark-wiemer-org/ahkpp/issues/533))
Expand Down
1 change: 1 addition & 0 deletions docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ Unless otherwise specified, commit messages don't matter.
1. Open the context menu (right-click).
1. Select `Install Extension VSIX`.
1. Reload the window. (`F1` -> Developer: Reload Window)
1. Validate that the vsix includes the readme, license, and changelog visible in the IDE's extension view ([#537](https://github.com/mark-wiemer-org/ahkpp/issues/537))
1. Ensure all tests pass, including manual ones on the new changes.

### Publishing
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": "6.2.2",
"version": "6.2.3",
"description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more!",
"categories": [
"Debuggers",
Expand Down