Skip to content

Commit be1b16f

Browse files
committed
Auto-update Release Notes.
1 parent bf5f0b0 commit be1b16f

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@ configure_file(
3131
)
3232

3333

34+
configure_file(
35+
"${CMAKE_CURRENT_SOURCE_DIR}/ReleaseNotes.md"
36+
"${CMAKE_CURRENT_SOURCE_DIR}/docs/src/assets/ReleaseNotes.md"
37+
)
38+
39+
3440

3541
if (NWINDOWS_STRICT_COMPILER_OPTIONS)
3642

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### NWindows 0.0.2-beta2
44

5-
- Polyfill checkbox/radio-button/dropdon characters on EGA/VGA (Linux) terminals.
5+
- Polyfill checkbox/radio-button/dropdown characters on EGA/VGA (Linux) terminals.
66
- Fallback to ASCII for particularly incapable terminals.
77
- Back-port to GCC12.2 for Debian Bookworm.
88

docs/src/assets/ReleaseNotes.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
1+
## Release Notes
12

2-
### NWindows 0.0.1-beta1 *(2024-1-27)*
3+
### NWindows 0.0.2-beta2
34

4-
Initial public release of NWindows.
5+
- Polyfill checkbox/radio-button/dropdown characters on EGA/VGA (Linux) terminals.
6+
- Fallback to ASCII for particularly incapable terminals.
7+
- Back-port to GCC12.2 for Debian Bookworm.
8+
9+
10+
11+
12+
### NWindows 0.0.1-beta1
13+
14+
Initial release of the NWindows Library.

0 commit comments

Comments
 (0)