You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Changelog.md
+16-12
Original file line number
Diff line number
Diff line change
@@ -85,7 +85,7 @@ AutoHotkey v2 support now in preview! Please test it out and [report any issues]
85
85
86
86
Be sure to go to the settings and update the new `V2` settings in case the defaults aren't correct 😊
87
87
88
-
### Breaking changes
88
+
### ⛓️💥 Breaking changes
89
89
90
90
- Rename some settings. Users will have to manually adjust these new settings from the defaults to match their old settings:
91
91
-`ahk++.compiler.compileBaseFile` is now `ahk++.compiler.compileBaseFileV1`
@@ -134,16 +134,14 @@ This update relies heavily on open-source code from [thqby](https://github.com/t
134
134
135
135
## 4.0.0 - 2023-07-29 🍀
136
136
137
-
Minimal changes here, just following [semantic versioning](https://semver.org) since there are breaking changes.
138
-
139
-
Breaking changes:
137
+
### ⛓️💥 Breaking changes
140
138
141
139
- Rename some settings. Users will have to manually adjust these new settings from the defaults to match their old settings:
142
140
-`ahk++.formatter.indentCodeAfterSharpDirective` is now `ahk++.formatter.indentCodeAfterIfDirective`
143
141
-`ahk++.language.enableIntellisense` is now `ahk++.intellisense.enableIntellisense`
144
142
-`ahk++.file.maximumParseLength` is now `ahk++.intellisense.maximumParseLength`
145
143
146
-
Other changes:
144
+
### Other changes
147
145
148
146
- IntelliSense no longer suggests words when a user presses space ([Issue #110](https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/issues/110))
149
147
- IntelliSense now suggests `foo(p1, p2)` instead of `foo (p1,p2)`
@@ -159,7 +157,7 @@ Other changes:
159
157
160
158
## 3.3.1 (yanked) - 2023-06-20 🌞
161
159
162
-
> This release has been yanked, meaning it's not supported. Use v3.3.3 instead.
160
+
> This release has been yanked, meaning it's not supported. Use 3.3.3 instead.
163
161
164
162
- Various syntax highlighting improvements ([PR #354](https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/pull/354), [PR #358](https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/pull/358))
165
163
- Running `Open help` while `tutorial` text is selected now opens the Tutorial page ([PR #348](https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/pull/348))
@@ -228,21 +226,21 @@ Fixes:
228
226
229
227
This is "The Kyklish Release" because Kyklish wrote most of this code. Thank you!
> Formatter bugfixes may be considered breaking if you wanted the old behaviors. If you want the old behavior, please [open an issue](https://github.com/vscode-autohotkey/ahkpp/issues/new?assignees=mark-wiemer&labels=bug%2C+formatter&template=formatting-bug.md&title=).
236
234
237
-
Features:
235
+
### Features
238
236
239
237
- Add [formatter directive](./readme.md#formatter-directives) for "Format Block Comment" ([PR #164](https://github.com/vscode-autohotkey/ahkpp/pull/164))
240
238
- 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))
241
239
- Add "preserve indent" setting to preserve spaces before a comment. Defaults to `false`. ([PR #192](https://github.com/vscode-autohotkey/ahkpp/pull/192))
242
240
- Add "trim extra spaces" to trim spaces between words. Defaults to `true`. ([PR #191](https://github.com/vscode-autohotkey/ahkpp/pull/191))
243
241
- Trim end of line when formatting ([PR #190](https://github.com/vscode-autohotkey/ahkpp/pull/190))
244
242
245
-
Fixes:
243
+
### Fixes
246
244
247
245
- Fix some snippets ([PR #138](https://github.com/vscode-autohotkey/ahkpp/pull/138), [PR #201](https://github.com/vscode-autohotkey/ahkpp/pull/201), [PR #210](https://github.com/vscode-autohotkey/ahkpp/pull/210))
248
246
- Fix formatting bugs with semi-colon as part of a string ([PR #159](https://github.com/vscode-autohotkey/ahkpp/pull/159))
@@ -253,15 +251,15 @@ Fixes:
253
251
254
252
## 2.8.4 - 2022-07-07
255
253
256
-
- Revert to v2.8.2 due to unexpected breaking change in v2.8.3
254
+
- Revert to 2.8.2 due to issues with 2.8.3
257
255
258
256
## 2.8.3 (yanked) - 2022-07-04 🦅
259
257
260
-
> This release has been yanked, meaning it's not supported. Use v2.8.4 instead.
258
+
> This release has been yanked, meaning it's not supported. Use 2.8.4 instead.
261
259
262
260
- Change to use default debug icon ([#100](https://github.com/vscode-autohotkey/ahkpp/issues/100))
263
261
264
-
- Unexpected change: Break "step into" function of debugger.
262
+
-⛓️💥 Unexpected breaking change: Break "step into" function of debugger.
265
263
266
264
## 2.8.2 - 2022-06-11 🎂
267
265
@@ -340,6 +338,10 @@ Fixes:
340
338
- Update readme
341
339
- Increase icon resolution
342
340
341
+
<details><summary>Older releases from AutoHotkey Plus</summary>
342
+
343
+
> These releases are not versions of AHK++, but carried over from [AutoHotkey Plus by cweijan](https://marketplace.visualstudio.com/items?itemName=cweijan.vscode-autohotkey-plus)
0 commit comments