Skip to content

Commit fb7b9e5

Browse files
authored
Cleanup changelog (#483)
1 parent 90adcd8 commit fb7b9e5

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

Changelog.md

+16-12
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ AutoHotkey v2 support now in preview! Please test it out and [report any issues]
8585

8686
Be sure to go to the settings and update the new `V2` settings in case the defaults aren't correct 😊
8787

88-
### Breaking changes
88+
### ⛓️‍💥 Breaking changes
8989

9090
- Rename some settings. Users will have to manually adjust these new settings from the defaults to match their old settings:
9191
- `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
134134

135135
## 4.0.0 - 2023-07-29 🍀
136136

137-
Minimal changes here, just following [semantic versioning](https://semver.org) since there are breaking changes.
138-
139-
Breaking changes:
137+
### ⛓️‍💥 Breaking changes
140138

141139
- Rename some settings. Users will have to manually adjust these new settings from the defaults to match their old settings:
142140
- `ahk++.formatter.indentCodeAfterSharpDirective` is now `ahk++.formatter.indentCodeAfterIfDirective`
143141
- `ahk++.language.enableIntellisense` is now `ahk++.intellisense.enableIntellisense`
144142
- `ahk++.file.maximumParseLength` is now `ahk++.intellisense.maximumParseLength`
145143

146-
Other changes:
144+
### Other changes
147145

148146
- IntelliSense no longer suggests words when a user presses space ([Issue #110](https://github.com/mark-wiemer/vscode-autohotkey-plus-plus/issues/110))
149147
- IntelliSense now suggests `foo(p1, p2)` instead of `foo (p1,p2)`
@@ -159,7 +157,7 @@ Other changes:
159157

160158
## 3.3.1 (yanked) - 2023-06-20 🌞
161159

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.
163161
164162
- 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))
165163
- 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:
228226

229227
This is "The Kyklish Release" because Kyklish wrote most of this code. Thank you!
230228

231-
Breaking changes:
229+
### ⛓️‍💥 Breaking changes
232230

233231
- Update file template: Add `#NoEnv` and `SetBatchLines, -1` ([PR #202](https://github.com/vscode-autohotkey/ahkpp/pull/202))
234232

235233
> 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=).
236234
237-
Features:
235+
### Features
238236

239237
- Add [formatter directive](./readme.md#formatter-directives) for "Format Block Comment" ([PR #164](https://github.com/vscode-autohotkey/ahkpp/pull/164))
240238
- 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))
241239
- Add "preserve indent" setting to preserve spaces before a comment. Defaults to `false`. ([PR #192](https://github.com/vscode-autohotkey/ahkpp/pull/192))
242240
- Add "trim extra spaces" to trim spaces between words. Defaults to `true`. ([PR #191](https://github.com/vscode-autohotkey/ahkpp/pull/191))
243241
- Trim end of line when formatting ([PR #190](https://github.com/vscode-autohotkey/ahkpp/pull/190))
244242

245-
Fixes:
243+
### Fixes
246244

247245
- 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))
248246
- 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:
253251

254252
## 2.8.4 - 2022-07-07
255253

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
257255

258256
## 2.8.3 (yanked) - 2022-07-04 🦅
259257

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.
261259
262260
- Change to use default debug icon ([#100](https://github.com/vscode-autohotkey/ahkpp/issues/100))
263261

264-
- Unexpected change: Break "step into" function of debugger.
262+
- ⛓️‍💥 Unexpected breaking change: Break "step into" function of debugger.
265263

266264
## 2.8.2 - 2022-06-11 🎂
267265

@@ -340,6 +338,10 @@ Fixes:
340338
- Update readme
341339
- Increase icon resolution
342340

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)
344+
343345
## 2.5.6 - 2020-10-06
344346

345347
- Fix syntax error.
@@ -443,3 +445,5 @@ Fixes:
443445
## 2.0.2 - 2019-11-27
444446

445447
- Enhance method symbol detection.
448+
449+
</details>

0 commit comments

Comments
 (0)