File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed
Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff 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
3541if (NWINDOWS_STRICT_COMPILER_OPTIONS)
3642
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments