chore(deps): update dependency terminal.gui to v1.9.0 #50

Merged
sam merged 1 commits from renovate/terminal.gui-1.x into master 2023-01-11 19:31:32 +00:00
Collaborator

This PR contains the following updates:

Package Type Update Change
Terminal.Gui nuget minor 1.8.0 -> 1.9.0

Release Notes

gui-cs/Terminal.Gui

v1.9.0

Top Updates

New Contributors

What's Changed

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

v1.8.2

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


Configuration

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

🚦 Automerge: Enabled.

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 Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [Terminal.Gui](https://github.com/gui-cs/Terminal.Gui) | nuget | minor | `1.8.0` -> `1.9.0` | --- ### Release Notes <details> <summary>gui-cs/Terminal.Gui</summary> ### [`v1.9.0`](https://github.com/gui-cs/Terminal.Gui/releases/tag/v1.9.0) #### Top Updates - Fixes [#&#8203;433](https://github.com/gui-cs/Terminal.Gui/issues/433). Replaces demo.cs with standalone Example.cs by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2084 - Added Rider/Resharper IDE settings (formatting, style) by [@&#8203;pavkam](https://github.com/pavkam) in https://github.com/gui-cs/Terminal.Gui/pull/2099 - Refactors UI Catalog to clean up old code and make more readable by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2141 - Adds CollectionNavigator to enable searching ListView/TreeView with keyboard by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2132 - Fixes [#&#8203;520](https://github.com/gui-cs/Terminal.Gui/issues/520). Application.Init / Shutdown are confused about TopLevels created by Application.Begin and not cleaned up by Application.End by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2167 - Revamped Character Map scenario to be amaze by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2198 - Adds the ability to detect clicks in TableView headers by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2239 - Fixes [#&#8203;1842](https://github.com/gui-cs/Terminal.Gui/issues/1842) - Add support for Ctrl/Alt + click to TableView by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2260 - Fixes [#&#8203;2205](https://github.com/gui-cs/Terminal.Gui/issues/2205). Reduce fragility of clipboard related unit tests by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2206 #### New Contributors - [@&#8203;pavkam](https://github.com/pavkam) made their first contribution in https://github.com/gui-cs/Terminal.Gui/pull/2099 - [@&#8203;cpacejo](https://github.com/cpacejo) made their first contribution in https://github.com/gui-cs/Terminal.Gui/pull/2183 - [@&#8203;AaronLieberman](https://github.com/AaronLieberman) made their first contribution in https://github.com/gui-cs/Terminal.Gui/pull/2266 #### What's Changed - Fixes [#&#8203;2061](https://github.com/gui-cs/Terminal.Gui/issues/2061). WindowsDriver - On 'MouseMoved', at least `ReportMousePosition` flag must be returned. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2063 - Fixes [#&#8203;2064](https://github.com/gui-cs/Terminal.Gui/issues/2064). Make `Application.MouseGrabView` public; allow views who use it some control by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2065 - Fixes [#&#8203;2071](https://github.com/gui-cs/Terminal.Gui/issues/2071). DrawContentComplete event is never called from the base if it's overridden. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2072 - Bump ReactiveMarbles.ObservableEvents.SourceGenerator from 1.1.4 to 1.2.3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2068 - Fixes [#&#8203;2069](https://github.com/gui-cs/Terminal.Gui/issues/2069). Enable KeyDown and KeyUp events to be canceled (like KeyPress) by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2070 - Fixes [#&#8203;433](https://github.com/gui-cs/Terminal.Gui/issues/433). Replaces demo.cs with standalone Example.cs by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2084 - Added template docs to readme by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2093 - Added Rider/Resharper IDE settings (formatting, style) by [@&#8203;pavkam](https://github.com/pavkam) in https://github.com/gui-cs/Terminal.Gui/pull/2099 - Fixes [#&#8203;2096](https://github.com/gui-cs/Terminal.Gui/issues/2096). Makes RootMouseEvent cancellable by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2100 - Improves the TabView minimum size and added more unit tests. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2105 - Makes Notepad look better and fixes bugs by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2107 - Fixes [#&#8203;2073](https://github.com/gui-cs/Terminal.Gui/issues/2073). Fixes regression introduced in v1.8.2: Nesting `MainLoop.Invoke` deadlocks by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2083 - Cleanups up and fixes docs in View class. by [@&#8203;pavkam](https://github.com/pavkam) in https://github.com/gui-cs/Terminal.Gui/pull/2098 - Fixes 2094. View does not clear it's background. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2104 - Fixes tons of little `View` API doc typos by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2112 - Fixes [#&#8203;2081](https://github.com/gui-cs/Terminal.Gui/issues/2081). Clipboard unit tests sometimes fail with WSL. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2082 - Simplify MakePrintable by using AND and avoiding converting to string by [@&#8203;pavkam](https://github.com/pavkam) in https://github.com/gui-cs/Terminal.Gui/pull/2101 - Fixes [#&#8203;2121](https://github.com/gui-cs/Terminal.Gui/issues/2121). ContextMenu: When open, Shift-F10 should close menu. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2130 - Fixes [#&#8203;2118](https://github.com/gui-cs/Terminal.Gui/issues/2118). Enables HotColor for hotkeys on non-activated menus by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2119 - Fixes [#&#8203;2109](https://github.com/gui-cs/Terminal.Gui/issues/2109). MenuBar has extra space on left. Refactors MenuTests. Better Menu API docs. by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2117 - Fixes [#&#8203;2120](https://github.com/gui-cs/Terminal.Gui/issues/2120). TreeView: Hide cursor in single select mode by default, add cursor toggle to TreeViewFileSystem Scenario by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2123 - Fixes [#&#8203;2135](https://github.com/gui-cs/Terminal.Gui/issues/2135). Character Map scenario doesn't show the content view. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2136 - Refactors UI Catalog to clean up old code and make more readable by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2141 - Some refactoring of the unit tests by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2143 - Fixes [#&#8203;2008](https://github.com/gui-cs/Terminal.Gui/issues/2008) - Shift+key denied by text field as "control character" on remote systems by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2032 - Update 'Sample Usage' README.md section by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2111 - Fixes [#&#8203;2133](https://github.com/gui-cs/Terminal.Gui/issues/2133). TreeView: desiredCursorVisibility field is set before the if condition check. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2134 - Fixes [#&#8203;2137](https://github.com/gui-cs/Terminal.Gui/issues/2137). Disabled menu item is selected on click. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2138 - Fixes 2142. Dim.Combine wasn't calculating well. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2145 - Adds CollectionNavigator to enable searching ListView/TreeView with keyboard by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2132 - Fixes [#&#8203;2156](https://github.com/gui-cs/Terminal.Gui/issues/2156) - BREAKING CHANGE - Fixes IsOverridden and makes it internal by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2158 - Fixes [#&#8203;2140](https://github.com/gui-cs/Terminal.Gui/issues/2140). OnSelectedChange is being called from OnEnter when the selection didn't actually change. by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2152 - Fixes [#&#8203;2122](https://github.com/gui-cs/Terminal.Gui/issues/2122). Weird visual artifacts on clearing. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2124 - TreeView: Now highlights only model text by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2155 - Revert "TreeView: Now highlights only model text" by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2159 - Fixes [#&#8203;2163](https://github.com/gui-cs/Terminal.Gui/issues/2163) and [#&#8203;2140](https://github.com/gui-cs/Terminal.Gui/issues/2140) - ListView: OnSelectedChanged is called when it didn't actually change (again) by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2164 - Fixes [#&#8203;1743](https://github.com/gui-cs/Terminal.Gui/issues/1743) - CharMap renders painfully slow by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2157 - Added a mainloop unit test with a task. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2168 - Fixes [#&#8203;2172](https://github.com/gui-cs/Terminal.Gui/issues/2172). NStack nuget package not needed anymore in the Example project. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2173 - Prep for Release v1.9.0 by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2170 - Fixes [#&#8203;2179](https://github.com/gui-cs/Terminal.Gui/issues/2179). Button should only respond to a mouse button clicked. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2180 - Fixes [#&#8203;2175](https://github.com/gui-cs/Terminal.Gui/issues/2175) Hide cursor when entering GraphView and TabRowView by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2184 - Fixes [#&#8203;520](https://github.com/gui-cs/Terminal.Gui/issues/520). Application.Init / Shutdown are confused about TopLevels created by Application.Begin and not cleaned up by Application.End by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2167 - Fixes [#&#8203;2185](https://github.com/gui-cs/Terminal.Gui/issues/2185). PR [#&#8203;2176](https://github.com/gui-cs/Terminal.Gui/issues/2176) broke Run<T> by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2187 - TreeView - (redo) Adds option to highlight only the model text of selected node by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2161 - Fixes [#&#8203;2188](https://github.com/gui-cs/Terminal.Gui/issues/2188). Latent bug in `Windows & FrameViews` scenario by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2190 - Fixes [#&#8203;2177](https://github.com/gui-cs/Terminal.Gui/issues/2177). Changed `Error.HotFocus` colors to not look awful by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2191 - Minor tweak: Windows & Frameviews Scenario - Changed Top's colorscheme to base by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2192 - Fixes 2193. Character Map scenario not showing the last range chars U+10fffx. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2194 - Fixes 2199. DirListView filter should not be case-sensitive by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2200 - Revamped Character Map scenario to be amaze by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2198 - Fixes [#&#8203;730](https://github.com/gui-cs/Terminal.Gui/issues/730). TextView: Adds `ContentsChanged` event. Updated Text.cs Scenario. by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2197 - Fixes [#&#8203;2208](https://github.com/gui-cs/Terminal.Gui/issues/2208). PacketTest unit test has a duplicate test case. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2209 - Bump Microsoft.NET.Test.Sdk from 17.3.2 to 17.4.0 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2207 - Bump ReportGenerator from 5.1.10 to 5.1.11 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2210 - Fixes [#&#8203;2213](https://github.com/gui-cs/Terminal.Gui/issues/2213). ContextMenu.IsShow is wrongly inheriting previous value on a new instance. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2214 - Fixes [#&#8203;2216](https://github.com/gui-cs/Terminal.Gui/issues/2216). MessageBox default width should be proportional for smaller screens. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2217 - Fixes [#&#8203;2162](https://github.com/gui-cs/Terminal.Gui/issues/2162). Toplevel dragging wasn't moving well. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2218 - Bump actions/checkout from 2 to 3 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2224 - Bump ReportGenerator from 5.1.11 to 5.1.12 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2229 - Bump ReactiveUI from 18.3.1 to 18.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2240 - Fixes [#&#8203;2232](https://github.com/gui-cs/Terminal.Gui/issues/2232) - Add Data property to `StatusItem` by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2233 - Fixes [#&#8203;2236](https://github.com/gui-cs/Terminal.Gui/issues/2236) Avoid Null reference when OnLeave event handlers clears focus by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2237 - Adds the ability to detect clicks in TableView headers by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2239 - Bump ReactiveUI.Fody from 18.3.1 to 18.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2241 - Fixes [#&#8203;2222](https://github.com/gui-cs/Terminal.Gui/issues/2222). RadioGroup first upper case and ProcessColdKey is not working well. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2223 - Fixes [#&#8203;2195](https://github.com/gui-cs/Terminal.Gui/issues/2195). CsvEditor: Column Type dialog not wide enough. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2203 - Fixes [#&#8203;2201](https://github.com/gui-cs/Terminal.Gui/issues/2201). Update CsvEditor scenario to use CsvHelper by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2202 - Fixes [#&#8203;1465](https://github.com/gui-cs/Terminal.Gui/issues/1465). TableView columns can now be hidden via `ColumnStyle.Visible` by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2243 - Fixes [#&#8203;2182](https://github.com/gui-cs/Terminal.Gui/issues/2182). Fix output of non-BMP Unicode characters in NetDriver. by [@&#8203;cpacejo](https://github.com/cpacejo) in https://github.com/gui-cs/Terminal.Gui/pull/2183 - Fixes [#&#8203;2226](https://github.com/gui-cs/Terminal.Gui/issues/2226). StatusBar misplaced when window maximized (and occasionally on resize). by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2231 - Fixes [#&#8203;2228](https://github.com/gui-cs/Terminal.Gui/issues/2228). Crash when attempting to open menu bar item with action but no menu items assigned. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2230 - Fixes [#&#8203;2219](https://github.com/gui-cs/Terminal.Gui/issues/2219). Moving a grab a top with a superview fails with Dim. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2220 - Fixes [#&#8203;2225](https://github.com/gui-cs/Terminal.Gui/issues/2225). MenuBar leaves trails when mounted in a Window. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2227 - Fixes [#&#8203;2247](https://github.com/gui-cs/Terminal.Gui/issues/2247). Preparing for the NStack v1.0.7 which now handling properly non-BMP code points. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2248 - Bump NStack.Core from 1.0.5 to 1.0.7 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2246 - Fixes [#&#8203;2212](https://github.com/gui-cs/Terminal.Gui/issues/2212). Editor Scenario: Crashes on Exit. by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2215 - Bump CsvHelper from 30.0.0 to 30.0.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2245 - Bump Microsoft.NET.Test.Sdk from 17.4.0 to 17.4.1 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2254 - Fixes [#&#8203;1842](https://github.com/gui-cs/Terminal.Gui/issues/1842) - Add support for Ctrl/Alt + click to TableView by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2260 - Fixes [#&#8203;2262](https://github.com/gui-cs/Terminal.Gui/issues/2262) - Change Ctrl+Home/End to prevent horizontal navigation when FullRowSelect is on by [@&#8203;tznind](https://github.com/tznind) in https://github.com/gui-cs/Terminal.Gui/pull/2263 - Fixes [#&#8203;2205](https://github.com/gui-cs/Terminal.Gui/issues/2205). Reduce fragility of clipboard related unit tests by [@&#8203;tig](https://github.com/tig) in https://github.com/gui-cs/Terminal.Gui/pull/2206 - Fixes [#&#8203;2265](https://github.com/gui-cs/Terminal.Gui/issues/2265) - Keyboard input doesn't work in UnixMainLoop when Idle function is registered by [@&#8203;AaronLieberman](https://github.com/AaronLieberman) in https://github.com/gui-cs/Terminal.Gui/pull/2266 **Full Changelog**: https://github.com/gui-cs/Terminal.Gui/compare/v1.8.2...v1.9.0 ### [`v1.8.2`](https://github.com/gui-cs/Terminal.Gui/releases/tag/v1.8.2) This was supposed to be v1.8.1, but a deployment mistake required a new push. #### What's Changed - Bump crazy-max/ghaction-chocolatey from 1 to 2 by [@&#8203;dependabot](https://github.com/dependabot) in https://github.com/gui-cs/Terminal.Gui/pull/2050 - Fixes [#&#8203;2053](https://github.com/gui-cs/Terminal.Gui/issues/2053). MessageBox.Query not wrapping correctly by [@&#8203;BDisp](https://github.com/BDisp) in https://github.com/gui-cs/Terminal.Gui/pull/2054 **Full Changelog**: https://github.com/gui-cs/Terminal.Gui/compare/v1.8.0...v1.8.2 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC44MS4wIiwidXBkYXRlZEluVmVyIjoiMzQuODEuMCJ9-->
renovate-bot added 1 commit 2023-01-11 19:00:57 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details
bd75e96010
chore(deps): update dependency terminal.gui to v1.9.0
sam merged commit f605cd510b into master 2023-01-11 19:31:32 +00:00
sam deleted branch renovate/terminal.gui-1.x 2023-01-11 19:31:36 +00:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: sam/BirdsiteLIVE#50
No description provided.