Updated relnotes for v1.5.0

This commit is contained in:
Charlie Kindel
2022-04-17 16:22:53 -07:00
parent 30404643be
commit c49fb2d86c

View File

@@ -55,13 +55,54 @@
<Title>Terminal.Gui is a framework for creating console user interfaces</Title>
<PackageReleaseNotes>
v1.5.0
* 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
* #1666 Fixes the MenuIem Width for wider runes
* #1658 Fixes wide runes not render well on NetDriver.
* #1656 Cursor visibility fix.
* #1652 Fixed Axis.Text being a field while every other class member is a property
* #1651 Dispose `FileSystemWatcher` instance before creating another in `FileDialog`
* #1639 Fixed TableView when redrawing a System.DataTable that has no columns
* #1633 Fixes the WindowsDriver dirty redrawn on resizing if HeightAsBuffer is true.
* #1630 Fixes TextField context menu not showing with the current localization.
* #1629 Bump actions/checkout from 2 to 3
* #1627 Table scroll fix
* #1622 Changed Button Text property to use override instead of new.
* #1614 Fixes the ProcessHotKey event.
* #1612 Fixes the CanFocus equal to false from setting HasFocus to true again.
* #1608 Implementing undo/redo to back tab key.
* #1606 Fixes ComboBox text and list if the height is equal to one.
* #1603 Fixes the auto-size text bug.
* #1600 Fixes FileSystemWatcher exception on Linux.
* #1599 Adding unit test for the ListView RowRender event.
* #1596 Standalone update fix
* #1595 Fixes #1588 - Documentation for keybinding
* #1593 Fixes TableView not activating after keybinding refactor
* #1586 fixing #1560 - Fix docfx errors and warnings
* #1585 Fixes #1584 - ComboBox is hiding elements below from being clicked/focused
* #1574 Use custom resolver for libcoreclr.so also for .NET 6.0
* #1572 Added MenuOpened event and others bug fixes.
* #1564 Fixes #1525 - Gives TextField the same backspace behavior as TextView
* #1563 Fixes #1557 - Border and PanelView fixes
* #1562 Fixes #1560. Documentation link broken.
* #1561 Fixes #1559 - Added DesiredCursorVisibility to TreeView
* #1550 Adding Application.Shutdown and updating ReactiveUI.Fody.
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.
* #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.
* #1504 Fixes #1502. Prevents high CPU usage.
v1.3.0
* #1491 Fix link to MainLoop docs in README.md