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
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
+
## [1.0.19] - 16/02/2026
9
+
10
+
### Fixed
11
+
12
+
- processing of the description entry when charage returns are provided. (comments in front of the description content are now properly prepended)
13
+
- header checking (issue of a closing line being before the opening line)
14
+
- header checking (grace lines (the user defined maximum scan lines added onto the current user defined scan lines) when the opening line of the header was found but not the closing one)
15
+
8
16
## [1.0.18] - 7/02/2026
9
17
10
-
## Added
18
+
###Added
11
19
12
20
- language prepend option
13
21
- language append option
@@ -18,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
18
26
- tags to make the extension easier to get discovered on the different marketplaces
19
27
- GitHub Discussions for community engagement: [General Discussion](https://github.com/Asperguide/asper-header/discussions/35) and [Q&A](https://github.com/Asperguide/asper-header/discussions/36)
20
28
21
-
## Fixed
29
+
###Fixed
22
30
23
31
- issue introduced in version 1.0.17 where an extra line would be added after each single comment line.
Copy file name to clipboardExpand all lines: README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,11 @@ The extension currently supports the following languages:
260
260
- Fix issue where version 1.0.17 would add extra lines between single line comments in the header
261
261
- Add tags to the extension to make it easier to find on the marketplaces
262
262
263
+
### 1.0.19
264
+
265
+
- Fix processing of the description entry when charage returns are provided. (comments in front of the description content are now properly prepended)
266
+
- Fix header checking (issue of a closing line being before the opening line, grace lines (the user defined maximum scan lines added onto the current user defined scan lines) when the opening line of the header was found but not the closing one)
Copy file name to clipboardExpand all lines: vscode/asperheader/CHANGELOG.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
6
6
and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
+
## [1.0.19] - 16/02/2026
9
+
10
+
### Fixed
11
+
12
+
- processing of the description entry when charage returns are provided. (comments in front of the description content are now properly prepended)
13
+
- header checking (issue of a closing line being before the opening line)
14
+
- header checking (grace lines (the user defined maximum scan lines added onto the current user defined scan lines) when the opening line of the header was found but not the closing one)
15
+
8
16
## [1.0.18] - 7/02/2026
9
17
10
-
## Added
18
+
###Added
11
19
12
20
- language prepend option
13
21
- language append option
@@ -18,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
18
26
- tags to make the extension easier to get discovered on the different marketplaces
19
27
- GitHub Discussions for community engagement: [General Discussion](https://github.com/Asperguide/asper-header/discussions/35) and [Q&A](https://github.com/Asperguide/asper-header/discussions/36)
20
28
21
-
## Fixed
29
+
###Fixed
22
30
23
31
- issue introduced in version 1.0.17 where an extra line would be added after each single comment line.
Copy file name to clipboardExpand all lines: vscode/asperheader/README.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -260,6 +260,11 @@ The extension currently supports the following languages:
260
260
- Fix issue where version 1.0.17 would add extra lines between single line comments in the header
261
261
- Add tags to the extension to make it easier to find on the marketplaces
262
262
263
+
### 1.0.19
264
+
265
+
- Fix processing of the description entry when charage returns are provided. (comments in front of the description content are now properly prepended)
266
+
- Fix header checking (issue of a closing line being before the opening line, grace lines (the user defined maximum scan lines added onto the current user defined scan lines) when the opening line of the header was found but not the closing one)
0 commit comments