From 6051c32f5043cc2af992e26828060d2d3f460a52 Mon Sep 17 00:00:00 2001 From: Nishi Date: Sun, 27 Sep 2026 12:45:10 +0900 Subject: [PATCH] prepare 2.0a --- CHANGELOG.txt | 4 ++++ README.txt | 2 +- include/Mw/Version.h | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index a791bd7c..8997a291 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,7 @@ +========================= 2.1 ========================= +- Fixes a bug where key_released was not fired in GDI backend +- Fixes examples + ========================= 2.0 ========================= 2.0 is not the most significant release, but there are several breaking changes that justify its number: - There are no longer any public facing functions that use MwLL* types. Said functions now expect MwColor and MwPixmap, which are wrapper types over the LL ones. diff --git a/README.txt b/README.txt index 55c90279..04effb85 100644 --- a/README.txt +++ b/README.txt @@ -1,5 +1,5 @@ -Greetings - Welcome to the Milsko GUI Toolkit (Version 2.0) +Greetings - Welcome to the Milsko GUI Toolkit (Version 2.0a) 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 2a0c2c04..f9bcf879 100644 --- a/include/Mw/Version.h +++ b/include/Mw/Version.h @@ -18,12 +18,12 @@ /*! * @brief Patchlevel of version, if patchlevel_alphabet is a or bigger, this value is calculated by `patchlevel_alphabet - 'a' + 1`. Otherwise 0 */ -#define MwPATCH 0 +#define MwPATCH 1 /*! * @brief Version in string */ -#define MwVERSION "2.0" +#define MwVERSION "2.0a" /*! * @brief Version in string