Skip to content

Commit

Permalink
5.0.4 - 2024-05-23 😎 (#436)
Browse files Browse the repository at this point in the history
* Update changelog and dev snippets

* Fixup readme name

* like really fix it

* fixup file names

* Update license and security

* Bump to 5.0.4

* Cleanup development.md

* Fixup `readme` references
  • Loading branch information
mark-wiemer authored May 24, 2024
1 parent 2bb5667 commit de8fb70
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 39 deletions.
8 changes: 8 additions & 0 deletions .vscode/dev.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,13 @@
"});"
],
"description": "Generate tests for Mocha."
},
"Issue link (ahkpp)": {
"scope": "markdown",
"prefix": "[#",
"body": [
"[#$1](https://github.com/mark-wiemer-org/ahkpp/issues/$1)"
],
"description": "Link an ahkpp issue"
}
}
10 changes: 8 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.0.4 - 2024-05-23 😎

- Add "PixelSearch" to V1 snippets ([PR #427](https://github.com/mark-wiemer-org/ahkpp/pull/427))
- Fix two minor formatting issues ([Issue #432](https://github.com/mark-wiemer-org/ahkpp/issues/432), [#429](https://github.com/mark-wiemer-org/ahkpp/issues/429))
- Update internal dependencies for security ([PR #435](https://github.com/mark-wiemer-org/ahkpp/pull/435))

## 5.0.3 - 2023-08-21 🏄

- Fix extension crash when switching to a nullish editor ([Issue #398](https://github.com/mark-wiemer-org/ahkpp/issues/398))
Expand Down Expand Up @@ -170,7 +176,7 @@ Breaking changes:
Features:

- Add [formatter directive](./README.md#formatter-directives) for "Format Block Comment" ([PR #164](https://github.com/vscode-autohotkey/ahkpp/pull/164))
- Add [formatter directive](./readme.md#formatter-directives) for "Format Block Comment" ([PR #164](https://github.com/vscode-autohotkey/ahkpp/pull/164))
- Add "allowed number of empty lines" setting to preserve any number of lines. Defaults to `1`, `-1` means "preserve all empty lines" ([PR #194](https://github.com/vscode-autohotkey/ahkpp/pull/194))
- Add "preserve indent" setting to preserve spaces before a comment. Defaults to `false`. ([PR #192](https://github.com/vscode-autohotkey/ahkpp/pull/192))
- Add "trim extra spaces" to trim spaces between words. Defaults to `true`. ([PR #191](https://github.com/vscode-autohotkey/ahkpp/pull/191))
Expand Down Expand Up @@ -271,7 +277,7 @@ Fixes:

- Change ownership (from `cweijan` to `mark-wiemer`)
- Change configuration title to 'AutoHotkey Plus Plus'
- Update README
- Update readme
- Increase icon resolution

## 2.5.6 - 2020-10-06
Expand Down
2 changes: 1 addition & 1 deletion docs/Development.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ This document covers the development process, from writing code to publishing a
## Testing

- Test all added commands
- If the README was modified, confirm README appears as intended
- If the readme was modified, confirm it appears as intended

## Starting a release

Expand Down
38 changes: 8 additions & 30 deletions LICENSE → license.txt
Original file line number Diff line number Diff line change
@@ -1,33 +1,11 @@
Copyright 2020-2023 [Mark Wiemer](https://github.com/mark-wiemer). Portions copyright 2019-2022 [Weijan Chen](https://github.com/cweijan), 2020-2023 [thqby](https://github.com/thqby) 2022-2023 [Lexikos](https://github.com/Lexikos).

Unless otherwise indicated, all code is licensed under MIT. Portions licensed under GNU GPLv3

---

MIT License

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice (including the next
paragraph) shall be included in all copies or substantial portions of the
Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

---

Files are licensed under MIT License by default. Files licensed under GNU GPLv3 are marked as such at the top of the file.
Copyright 2020-2024 [Mark Wiemer](https://github.com/mark-wiemer).
Portions copyright 2019-2022 [Weijan Chen](https://github.com/cweijan),
2020-2023 [thqby](https://github.com/thqby),
2022-2023 [Lexikos](https://github.com/Lexikos).

Unless otherwise indicated, all content is licensed under MIT.
Portions licensed under GNU GPLv3.
Files licensed under GNU GPLv3 are marked as such at the top of the file.

MIT License

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions 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": "5.0.3",
"version": "5.0.4",
"description": "AutoHotkey v1 and v2 language support for Visual Studio Code: IntelliSense, debugging, formatting, and more",
"categories": [
"Debuggers",
Expand All @@ -17,15 +17,15 @@
"ahk v2",
"ahk v1"
],
"homepage": "https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/blob/main/README.md",
"homepage": "https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/blob/main/readme.md",
"bugs": {
"url": "https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/mark-wiemer/vscode-autohotkey-plus-plus.git"
},
"license": "MIT",
"license": "See license.txt",
"publisher": "mark-wiemer",
"main": "./out/extension",
"scripts": {
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit de8fb70

Please sign in to comment.