|
9 | 9 | RootModule = 'Microsoft.PowerShell.ConsoleGuiTools.dll'
|
10 | 10 |
|
11 | 11 | # Version number of this module.
|
12 |
| -ModuleVersion = '0.7.3' |
| 12 | +ModuleVersion = '0.7.4' |
13 | 13 |
|
14 | 14 | # Supported PSEditions
|
15 | 15 | CompatiblePSEditions = @( 'Core' )
|
@@ -105,6 +105,41 @@ PrivateData = @{
|
105 | 105 |
|
106 | 106 | # ReleaseNotes of this module
|
107 | 107 | ReleaseNotes = '# Release Notes
|
| 108 | +## v0.7.4 |
| 109 | +
|
| 110 | +* Fixes last line not cleared on exit in WT by updating to Terminal.Gui v1.13.5 #205 |
| 111 | +
|
| 112 | +## v0.7.3 |
| 113 | +
|
| 114 | +* Build updates and compliant release pipeline #168 |
| 115 | +* Updates ConsoleGuiTools to Terminal.Gui v1.10 #184 |
| 116 | +* Fixes #175. Column headers misaligned #185 |
| 117 | +* Fixes# 148. Move to next row on select #187 |
| 118 | +* Fixes #174. Changing Filter does not undo previously marked items #186 |
| 119 | +* Marked are now at top; simplified code; fixed margin #188 |
| 120 | +* Fixes #189 - Fixed typo in exception text. Added -verbose to launch.json #190 |
| 121 | +* Fixes #195 - Incompatible with OpenSUS #196 |
| 122 | +* Bump Newtonsoft.Json from 13.0.1 to 13.0.3 #198 |
| 123 | +* Bump Newtonsoft.Json from 13.0.1 to 13.0.3 #200 |
| 124 | +* Bump Microsoft.PowerShell.SDK from 7.2.6 to 7.2.13 #199 |
| 125 | +* Bump Terminal.Gui from 1.13 to 1.13.4 #197 |
| 126 | +* Remove PDB files from module #201 |
| 127 | +
|
| 128 | +## v0.7.2 |
| 129 | +
|
| 130 | +* Update Terminal.Gui to v1.7.1 #161 |
| 131 | +* Filter edit chops off first char of filter string passed on command line #151 |
| 132 | +* Color changes and terminal becomes unreadable #150 |
| 133 | +If items are selected, then a filter is applied, items now hidden stay selected #121 |
| 134 | +* Add UI for select-all/select-none #120 |
| 135 | +* Add ability to minimize UI #116 |
| 136 | +* Initial focus should be on the results (ListView) #87 |
| 137 | +* Import-Module causes warning on PowerShell 7 RC3 #44 |
| 138 | +* Runaway process on Ubuntu 20.4 displaying random characters upon exit. #139 |
| 139 | +* PSAnsiRenderingFileInfo causes display issues with Out-ConsoleGridView #159 |
| 140 | +* Removes building and distribution of Out-GridView and the other Avalonia-based components |
| 141 | +* Remove ANSI escape sequences from property values #158 |
| 142 | + |
108 | 143 | ## v0.7.0
|
109 | 144 |
|
110 | 145 | Upgraded to PowerShell 7.2 and .NET target framework `net60`
|
|
0 commit comments