Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency Terminal.Gui to v1.8.2 #899

Merged
merged 1 commit into from
Nov 13, 2022

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 28, 2022

Mend Renovate

This PR contains the following updates:

Package Type Update Change
Terminal.Gui nuget minor 1.6.4 -> 1.8.2

Release Notes

gui-cs/Terminal.Gui

v1.8.2

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

What's Changed

Full Changelog: gui-cs/Terminal.Gui@v1.8.0...v1.8.2

v1.8.0

What's Changed

New Contributors

Full Changelog: gui-cs/Terminal.Gui@v1.7.2...v1.8.0

v1.7.2

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

v1.7.1

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

v1.7.0

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot added the 📦 dependencies Pull requests that update a dependency file label Jul 28, 2022
@github-actions github-actions bot added this to the v12.2.7 milestone Jul 28, 2022
@renovate renovate bot force-pushed the renovate/terminal.gui-1.x branch from af8ca51 to 2c8760f Compare August 1, 2022 23:55
@renovate renovate bot changed the title Update dependency Terminal.Gui to v1.7.0 Update dependency Terminal.Gui to v1.7.1 Aug 1, 2022
@renovate renovate bot force-pushed the renovate/terminal.gui-1.x branch from 2c8760f to d84a3d6 Compare August 5, 2022 00:34
@renovate renovate bot changed the title Update dependency Terminal.Gui to v1.7.1 Update dependency Terminal.Gui to v1.7.2 Aug 5, 2022
@renovate renovate bot changed the title Update dependency Terminal.Gui to v1.7.2 Update dependency Terminal.Gui to v1.8.0 Sep 19, 2022
@renovate renovate bot changed the title Update dependency Terminal.Gui to v1.8.0 Update dependency Terminal.Gui to v1.8.2 Sep 21, 2022
@david-driscoll david-driscoll merged commit 0296425 into master Nov 13, 2022
@david-driscoll david-driscoll deleted the renovate/terminal.gui-1.x branch November 13, 2022 02:18
@rsg-bot rsg-bot modified the milestones: v12.2.7, v12.3.0 Nov 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants