From a650bdf776fc89fb6f640f93f36cdf5a40ca3d0b Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Tue, 27 Apr 2021 11:29:03 -0700 Subject: [PATCH] rel notes for v1.0.0-rc.10 --- Terminal.Gui/Terminal.Gui.csproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index aae62ad2c..e09bb356b 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -40,6 +40,10 @@ Terminal.Gui is a framework for creating console user interfaces + v1.0.0-rc.10 + * Fixes #931. Fixed the limit 25 lines issue + * Fixes #1251. Fixes TextValidateProvider exception on the All View Tester scenario. + v1.0.0-rc.9 * Fixes #1210. Added AllowsReturn, AllowsTab and Multiline into the TextView. * Fixes #1241. Added SendKeys feature to the ConsoleDriver.