Skip to content

Commit 9280d9d

Browse files
committed
[UPDATE] the changelog and readme to reflect the changes of the new version
1 parent 8a72d64 commit 9280d9d

File tree

4 files changed

+30
-4
lines changed

4 files changed

+30
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

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+
816
## [1.0.18] - 7/02/2026
917

10-
## Added
18+
### Added
1119

1220
- language prepend option
1321
- language append option
@@ -18,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1826
- tags to make the extension easier to get discovered on the different marketplaces
1927
- 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)
2028

21-
## Fixed
29+
### Fixed
2230

2331
- issue introduced in version 1.0.17 where an extra line would be added after each single comment line.
2432

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ The extension currently supports the following languages:
260260
- Fix issue where version 1.0.17 would add extra lines between single line comments in the header
261261
- Add tags to the extension to make it easier to find on the marketplaces
262262

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)
267+
263268
---
264269

265270
## Community

vscode/asperheader/CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/).
77

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+
816
## [1.0.18] - 7/02/2026
917

10-
## Added
18+
### Added
1119

1220
- language prepend option
1321
- language append option
@@ -18,7 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
1826
- tags to make the extension easier to get discovered on the different marketplaces
1927
- 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)
2028

21-
## Fixed
29+
### Fixed
2230

2331
- issue introduced in version 1.0.17 where an extra line would be added after each single comment line.
2432

vscode/asperheader/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,11 @@ The extension currently supports the following languages:
260260
- Fix issue where version 1.0.17 would add extra lines between single line comments in the header
261261
- Add tags to the extension to make it easier to find on the marketplaces
262262

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)
267+
263268
---
264269

265270
## Community

0 commit comments

Comments
 (0)