From 8e019efed937f4ce8adee41563c6a477d5ef94a2 Mon Sep 17 00:00:00 2001 From: IoIxD Date: Sat, 26 Sep 2026 19:18:26 -0700 Subject: [PATCH] 2.0 --- CHANGELOG.txt | 16 +++++++++------- README.txt | 2 +- include/Mw/Version.h | 6 +++--- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 79adc08c..3bf997f1 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -12,13 +12,15 @@ Other changes include: - `MW_FORCE_CSD` (Linux only): set to force the wayland backend to use CSD instead of SSD - `MILSKO_BACKEND` has been renamed to `MW_BACKEND` - Redesigned look for radioboxes and checkboxes in the modern theme -- Clock Widget -- Chart Widgets - - Bar Chart (2D or 3D) - - Pie Chart (2D or 3D) - - Line Chart -- New "Document" widget that supports markdown. -- New Direct3D9 helper widget that allows you to use Direct3D9 (Windows only) +- Clock Widget (MwClockClass) +- Chart Widgets (MwChartClass) + - Bar Chart (MwCHART_BAR or MwCHART_BAR3D) + - Pie Chart (MwCHART_PIE or MwCHART_PIE3D) + - Line Chart (MwCHART_LINE) +- Document widget (MwDocumentClass) - text box widget that supports markdown. +- Direct3D9 widget (MwDirect3D9Class) - helper widget that sets up a D3D9 context for you (Windows only) +- Dark theme now uses Catppuccin Mocha theme +- MwNstrikethrough and MwNunderline now work on all text-based widgets - Stability/performance fixes for the Wayland backend, most likely for the last time. ========================= 1.4 ========================= diff --git a/README.txt b/README.txt index 0f57f905..55c90279 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -Greetings - Welcome to the Milsko GUI Toolkit (Version 1.4) +Greetings - Welcome to the Milsko GUI Toolkit (Version 2.0) This document contains a brief summary of the contents of this source distributions and building instructions for Milsko GUI Toolkit. diff --git a/include/Mw/Version.h b/include/Mw/Version.h index 9821dc6a..2a0c2c04 100644 --- a/include/Mw/Version.h +++ b/include/Mw/Version.h @@ -8,12 +8,12 @@ /*! * @brief Major version */ -#define MwMAJOR 1 +#define MwMAJOR 2 /*! * @brief Minor version */ -#define MwMINOR 3 +#define MwMINOR 0 /*! * @brief Patchlevel of version, if patchlevel_alphabet is a or bigger, this value is calculated by `patchlevel_alphabet - 'a' + 1`. Otherwise 0 @@ -23,7 +23,7 @@ /*! * @brief Version in string */ -#define MwVERSION "1.4" +#define MwVERSION "2.0" /*! * @brief Version in string