From cc462f87155b663acc5f9a181c57c036c4741191 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Fri, 1 Jun 2018 10:25:37 -0400 Subject: [PATCH] 0.13 --- Terminal.Gui/Terminal.Gui.csproj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index 56fc7ae09..0ffbddd58 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -10,7 +10,7 @@ true Terminal.Gui - 0.12 + 0.13 Miguel de Icaza https://github.com/migueldeicaza/gui.cs/blob/master/LICENSE https://github.com/migueldeicaza/gui.cs/ @@ -19,7 +19,9 @@ Miguel de Icaza Application framework for creating modern console applications using .NET Gui.cs is a framework for creating console user interfaces - 0.12: Fixes the text editor merge line command. + 0.13: Fixes keyboard input for Alt-Gr and numbers. + +0.12: Fixes the text editor merge line command. 0.11: Simplify TextField implementation, fixes a couple of editing bugs.