Skip to content

Commit c8e02c6

Browse files
committed
[UPDATE] the changelog, readme, doxyfile and package.json to resemble the current version
1 parent 6f3b0f9 commit c8e02c6

File tree

7 files changed

+35
-6
lines changed

7 files changed

+35
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.14] - 10/10/2025
9+
10+
### Added
11+
12+
- An option to provide a default description to avoid having to ask the user for it at every trigger.
13+
14+
---
15+
816
## [1.0.13] - 10/10/2025
917

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

1220
- Support for .env, pip requirements, .gitignore, LICENSE and code-workspace files
1321

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ The extension currently supports the following languages:
221221

222222
- Add support for .env, pip requirements, .gitignore, LICENSE, code-workspace files
223223

224+
## 1.0.14
225+
226+
- Add an option to provide a default description to avoid having to ask the user for it at every trigger.
227+
224228
---
225229

226230
## Following Extension Guidelines

doxygen_generation/Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ PROJECT_NAME = "Asper Header"
4848
# could be handy for archiving the generated documentation or if some version
4949
# control system is used.
5050

51-
PROJECT_NUMBER = 1.0.10
51+
PROJECT_NUMBER = 1.0.14
5252

5353
# Using the PROJECT_BRIEF tag one can provide an optional one line description
5454
# for a project that appears at the top of each page and should give viewer a

vscode/asperheader/CHANGELOG.md

Lines changed: 9 additions & 1 deletion
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.14] - 10/10/2025
9+
10+
### Added
11+
12+
- An option to provide a default description to avoid having to ask the user for it at every trigger.
13+
14+
---
15+
816
## [1.0.13] - 10/10/2025
917

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

1220
- Support for .env, pip requirements, .gitignore, LICENSE and code-workspace files
1321

vscode/asperheader/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,10 @@ The extension currently supports the following languages:
221221

222222
- Add support for .env, pip requirements, .gitignore, LICENSE, code-workspace files
223223

224+
## 1.0.14
225+
226+
- Add an option to provide a default description to avoid having to ask the user for it at every trigger.
227+
224228
---
225229

226230
## Following Extension Guidelines

vscode/asperheader/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/asperheader/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "asperheader",
33
"displayName": "Asper Header",
44
"description": "This is an extension that will allow the developers of the Asperguide project to sign their file in an easier way and quicker",
5-
"version": "1.0.12",
5+
"version": "1.0.14",
66
"publisher": "HenryLetellier",
77
"icon": "images/icon/favicon_transparent.png",
88
"repository": {
@@ -316,6 +316,11 @@
316316
"type": "boolean",
317317
"default": false,
318318
"description": "If true, the name of the active workspace will be used as the displayed project name."
319+
},
320+
"asperheader.projectDescription": {
321+
"type": "string",
322+
"default": "",
323+
"description": "If set, will bypass the description prompt/question and fill it with the description provided here."
319324
}
320325
}
321326
}

0 commit comments

Comments
 (0)