Skip to content

Commit f1e5557

Browse files
authored
Merge pull request #4 from rerdavies/dev
Auto-update Release Notes.
2 parents bf5f0b0 + be1b16f commit f1e5557

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CMakeLists.txt

+6
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

+1-1
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

+12-2
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)