Releases: gui-cs/Terminal.Gui
Releases Β· gui-cs/Terminal.Gui
Release v1.17.1
What's Changed
- #2897. ListView ListWrapper - marking does work if you give an IList which in which the count changes by @BDisp in #3500
- #3518. v1 NetDriver throws System.InvalidOperationException when a key is pressed. by @BDisp in #3519
- #3545. V1 Superview most focused view not sync with the overlapped view. by @BDisp in #3550
- #2598. Trying to run self-contained application on Ubuntu 22 (Linux-x64), error regarding libdl.so by @BDisp in #3562
- #3579: V1 Example.cs is broken by @tig in #3580
New Contributors
- @ceddy4395 made their first contribution in #3449
Full Changelog: v1.17.0...v1.17.1
Release v1.17.0
What's Changed
Fixes #3351 (V1). TabIndex with the same setter value but with wrong index return without set the correct value. by @BDisp in #3352
- Fixes #3396. ListViewWIthSelection scenario does not show all rows and other issues by @BDisp in #3398
- Fixes #3423. v1 - Wizards scenario doesn't refresh after opened by mouse. by @BDisp in #3426
- Fixes #3424. v1 - Views should not force focus if they are not selected. by @BDisp in #3427
- Fixes #3425. v1 - ScrollView is not clearing the background by duplicating views. by @BDisp in #3428
- Add Game using Terminal.gui called "Capital and Cargo" to showcase.md by @dhorions in #3446
- Fix incorrect link to Conceptual Documentation by @eatdrinksleepcode in #3492
- Fixes #3496. Escape Key not invoking OnKeyDown on Unix. by @BDisp in #3511
- Fixes #3484 (V1) - Updates SDK version to dotnet8, adds
netstandard2.0
andnet8.0
TargetFrameworks
by @tig in #3486
New Contributors
- @dhorions made their first contribution in #3446
- @eatdrinksleepcode made their first contribution in #3492
Full Changelog: v1.16.0...v1.17.0
Release v1.16.0
What's Changed
- Fixes documentation links in README by @qin-guan in #3239
- Updates nuget packages and fixes a unit test issue by @tig in #3259
- Fixes #3318. v1-MouseClick should be invoked only once on a mouse click. by @BDisp in #3320
- Fixes #3317. v1-Listvew mouse event doesn't cause a SelectedItemChanged event to fire by @BDisp in #3321
New Contributors
Full Changelog: v1.15.1...v1.16.0
Release v1.15.1
What's Changed
- Fixes #2892 for v1 - Null reference pressing menu shortcuts when menus have separators by @BDisp in #2955
- Adds
F7History
icon by @tig in #2963 - Fixes #2987. Set a MdiChild visible to false still processes keystrokes. by @BDisp in #2988
- Fixes #2970. ScrollView doesn't remove a view that was previously added on both versions. by @BDisp in #2971
- Fix issue where the TestViewsDisposeCorrectly was not doing what it was supposed to do by @a-usr in #2964
- Fixes #2959. Some of the scroll features on v1 are broken. by @BDisp in #2960
- Fixes #2985. Application.RunState must be responsible for dispose the Toplevel property. by @BDisp in #2986
- Update Toplevel.cs - capitalization fix by @rccarlson in #3015
- Support having both v1 and v2 api docs published by @tig in #3026
- Fixes #3034. Text remains "invisible" in the TextView when WordWrap is activated. by @BDisp in #3035
- Fixes #3050 - API Doc link in Readme by @tig in #3058
- Fixes #2865. Unknown character sequence while resizing terminal. by @BDisp in #2951
- Fixes #3090. Introduce StatusItem.HotTextSpecifier by @AndreyAkinshin in #3093
- Fixes #2252. Pressing the ENTER key in a TextField should not move the focus by @BDisp in #3195
- Fixes #2571. Wizards background shifts to gray when focusing, looks bad. by @BDisp in #3194
- Fixes #2095. Resizing when a context menu is open causes the Enter event to get spammed by @BDisp in #3193
- Fixed API doc TOC tree expansion (v1) by @tig in #3201
- Fixes #3178. v1 - Library has no strong-name. by @ilCosmico in #3191
- Fixes #3178 - Updates to strongname version of Nstack (v1.1.1) by @tig in #3203
New Contributors
- @ilCosmico made their first contribution in #3191
Full Changelog: v1.14.1...v1.15.0
Release v1.14.1
What's Changed
- Fixes #2758. ReSharper unit tests detects errors that VS2022 don't. by @BDisp in #2759
- Fixes #2762. ReSharper: The same file is listed in UnitTests.csproj multiple times with the same 'Compile' build action: by @BDisp in #2763
- Fix: Removing Border from parent alters border brush by @PentagramPro in #2760
- Updated readme. changing readme no longer causes
dotnet-core.yml
to build by @tig in #2766 - Fixes #2634 - Windows Terminal now clears correctly on exit by @tig in #2764
- Fixes #2769. Make xunit stoponfail work by @tig in #2772
- Fixes #2767. Remove
EnableConsoleScrolling
- BREAKING CHANGE by @tig in #2773 - Fixes 2780. Moving a Window that is Application.Top shouldn't be allowed. by @BDisp in #2781
- Fixes #2784. CursesDriver throws System.StackOverflowException on console resizing. by @BDisp in #2786
- Fixes #2761. Small TextView is broken scrolling using scrollbar. by @BDisp in #2770
- Fixes #2787. MenuItem with CanExecute returning false is select when a MenuBar is opened. by @BDisp in #2788
- Fixes #2789. StatusItem should have a disabled attribute if it can't execute. by @BDisp in #2790
- Fixes #2776. Pressing Alt key on a Window with only a MenuBar throws System.InvalidOperationException. by @BDisp in #2777
- Fixes #2793. Windows Terminal still show vertical scroll bar using WindowsDriver. by @BDisp in #2794
- v1 publish on pr merge by @tig in #2819
- Fixes #2810. Pressing Alt key on a Toplevel with only a MenuBar throws System.InvalidOperationException. by @BDisp in #2811
- Fixes #2806. Border bug when a row is less than zero on shrinking on v1. by @BDisp in #2807
- Fixes #2830. v1 Allow use LangVersion 9.0 on the UICatalog project. by @BDisp in #2831
- Fixes #2834. v1 Border BorderBrush and Background wrongly sets to an invalid Color enum. by @BDisp in #2835
- Fixes #2836. v1 RequestStop while a ContextMenu is open can throw an exception. by @BDisp in #2837
- Fixes #2847. CursesDriver doesn't processing response from task threading. by @BDisp in #2848
- Fixes #2824. Add SearchText property to ComboBox by @MaciekWin3 in #2825
- Moved showcase and examples out of Readme, created showcase.md by @En3Tho in #2829
- Fixes #2775. Something in 1.13 broke centering child windows. by @BDisp in #2778
- Fixes #2913 - remove Disposed views from Responder.instances when Debugging by @a-usr in #2914
- Add Disposal Test and fix an issue where the CopyClipboard test was failing by @a-usr in #2936
New Contributors
- @PentagramPro made their first contribution in #2760
- @a-usr made their first contribution in #2914
- @Brianmanden made their first contribution in #2937
Full Changelog: v1.13.5...v1.14.1
v1.13.5
What's Changed
- Fixes #2634 - Windows Terminal - Last line of app is not cleared when exiting by @tig in #2764
- Fixes #2745 -
NetDriver
key handling is broken on Windows Terminal v1.18+ by @tig in #2746 - Ensure unit test process dies; Back ported non-threaded
FakeMainLoop
from v2 by @tig in #2756
Full Changelog: v1.13.3...v1.13.5
Release v1.13.4
What's Changed
- Fixes #2686. Border color doesn't change when changing color scheme. by @BDisp in #2687
- Fixes #2571. Wizards background shifts to gray when focusing, looks bad. by @BDisp in #2706
- Fixes #2705. ListView does not render correctly before focus. by @BDisp in #2707
- Added info about PoshDotnetDumpAnalyzeViewer by @En3Tho in #2721
- Add table example check to prevent crashes by @MaciekWin3 in #2691
- Fixes #2717. Label not display fully when resizing terminal. by @BDisp in #2718
- Fixes #2739. UICatalog Text Editor Column / Row not be updated when cβ¦ursor moving by @BDisp in #2740
- Fixes #415. Colors: OpenSUSE - The native method "COLOR_PAIRS" does not exist by @BDisp in #2749
- Fixes #2688. ReadOnly TextView's broken scrolling after version update. by @BDisp in #2752
- Fixes #415. Colors: The native method "COLOR_PAIRS" does not exist by @BDisp in #2753
- Fixes #2750. MenuBar (without children) causes stack overflow when shortcut is pressed. by @BDisp in #2754
- Fixes #2745 -
NetDriver
key handling is broken on Windows Terminal v1.18+ by @tig in #2746 - Ensure unit test process dies; Back ported non-threaded
FakeMainLoop
from v2 by @tig in #2756
New Contributors
- @MaciekWin3 made their first contribution in #2691
Full Changelog: v1.12.1...v1.13.4
Release v1.12.1
Release v1.11.2
Release v1.10.1
What's Changed
- Fixes typo in Readme.md by @mapgie in #2427
- Fixes #2429. Error when replacing a word in textView. by @BDisp in #2442
- Bump SixLabors.ImageSharp from 3.0.0 to 3.0.1 by @dependabot in #2458
- Removed additional colon in SaveAs dialog by @robece in #2480
New Contributors
Full Changelog: v1.10.0...v1.10.1