From 838fa8971d5ab205c1e3da4d8f7681444637da5b Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Mon, 20 May 2019 13:36:58 -0400 Subject: [PATCH] 0.23 --- Terminal.Gui/Terminal.Gui.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index c8e2b6911..019cd119c 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -10,7 +10,7 @@ true Terminal.Gui - 0.23 + 0.24 Miguel de Icaza https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE https://github.com/migueldeicaza/gui.cs/ @@ -19,7 +19,8 @@ Miguel de Icaza Application framework for creating modern console applications using .NET Gui.cs is a framework for creating console user interfaces - 0.23: Better support for disabled menu items; Raises text changed event after the internals have been updated; Fix Caps-NumLock; Alt-HotKey now work on menus + 0.24: the Windows driver implements WakeUp, allowing some scenarios like bug #207 to be fixed; +0.23: Better support for disabled menu items; Raises text changed event after the internals have been updated; Fix Caps-NumLock; Alt-HotKey now work on menus 0.22: Correct vertical scrollview behavior, Small curses driver fix for terminals without mouse support, TextView support for scrolling, Surface Used property on TextField, Surface Cursor on RadioGroup. 0.21: Introudce Attribute.Make to more easily create attributes, and fix a bug in the file panel.