From c2d0d28907c28a005c5eb5c5255a7294e94262fa Mon Sep 17 00:00:00 2001 From: Charlie Kindel Date: Sun, 16 May 2021 07:33:23 -0700 Subject: [PATCH] Version 1.1.0 Release (#1306) * tweaked version # for v1.0.0-beta.10 * tweaked version # for v1.0.0-beta.11 * Updated readme and revision history for 1.0 * adjusting publish workflow * adjusting publish workflow2 * adjusting publish workflow 3 * adjusting publish workflow 4 * adjusting publish workflow 5 * final fix to yaml * Updated relnotes for v1.0.0-rc.9 * rel notes for v1.0.0-rc.10 * relnotes for v1.0.0-rc.11 * relnotes for v1.0.0-rc.12 * v1.0.0-rc.13 * Releasing 1.1.0 * removed WiP --- Terminal.Gui/Terminal.Gui.csproj | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj index c213080a2..928f2f6d5 100644 --- a/Terminal.Gui/Terminal.Gui.csproj +++ b/Terminal.Gui/Terminal.Gui.csproj @@ -40,9 +40,20 @@ Terminal.Gui is a framework for creating console user interfaces + v1.1.0 + * TextView CursorLeft/CursorRight change focus when at start/end #1271 + * Fixes #1273 - Add direction summaries + * Fixes #1276 - Added TextDirection constructor to View and Label and improving AutoSize + * Fixes #1272 - Fixes Linux/Mac window sizing + * Fixes #1281 - Fixed CursesDriver colors. Added BasicColors scenario + * Fixes #1266 - Using Ctrl+PageUp/PageDown to allowing navigate through windows. + * TableView - adds last column dividing line #1289 + * Fixes #1291. Combining two PosAbsolute or two DimAbsolute result on a PosAbsolute or DimAbsolute + * Changed Console.WriteLine to ITestOutputHelper in tests #1305 + v1.0.0 * Version 1.0 Release!!! - Thank you to @migueldeicaza, @tig, @bdisp, @tznind, @jmprricone, and many more! - + v1.0.0-rc.13 * NEW CONTROL: GraphView - thanks @tznind! * Fixes #1256 - OutConsoleGridView no longer works - ENTER does not work