Terminal.Gui

Cross Platform Terminal UI toolkit for .NET

MIT License

Stars
9.1K
Committers
108

Bot releases are hidden (Show)

Terminal.Gui - Release v1.16.0 Latest Release

Published by tig 7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.15.1...v1.16.0

Terminal.Gui - Release v1.15.1

Published by tig 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.14.1...v1.15.0

Terminal.Gui - Release v1.14

Published by tig about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.13.5...v1.14.0

Terminal.Gui - v1.13.5

Published by tig about 1 year ago

What's Changed

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.13.3...v1.13.5

Terminal.Gui - Release v1.13.4

Published by tig over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.12.1...v1.13.4

Terminal.Gui - Release v1.12.1

Published by tig over 1 year ago

What's Changed

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.11...v1.12.1

Terminal.Gui - Release v1.11.2

Published by tig over 1 year ago

What's Changed

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.10.0...v1.11.2

Terminal.Gui - Release v1.10.1

Published by tig over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.10.0...v1.10.1

Terminal.Gui - Release v1.10

Published by tig over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.9.0...v1.10.0

Terminal.Gui - Release v1.9.0

Published by tig almost 2 years ago

Top Updates

New Contributors

What's Changed

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.8.2...v1.9.0

Terminal.Gui - Release v1.8.2

Published by tig about 2 years ago

This was supposed to be v1.8.1, but a deployment mistake required a new push.

What's Changed

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.8.0...v1.8.2

Terminal.Gui - Release v1.8.0

Published by tig about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.7.2...v1.8.0

Terminal.Gui - Release v1.7.2

Published by tig about 2 years ago

Get the NuGet package here: https://www.nuget.org/packages/Terminal.Gui

Release v1.7.2

Minor bug fix to v1.7.1 including:

  • Fixes #1773. Base color scheme for ListView hard to read
  • Fixes #1934. WindowsDriver crash when the height is less than 1 with the VS Debugger

Release v1.7.1

Minor bug fix to v1.7.0 including:

  • Fixes #1930. Trailing whitespace makes MessageBox.Query buttons disappear.
  • Fixes #1921. Mouse continuous button pressed is not working on ScrollView.
  • Fixes #1924. Wizard: Selected help text is unreadable

