Skip to content

Release v1.1.1

Compare
Choose a tag to compare
@tig tig released this 17 May 00:08
· 1804 commits to main since this release

v1.1.1
* Fixes #1307 - MainLoop timeouts duplicate keys error.

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