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.3.0 - 2024-10-19 🕳️ #553

Merged
merged 4 commits into from
Oct 19, 2024
Merged

6.3.0 - 2024-10-19 🕳️ #553

merged 4 commits into from
Oct 19, 2024

Conversation

mark-wiemer
Copy link
Member

New features

  • Rewrite AutoHotkey v2 definition files using GroggyOtter's syntaxes (#521)
  • Add exclude setting (#488)
    • Excluded files are not included in IntelliSense completion suggestions, even when they're added via #include
    • Changed v2.exclude setting to exclude
    • One setting works for both v1 and v2
    • Changes to this setting take effect immediately, no need to restart your IDE (different than thqby's extension)
    • 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

Fixes

  • Fix v1 formatter removing extra spaces in strings (#411)
  • Fix v2 formatter moving closing brackets/braces when arrayStyle or objectStyle were set to "none" (the default) (#499)
  • Fixup output channel names: "AHK++ (v1)" and "AHK++ (v2)" instead of "AHK" and "AHK++" respectively
  • Fix duplicate output channels (the "AHK" channel used to be created twice)

Other

  • 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.

@mark-wiemer mark-wiemer enabled auto-merge (squash) October 19, 2024 15:52
@mark-wiemer mark-wiemer merged commit 2317a5b into main Oct 19, 2024
4 checks passed
@mark-wiemer mark-wiemer deleted the mark-wiemer/release-6.3.0 branch October 19, 2024 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant