From 26f415f3db6d873d358e739178913a975be56bf7 Mon Sep 17 00:00:00 2001 From: Vincent Wei Date: Mon, 7 Nov 2022 20:34:35 +0800 Subject: [PATCH] update release notes --- RELEASE-NOTES.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index d33bb038..c2886a93 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -26,6 +26,27 @@ + [Changes leading to incompatibility](#changes-leading-to-incompatibility) + [Deprecated APIs](#deprecated-apis) +## Version 5.0.11 + +On 11. 30, 2022, FMSoft announces the availability of MiniGUI 5.0.11, +which is a bug fixing release with bug fixes and some minor enhancements +of MiniGUI 5.0.x. + +### What's new in version 5.0.11 + +In this version, we made some enhancements + +* ENHANCEMENTS: +* BUGFIXING: + - Fix a bug reported in https://github.com/VincentWei/minigui/issues/94 + - Fix a bug reported in https://github.com/VincentWei/minigui/issues/96 +* OPTIMIZATIONS: + - optimize the refresh of scrolled. +* TUNING: + - call `mg_FreeMsgQueueForThisThread` immediately in `TerminateGUI()`. + - use `CreateLogFontEx` instead of `CreateLogFont` to follow the new style convention of font name when creating the system logfonts, + but the orientation is ignored for the system logfont. + ## Version 5.0.10 On Sep. 30, 2022, FMSoft announces the availability of MiniGUI 5.0.10,