Skip to content

Commit 2675c8f

Browse files
committed
[UPDATE] the changelogs
1 parent 4bbb8aa commit 2675c8f

File tree

5 files changed

+81
-1
lines changed

5 files changed

+81
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
---
99

10+
## [1.0.10] - 05/10/2025
11+
12+
### Added
13+
14+
- The missing translations for the recently added sentences (v1.0.8, v1.0.9, v1.0.10)
15+
- Support for loading jsonc files
16+
- A script to help make sure that the languages all have the same amount of entries (so that the program will not throw a sentence not found due to a missing text entry).
17+
18+
### Changed
19+
20+
- Update the program to check 2 different paths due to possible alterations of how the module packaging could shift.
21+
- Refactor the lazyFileLoad class to be more robust to different file types and paths.
22+
23+
### Fixed
24+
25+
- Fix the indefinite hang when a file does not exist, it now errors out after 5 seconds/attempt if the file is not found
26+
27+
---
28+
29+
## [1.0.9] - 04/10/2025
30+
31+
### Added
32+
33+
- Debug lines in the code to help track more precisely the function calls.
34+
35+
---
36+
1037
## [1.0.8] - 04/10/2025
1138

1239
### Added

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,19 @@ The extension currently supports the following languages:
196196
- Add a text to morse and morse to text translator.
197197
- Update the doxygen documentation
198198

199+
### 1.0.9
200+
201+
- Add additional debug lines to help track the program evolution when running.
202+
203+
### 1.0.10
204+
205+
- Fix the indefinite hang when a file does not exist, it now errors out after 5 seconds/attempt if the file is not found
206+
- Update the program to check 2 different paths due to possible alterations of how the module packaging could shift.
207+
- Refactor the lazyFileLoad class to be more robust to different file types and paths.
208+
- Add the missing translations for the recently added sentences (v1.0.8, v1.0.9, v1.0.10)
209+
- Add jsonc file loading suppport
210+
- Add a script to help make sure that the languages all have the same amount of entries (so that the program will not throw a sentence not found due to a missing text entry).
211+
199212
---
200213

201214
## Following Extension Guidelines

vscode/asperheader/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
77

88
---
99

10+
## [1.0.10] - 05/10/2025
11+
12+
### Added
13+
14+
- The missing translations for the recently added sentences (v1.0.8, v1.0.9, v1.0.10)
15+
- Support for loading jsonc files
16+
- A script to help make sure that the languages all have the same amount of entries (so that the program will not throw a sentence not found due to a missing text entry).
17+
18+
### Changed
19+
20+
- Update the program to check 2 different paths due to possible alterations of how the module packaging could shift.
21+
- Refactor the lazyFileLoad class to be more robust to different file types and paths.
22+
23+
### Fixed
24+
25+
- Fix the indefinite hang when a file does not exist, it now errors out after 5 seconds/attempt if the file is not found
26+
27+
---
28+
29+
## [1.0.9] - 04/10/2025
30+
31+
### Added
32+
33+
- Debug lines in the code to help track more precisely the function calls.
34+
35+
---
36+
1037
## [1.0.8] - 04/10/2025
1138

1239
### Added

vscode/asperheader/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,19 @@ The extension currently supports the following languages:
196196
- Add a text to morse and morse to text translator.
197197
- Update the doxygen documentation
198198

199+
### 1.0.9
200+
201+
- Add additional debug lines to help track the program evolution when running.
202+
203+
### 1.0.10
204+
205+
- Fix the indefinite hang when a file does not exist, it now errors out after 5 seconds/attempt if the file is not found
206+
- Update the program to check 2 different paths due to possible alterations of how the module packaging could shift.
207+
- Refactor the lazyFileLoad class to be more robust to different file types and paths.
208+
- Add the missing translations for the recently added sentences (v1.0.8, v1.0.9, v1.0.10)
209+
- Add jsonc file loading suppport
210+
- Add a script to help make sure that the languages all have the same amount of entries (so that the program will not throw a sentence not found due to a missing text entry).
211+
199212
---
200213

201214
## Following Extension Guidelines

vscode/asperheader/src/test/randomLogo.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @file randomLogo.test.ts
33
* @brief Comprehensive unit tests for the RandomLogo ASCII art management system
44
* @author Henry Letellier
5-
* @version 1.0.8
5+
* @version 1.0.10
66
* @date 2025
77
*
88
* This test suite provides extensive coverage for the RandomLogo module, which manages

0 commit comments

Comments
 (0)