Skip to content

Commit a92075c

Browse files
authored
Release v1.3.0 (#1494)
* Release v1.3.0 * regen docs
1 parent f0a655a commit a92075c

File tree

193 files changed

+19296
-915
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+19296
-915
lines changed

Terminal.Gui/Terminal.Gui.csproj

+68-45
Original file line numberDiff line numberDiff line change
@@ -43,53 +43,76 @@
4343
<Title>Terminal.Gui is a framework for creating console user interfaces</Title>
4444

4545
<PackageReleaseNotes>
46+
v1.3.0
47+
* #1491 Fix link to MainLoop docs in README.md
48+
* #1489 Dynamic menu/statusbar and Enable property fix.
49+
* #1488 Fixed label positions to begin at Margins not just bottom left of screen
50+
* #1486 Scrollbarview ensures host always focused.
51+
* #1484 NetDriver fixes keys modifiers not reseting and enter key on Windows Terminal.
52+
* #1479 Trying updating FSharpExample to net5.0
53+
* #1478 Fixes #1475. Selection ending with a white space error.
54+
* #1476 Added PoshRedisViewer to the list of Showcases/Examples
55+
* #1473 Bump ReportGenerator from 4.8.12 to 4.8.13
56+
* #1472 ComboBox cursonDownKey nullref fix
57+
* #1468 Fixes #1467. AlternateForward/BackwardKey bypasses dialog modality
58+
* #1466 Fixes WindowsDriver HeightAsBuffer set to false.
59+
* #1450 Added Application.QuitKey property to allow change the quitting application key.
60+
* #1449 Bump ReactiveMarbles.ObservableEvents.SourceGenerator from 1.1.3 to 1.1.4
61+
* #1448 Fixes #1445. Fixing more the Curses and WSL clipboard.
62+
* #1447 Fixes #1446. Added more features to the Border and Toplevel focus.
63+
* #1441 Fixes #1438. Backspace not redrawing screen under some situations.
64+
* #1440 feature: Don't pull Terminal.Gui from NuGet, use ReactiveMarbles.ObservableEvents
65+
* #1437 Fixed bug setting ColorScheme on Autocomplete
66+
* #1436 Border feature
67+
* #1432 tweaked readme
68+
4669
v1.2.1
47-
* Fixes code block fencing
48-
* NetDriver triple click mouse bug fix.
49-
* WindowsDriver double click mouse bug fix.
50-
* Fixes CursesDriver mouse and reset issue.
51-
* Correctly mark the .NET Framework reference assemblies as private.
52-
* Fix version conflicts caused by PR#1412
53-
* Autocomplete for TextView
54-
* Fixes #1402. Only WindowsDriver supports horizontal scroll.
55-
* Fixes #1396. Using the Loaded event instead the Ready event.
56-
* Fixes #1394. Added ReflectedType to check for overridden.
57-
* Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar.
58-
* Fixes #1387. Allowing the UnitTests project to test internal keywords.
59-
* Fixes #1384. Added a VisibleChanged event on the View class.
60-
* Fixes #1381. Unit tests to demonstrate the Key enum ambiguity check.
61-
* Fixes #546. Enhancement ProgressBar.
62-
* Disables MinVer on Debug builds
63-
* Adds Lineview
64-
* CheckBox AutoSize should initialize with the Label default.
65-
* Fixes to avoid exception with the ComboBox in All Views Tester.
66-
* Simplifying FrameView constructors avoiding redundant code.
67-
* Button text should be centered by default.
68-
* Fixes #1078. ColorScheme setter now calls SetNeedsDisplay.
69-
* Bump ReportGenerator from 4.8.11 to 4.8.12
70-
* Fixes #1314. TextView now exposes file exceptions from callers.
71-
* Prevents application crash if OS clipboard is not supported.
72-
* Fixes #1358. Attribute.Foreground / Attribute.Background now working with CursesDriver
73-
* Added support for coloring cells in TableView
74-
* More unit test for issue #1344, testing IsVertical as False.
75-
* Fix for #1353 (tab view not refreshing in some circumstances)
70+
* Fixes code block fencing
71+
* NetDriver triple click mouse bug fix.
72+
* WindowsDriver double click mouse bug fix.
73+
* Fixes CursesDriver mouse and reset issue.
74+
* Correctly mark the .NET Framework reference assemblies as private.
75+
* Fix version conflicts caused by PR#1412
76+
* Autocomplete for TextView
77+
* Fixes #1402. Only WindowsDriver supports horizontal scroll.
78+
* Fixes #1396. Using the Loaded event instead the Ready event.
79+
* Fixes #1394. Added ReflectedType to check for overridden.
80+
* Fixes #1389. Added a unidirectional feature to the Marquee styles to the ProgressBar.
81+
* Fixes #1387. Allowing the UnitTests project to test internal keywords.
82+
* Fixes #1384. Added a VisibleChanged event on the View class.
83+
* Fixes #1381. Unit tests to demonstrate the Key enum ambiguity check.
84+
* Fixes #546. Enhancement ProgressBar.
85+
* Disables MinVer on Debug builds
86+
* Adds Lineview
87+
* CheckBox AutoSize should initialize with the Label default.
88+
* Fixes to avoid exception with the ComboBox in All Views Tester.
89+
* Simplifying FrameView constructors avoiding redundant code.
90+
* Button text should be centered by default.
91+
* Fixes #1078. ColorScheme setter now calls SetNeedsDisplay.
92+
* Bump ReportGenerator from 4.8.11 to 4.8.12
93+
* Fixes #1314. TextView now exposes file exceptions from callers.
94+
* Prevents application crash if OS clipboard is not supported.
95+
* Fixes #1358. Attribute.Foreground / Attribute.Background now working with CursesDriver
96+
* Added support for coloring cells in TableView
97+
* More unit test for issue #1344, testing IsVertical as False.
98+
* Fix for #1353 (tab view not refreshing in some circumstances)
7699
* Fixes #1344. Setting showBothScrollIndicator to false on the constructor don't throws NullReferenceException anymore.
77-
* Fixes #1341. Now if AutoSize is true the Bounds size is always updated by using the Dim.Fill or the Dim.Absolute.
78-
* Resolves: Add GitHub Codespaces configuration
79-
* Expose TextView color methods as protected virtual (allows custom colors)
80-
* Fixes InvalidOperationException from throwing when removing the label on the LabelsAsLabels scenario.
81-
* Added a Initialize method to the Window to simplify the constructors.
82-
* Fixes GetCurrentWidth and GetCurrentHeight providing the correct current values.
83-
* Fixes CursesDriver resize issue.
84-
* Toplevel improvement as a subviews container without frame borders.
85-
* Prevents ListView top to be less than zero if source count is zero.
86-
* Fixes #1326. Prevent selected item to be equal to the source count.
87-
* Fixes #1327. Fixes TextField backspace and canceling TextChanging.
88-
* Prevents WindowSize event from being always triggered in Netdriver unnecessarily.
89-
* Fix bug where series/annotations are added during render
90-
* Fixes #1318. Ensures that the OS clipboard is always sets.
91-
* Fixes #983. Improving clipboard with interaction with the OS.
92-
* Added Attributes tests; balanced Application.Init/Shutdown
100+
* Fixes #1341. Now if AutoSize is true the Bounds size is always updated by using the Dim.Fill or the Dim.Absolute.
101+
* Resolves: Add GitHub Codespaces configuration
102+
* Expose TextView color methods as protected virtual (allows custom colors)
103+
* Fixes InvalidOperationException from throwing when removing the label on the LabelsAsLabels scenario.
104+
* Added a Initialize method to the Window to simplify the constructors.
105+
* Fixes GetCurrentWidth and GetCurrentHeight providing the correct current values.
106+
* Fixes CursesDriver resize issue.
107+
* Toplevel improvement as a subviews container without frame borders.
108+
* Prevents ListView top to be less than zero if source count is zero.
109+
* Fixes #1326. Prevent selected item to be equal to the source count.
110+
* Fixes #1327. Fixes TextField backspace and canceling TextChanging.
111+
* Prevents WindowSize event from being always triggered in Netdriver unnecessarily.
112+
* Fix bug where series/annotations are added during render
113+
* Fixes #1318. Ensures that the OS clipboard is always sets.
114+
* Fixes #983. Improving clipboard with interaction with the OS.
115+
* Added Attributes tests; balanced Application.Init/Shutdown
93116

94117
v1.1.1
95118
* Fixes #1307 - MainLoop timeouts duplicate keys error.

docs/README.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<title>To Generate the Docs </title>
99
<meta name="viewport" content="width=device-width">
1010
<meta name="title" content="To Generate the Docs ">
11-
<meta name="generator" content="docfx 2.56.7.0">
11+
<meta name="generator" content="docfx 2.58.5.0">
1212

1313
<link rel="shortcut icon" href="favicon.ico">
1414
<link rel="stylesheet" href="styles/docfx.vendor.css">

docs/api/Terminal.Gui/Terminal.Gui.Application.ResizedEventArgs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class Application.ResizedEventArgs
1212
">
13-
<meta name="generator" content="docfx 2.56.7.0">
13+
<meta name="generator" content="docfx 2.58.5.0">
1414

1515
<link rel="shortcut icon" href="../../favicon.ico">
1616
<link rel="stylesheet" href="../../styles/docfx.vendor.css">

docs/api/Terminal.Gui/Terminal.Gui.Application.RunState.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="viewport" content="width=device-width">
1111
<meta name="title" content="Class Application.RunState
1212
">
13-
<meta name="generator" content="docfx 2.56.7.0">
13+
<meta name="generator" content="docfx 2.58.5.0">
1414

1515
<link rel="shortcut icon" href="../../favicon.ico">
1616
<link rel="stylesheet" href="../../styles/docfx.vendor.css">

0 commit comments

Comments
 (0)