New
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 https://github.com/gui-cs/Terminal.Gui/pull/3352
- Fixes #3396. ListViewWIthSelection scenario does not show all rows and other issues by @BDisp in https://github.com/gui-cs/Terminal.Gui/pull/3398
- Fixes #3423. v1 - Wizards scenario doesn't refresh after opened by mouse. by @BDisp in https://github.com/gui-cs/Terminal.Gui/pull/3426
- Fixes #3424. v1 - Views should not force focus if they are not selected. by @BDisp in https://github.com/gui-cs/Terminal.Gui/pull/3427
- Fixes #3425. v1 - ScrollView is not clearing the background by duplicating views. by @BDisp in https://github.com/gui-cs/Terminal.Gui/pull/3428
- Add Game using Terminal.gui called "Capital and Cargo" to showcase.md by @dhorions in https://github.com/gui-cs/Terminal.Gui/pull/3446
- Fix incorrect link to Conceptual Documentation by @eatdrinksleepcode in https://github.com/gui-cs/Terminal.Gui/pull/3492
- Fixes #3496. Escape Key not invoking OnKeyDown on Unix. by @BDisp in https://github.com/gui-cs/Terminal.Gui/pull/3511
- Fixes #3484 (V1) - Updates SDK version to dotnet8, adds
netstandard2.0andnet8.0TargetFrameworksby @tig in https://github.com/gui-cs/Terminal.Gui/pull/3486
New Contributors
- @dhorions made their first contribution in https://github.com/gui-cs/Terminal.Gui/pull/3446
- @eatdrinksleepcode made their first contribution in https://github.com/gui-cs/Terminal.Gui/pull/3492
Full Changelog: https://github.com/gui-cs/Terminal.Gui/compare/v1.16.0...v1.17.0