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
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
---
9
9
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.
Copy file name to clipboardExpand all lines: README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,19 @@ The extension currently supports the following languages:
196
196
- Add a text to morse and morse to text translator.
197
197
- Update the doxygen documentation
198
198
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).
Copy file name to clipboardExpand all lines: vscode/asperheader/CHANGELOG.md
+27Lines changed: 27 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,33 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
7
7
8
8
---
9
9
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.
Copy file name to clipboardExpand all lines: vscode/asperheader/README.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -196,6 +196,19 @@ The extension currently supports the following languages:
196
196
- Add a text to morse and morse to text translator.
197
197
- Update the doxygen documentation
198
198
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).
0 commit comments