File tree 3 files changed +19
-3
lines changed
3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,12 @@ configure_file(
31
31
)
32
32
33
33
34
+ configure_file (
35
+ "${CMAKE_CURRENT_SOURCE_DIR} /ReleaseNotes.md"
36
+ "${CMAKE_CURRENT_SOURCE_DIR} /docs/src/assets/ReleaseNotes.md"
37
+ )
38
+
39
+
34
40
35
41
if (NWINDOWS_STRICT_COMPILER_OPTIONS)
36
42
Original file line number Diff line number Diff line change 2
2
3
3
### NWindows 0.0.2-beta2
4
4
5
- - Polyfill checkbox/radio-button/dropdon characters on EGA/VGA (Linux) terminals.
5
+ - Polyfill checkbox/radio-button/dropdown characters on EGA/VGA (Linux) terminals.
6
6
- Fallback to ASCII for particularly incapable terminals.
7
7
- Back-port to GCC12.2 for Debian Bookworm.
8
8
Original file line number Diff line number Diff line change
1
+ ## Release Notes
1
2
2
- ### NWindows 0.0.1-beta1 * (2024-1-27) *
3
+ ### NWindows 0.0.2-beta2
3
4
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