|
55 | 55 | <Title>Terminal.Gui is a framework for creating console user interfaces</Title>
|
56 | 56 |
|
57 | 57 | <PackageReleaseNotes>
|
| 58 | + v1.5.0 |
| 59 | + * Localization support added. en-US, Japanese, fr-FR, and pt-PT |
| 60 | + * Adds Key Binding support. Also refactors Autocomplete. |
| 61 | + * Adds a popup ContextMenu feature. Implements ContextMenu for TextField. |
| 62 | + * Adds HistoryText class for undo and redo text. |
| 63 | + * Adds mouse support and more features to the HexView. |
| 64 | + * Adds feature to display the sub-menus on a single frame instead multiple frames. |
| 65 | + * Adds Support for Colored ListView Items |
| 66 | + * Adds context menu and localization on TextView. |
| 67 | + * Cleanup of UI Catalog scenarios |
| 68 | + * #1666 Fixes the MenuIem Width for wider runes |
| 69 | + * #1658 Fixes wide runes not render well on NetDriver. |
| 70 | + * #1656 Cursor visibility fix. |
| 71 | + * #1652 Fixed Axis.Text being a field while every other class member is a property |
| 72 | + * #1651 Dispose `FileSystemWatcher` instance before creating another in `FileDialog` |
| 73 | + * #1639 Fixed TableView when redrawing a System.DataTable that has no columns |
| 74 | + * #1633 Fixes the WindowsDriver dirty redrawn on resizing if HeightAsBuffer is true. |
| 75 | + * #1630 Fixes TextField context menu not showing with the current localization. |
| 76 | + * #1629 Bump actions/checkout from 2 to 3 |
| 77 | + * #1627 Table scroll fix |
| 78 | + * #1622 Changed Button Text property to use override instead of new. |
| 79 | + * #1614 Fixes the ProcessHotKey event. |
| 80 | + * #1612 Fixes the CanFocus equal to false from setting HasFocus to true again. |
| 81 | + * #1608 Implementing undo/redo to back tab key. |
| 82 | + * #1606 Fixes ComboBox text and list if the height is equal to one. |
| 83 | + * #1603 Fixes the auto-size text bug. |
| 84 | + * #1600 Fixes FileSystemWatcher exception on Linux. |
| 85 | + * #1599 Adding unit test for the ListView RowRender event. |
| 86 | + * #1596 Standalone update fix |
| 87 | + * #1595 Fixes #1588 - Documentation for keybinding |
| 88 | + * #1593 Fixes TableView not activating after keybinding refactor |
| 89 | + * #1586 fixing #1560 - Fix docfx errors and warnings |
| 90 | + * #1585 Fixes #1584 - ComboBox is hiding elements below from being clicked/focused |
| 91 | + * #1574 Use custom resolver for libcoreclr.so also for .NET 6.0 |
| 92 | + * #1572 Added MenuOpened event and others bug fixes. |
| 93 | + * #1564 Fixes #1525 - Gives TextField the same backspace behavior as TextView |
| 94 | + * #1563 Fixes #1557 - Border and PanelView fixes |
| 95 | + * #1562 Fixes #1560. Documentation link broken. |
| 96 | + * #1561 Fixes #1559 - Added DesiredCursorVisibility to TreeView |
| 97 | + * #1550 Adding Application.Shutdown and updating ReactiveUI.Fody. |
| 98 | + |
58 | 99 | v1.4.0
|
59 |
| - * #1546 Fixes #1535. Added IsMouseDisabled prop to Application |
60 |
| - * #1515 Upgrading to Net6.0 |
61 |
| - * #1508 Allows ListView trigger the Enter and Leave events. |
62 |
| - * #1506 Prevents a Process breaks rendering on Linux. |
| 100 | + * #1546 Fixes #1535. Added IsMouseDisabled prop to Application |
| 101 | + * #1515 Upgrading to Net6.0 |
| 102 | + * #1508 Allows ListView trigger the Enter and Leave events. |
| 103 | + * #1506 Prevents a Process breaks rendering on Linux. |
63 | 104 | * #1505 Fixes #1499. Allowing border settings for the MessageBox.
|
64 |
| - * #1504 Fixes #1502. Prevents high CPU usage. |
| 105 | + * #1504 Fixes #1502. Prevents high CPU usage. |
65 | 106 |
|
66 | 107 | v1.3.0
|
67 | 108 | * #1491 Fix link to MainLoop docs in README.md
|
|
0 commit comments