File tree Expand file tree Collapse file tree 5 files changed +10
-8
lines changed
Expand file tree Collapse file tree 5 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.16.0)
22project (nwindows
3- VERSION 0.0.1
3+ VERSION 0.0.2
44 DESCRIPTION "Modern Text User Interface Library for C++."
55 HOMEPAGE_URL "https://rerdavies.github.io/nwindows/"
66 LANGUAGES CXX
77)
8- set (NWINDOWS_RELEASE_QUALIFIER "-beta1 " )
8+ set (NWINDOWS_RELEASE_QUALIFIER "-beta2 " )
99
1010
1111
Original file line number Diff line number Diff line change 55[ ![ Documentation] ( https://img.shields.io/badge/documentation-Examples-blue )] ( https://github.com/rerdavies/nwindows/tree/main/examples )
66<!-- [](https://reravies.github.io/nwindows/) -->
77
8- * 0.0.1-beta1 *
8+ * 0.0.2-beta2 *
99
1010The * NWindows* library is a C++ text user interface (TUI) library for building console applications on Linux.
1111The library uses elements to compose user interfaces using an innovative and concise manipulator system. The library provides a rich set of elements with which to build user interfaces.
Original file line number Diff line number Diff line change 11## Release Notes
22
3- ### NWindows 0.0.2-beta1
3+ ### NWindows 0.0.2-beta2
44
55- Polyfill checkbox/radio-button/dropdon characters on EGA/VGA (Linux) terminals.
6- - can_display_character tests display font on Linux EGA/VGA terminals.
76- Fallback to ASCII for particularly incapable terminals.
7+ - Back-port to GCC12.2 for Debian Bookworm.
8+
9+
810
911
1012### NWindows 0.0.1-beta1
Original file line number Diff line number Diff line change 2121 * SOFTWARE.
2222 */
2323
24- export const NWindowsVersion = "0.0.1-beta1 " ;
24+ export const NWindowsVersion = "0.0.2-beta2 " ;
Original file line number Diff line number Diff line change 2828// Uses Semantic Versioning
2929#define NWINDOWS_MAJOR_VERSION 0
3030#define NWINDOWS_MINOR_VERSION 0
31- #define NWINDOWS_BUILD_NUMBER 1 // increments with each release
32- #define NWINDOWS_RELEASE_QUALIFIER " -beta1 "
31+ #define NWINDOWS_BUILD_NUMBER 2 // increments with each release
32+ #define NWINDOWS_RELEASE_QUALIFIER " -beta2 "
3333
3434
3535
You can’t perform that action at this time.
0 commit comments