Key Issues Addressed in v1.7

  • Moved Terminal.Gui (and NStack) to the github.com/gui-cs organization.
  • Adds multi-step Wizard View for setup experiences (#124)
  • The synchronization context method Send is now blocking (#1854).
  • Fixes #1893: Fix URLs to match gui-cs Org
  • Fixes #1883. Child TopLevels now get Loaded/Ready events.
  • Fixes #1867, #1866, #1796. TextView enhancements for ReadOnly and WordWrap.
  • Fixes #1861. Border: Title property is preferable to Text.
  • Fixes #1855. Window and Frame content view without the margin frame.
  • Fixes #1848. Mouse clicks in Windows Terminal.
  • Fixes #1846. TabView now clips to the draw bounds.
  • Fix TableView multi selections extending to -1 indexes
  • Fixes #1837. Setting Unix clipboard freezes.
  • Fixes #1839. Process WindowsDriver click event if location is the same after pressed and released.
  • Fixes #1830. If "libcoreclr.so" is not present then "libncursesw.so" will be used.
  • Fixes #1816. MessageBox: Hides underlying dialog when visible
  • Fixes #1815. Now returns false if WSL clipboard isn't supported.
  • Fixes #1825. Parent MenuItem stay focused if child MenuItem is empty.
  • Fixes #1812, #1797, #1791. AutoSize fixes.
  • Fixes #1818. Adds Title change events to Window.
  • Fixes #1810. Dialog: Closing event is not fired when ESC is pressed to close dialog.
  • Fixes #1793. ScrollBarView is hiding if the host fit the available space.
  • Added Pos/Dim Function feature to automate layout.
  • Fixes #1786. Windows Terminal is reporting well on mouse button pressed + mouse movement.
  • Fixes #1777 - Dialog button justification. Adds unit tests.
  • Fixes #1739. Setting menu UseKeysUpDownAsKeysLeftRight as false by default.
  • Fixes #1772. Avoids WindowsDriver flickering when resizing.
  • Fixed TableView always showing selected cell(s) even when not focused
  • Fixes #1769. Supports a minimum view size for non-automatic size views.
  • Exposes APIs to support upcoming Web console feature
  • Fixes some scrolling performance issues
  • Fixes #1763. Allowing read console inputs before idle handlers.
  • TableView unicode scenario usability
  • Added unicode testing code to TableEditor
Terminal.Gui - Release v1.7.1

Published by tig about 2 years ago

Release v1.7.1

Minor bug fix to v1.7.0 including:

  • Fixes #1930. Trailing whitespace makes MessageBox.Query buttons disappear.
  • Fixes #1921. Mouse continuous button pressed is not working on ScrollView.
  • Fixes #1924. Wizard: Selected help text is unreadable

Get the NuGet package here:

https://www.nuget.org/packages/Terminal.Gui

Key Issues Addressed in v1.7

  • Moved Terminal.Gui (and NStack) to the github.com/gui-cs organization.
  • Adds multi-step Wizard View for setup experiences (#124)
  • The synchronization context method Send is now blocking (#1854).
  • Fixes #1893: Fix URLs to match gui-cs Org
  • Fixes #1883. Child TopLevels now get Loaded/Ready events.
  • Fixes #1867, #1866, #1796. TextView enhancements for ReadOnly and WordWrap.
  • Fixes #1861. Border: Title property is preferable to Text.
  • Fixes #1855. Window and Frame content view without the margin frame.
  • Fixes #1848. Mouse clicks in Windows Terminal.
  • Fixes #1846. TabView now clips to the draw bounds.
  • Fix TableView multi selections extending to -1 indexes
  • Fixes #1837. Setting Unix clipboard freezes.
  • Fixes #1839. Process WindowsDriver click event if location is the same after pressed and released.
  • Fixes #1830. If "libcoreclr.so" is not present then "libncursesw.so" will be used.
  • Fixes #1816. MessageBox: Hides underlying dialog when visible
  • Fixes #1815. Now returns false if WSL clipboard isn't supported.
  • Fixes #1825. Parent MenuItem stay focused if child MenuItem is empty.
  • Fixes #1812, #1797, #1791. AutoSize fixes.
  • Fixes #1818. Adds Title change events to Window.
  • Fixes #1810. Dialog: Closing event is not fired when ESC is pressed to close dialog.
  • Fixes #1793. ScrollBarView is hiding if the host fit the available space.
  • Added Pos/Dim Function feature to automate layout.
  • Fixes #1786. Windows Terminal is reporting well on mouse button pressed + mouse movement.
  • Fixes #1777 - Dialog button justification. Adds unit tests.
  • Fixes #1739. Setting menu UseKeysUpDownAsKeysLeftRight as false by default.
  • Fixes #1772. Avoids WindowsDriver flickering when resizing.
  • Fixed TableView always showing selected cell(s) even when not focused
  • Fixes #1769. Supports a minimum view size for non-automatic size views.
  • Exposes APIs to support upcoming Web console feature
  • Fixes some scrolling performance issues
  • Fixes #1763. Allowing read console inputs before idle handlers.
  • TableView unicode scenario usability
  • Added unicode testing code to TableEditor
Terminal.Gui - Release v1.7.0

Published by tig about 2 years ago

Release v1.7.0

https://www.nuget.org/packages/Terminal.Gui

Key Issues Addressed

  • Moved Terminal.Gui (and NStack) to the github.com/gui-cs organization.
  • Adds multi-step Wizard View for setup experiences (#124)
  • The synchronization context method Send is now blocking (#1854).
  • Fixes #1893: Fix URLs to match gui-cs Org
  • Fixes #1883. Child TopLevels now get Loaded/Ready events.
  • Fixes #1867, #1866, #1796. TextView enhancements for ReadOnly and WordWrap.
  • Fixes #1861. Border: Title property is preferable to Text.
  • Fixes #1855. Window and Frame content view without the margin frame.
  • Fixes #1848. Mouse clicks in Windows Terminal.
  • Fixes #1846. TabView now clips to the draw bounds.
  • Fix TableView multi selections extending to -1 indexes
  • Fixes #1837. Setting Unix clipboard freezes.
  • Fixes #1839. Process WindowsDriver click event if location is the same after pressed and released.
  • Fixes #1830. If "libcoreclr.so" is not present then "libncursesw.so" will be used.
  • Fixes #1816. MessageBox: Hides underlying dialog when visible
  • Fixes #1815. Now returns false if WSL clipboard isn't supported.
  • Fixes #1825. Parent MenuItem stay focused if child MenuItem is empty.
  • Fixes #1812, #1797, #1791. AutoSize fixes.
  • Fixes #1818. Adds Title change events to Window.
  • Fixes #1810. Dialog: Closing event is not fired when ESC is pressed to close dialog.
  • Fixes #1793. ScrollBarView is hiding if the host fit the available space.
  • Added Pos/Dim Function feature to automate layout.
  • Fixes #1786. Windows Terminal is reporting well on mouse button pressed + mouse movement.
  • Fixes #1777 - Dialog button justification. Adds unit tests.
  • Fixes #1739. Setting menu UseKeysUpDownAsKeysLeftRight as false by default.
  • Fixes #1772. Avoids WindowsDriver flickering when resizing.
  • Fixed TableView always showing selected cell(s) even when not focused
  • Fixes #1769. Supports a minimum view size for non-automatic size views.
  • Exposes APIs to support upcoming Web console feature
  • Fixes some scrolling performance issues
  • Fixes #1763. Allowing read console inputs before idle handlers.
  • TableView unicode scenario usability
  • Added unicode testing code to TableEditor
Terminal.Gui - Release v1.6.4

Published by tig over 2 years ago

v1.6.4
* Fixes #1750. Erroneous suppression of Button Text updates.
* Fixes #1753. Update all .csproj files with Release version # upon Release
* Fixes #1742. Explicitly dispose old TreeView instances in UICatalog scenario
* Fixes #1748. Add horizontal scroll idicators to TableView
* StandaloneExample: Updated to use latest version and added help menu

What's Changed

New Contributors

Full Changelog: https://github.com/migueldeicaza/gui.cs/compare/v1.6.2...v1.6.4

Terminal.Gui - Release v1.6

Published by tig over 2 years ago

      * Adds ColorPicker control
      * Adds Context Menu to TreeView
      * Adds support for custom colors in TreeView
      * Adds Data field to MenuItem
      * Adds Timeout thread safety
      * Adds better docs for Application.Shutdown ()
      * Fixes #1699. Menu closes on button press and menu hot-key text renders correctly
      * Fixes #1675. ContextMenu MenuItems typo
      * Fixes #1715. UI Catalog about box version
      * Fixes #1712. Intermittent Github Action build failures
      * Fixes remaining wide runes render issues including #1693 Character Map
      * Fixes the draw clip bounds issue visible on ScrollView.
      * Fixes UpdateScreen running twice on Application.Refresh because Driver. Refresh already does.
      * Fixes TextView throwing when WordWrap is true on constructor initialization.
      * Fixes RunTimers not checking for key collisions in list when adding to timeouts
      * Fixes erroneous namespace on LineView to match other views
      * Fixes #1723. ProgressBar with Percentage has extra spaces on the right
      * Fixes nullref on unclean shutdown
      * Fixes Thin tabview
      * Fixes #1732. Toplevel shouldn't clear the buffer.
      * Fixes #1730. AllViewsTester throw exception on Dim.Percent.

What's Changed

New Contributors

Full Changelog: https://github.com/migueldeicaza/gui.cs/compare/v1.5.0...v1.6.0

Terminal.Gui - Release v1.5.0

Published by tig over 2 years ago

Top Changes in this release

  * Localization support added. en-US, Japanese, fr-FR, and pt-PT
  * Adds Key Binding support. Also refactors Autocomplete.
  * Adds a popup ContextMenu feature. Implements ContextMenu for TextField.
  * Adds HistoryText class for undo and redo text.
  * Adds mouse support and more features to the HexView.
  * Adds feature to display the sub-menus on a single frame instead multiple frames.
  * Adds Support for Colored ListView Items
  * Adds context menu and localization on TextView.
  * Cleanup of UI Catalog scenarios
Terminal.Gui - Release v1.4.0

Published by tig almost 3 years ago

v1.4.0

  • #1546 Fixes #1535. Added IsMouseDisabled prop to Application
  • #1515 Upgrading to Net6.0
  • #1508 Allows ListView trigger the Enter and Leave events.
  • #1506 Prevents a Process breaks rendering on Linux.
  • #1505 Fixes #1499. Allowing border settings for the MessageBox.
  • #1504 Fixes #1502. Prevents high CPU usage.

Get 'er on NuGet: https://www.nuget.org/packages/Terminal.Gui/

Terminal.Gui - Release v1.3.1

Published by tig almost 3 years ago

See './Terminal.Gui/Terminal.Gui.csproj` for relnotes.

The Nuget package is here: https://www.nuget.org/packages/Terminal.Gui

What's Changed

Full Changelog: https://github.com/migueldeicaza/gui.cs/compare/v1.2.1...v1.3.1