9
9
RootModule = ' Microsoft.PowerShell.ConsoleGuiTools.dll'
10
10
11
11
# Version number of this module.
12
- # NOTE: This will get updated by build.ps1; the build number will be incremented for each build.
13
- ModuleVersion = ' 0.7.6.1'
12
+ ModuleVersion = ' 0.7.6'
14
13
15
14
# Supported PSEditions
16
15
CompatiblePSEditions = @ ( ' Core' )
@@ -28,7 +27,7 @@ CompanyName = 'Microsoft'
28
27
Copyright = ' (c) Microsoft Corporation.'
29
28
30
29
# Description of the functionality provided by this module
31
- Description = ' Cross-platform Console Gui Tools for PowerShell'
30
+ Description = ' Cross-platform Console GUI Tools for PowerShell'
32
31
33
32
# Minimum version of the PowerShell engine required by this module
34
33
PowerShellVersion = ' 7.2'
@@ -96,120 +95,16 @@ PrivateData = @{
96
95
Tags = @ (' Console' , ' Gui' , ' Out-GridView' , ' Out-ConsoleGridView' , ' Show-ObjectTree' , ' Terminal.Gui' , ' gui.cs' , ' MacOS' , ' Windows' , ' Linux' , ' PSEdition_Core' )
97
96
98
97
# A URL to the license for this module.
99
- LicenseUri = ' https://github.com/PowerShell/GraphicalTools /blob/master/LICENSE.txt'
98
+ LicenseUri = ' https://github.com/PowerShell/ConsoleGuiTools /blob/master/LICENSE.txt'
100
99
101
100
# A URL to the main website for this project.
102
- ProjectUri = ' https://github.com/PowerShell/GraphicalTools /'
101
+ ProjectUri = ' https://github.com/PowerShell/ConsoleGuiTools /'
103
102
104
103
# A URL to an icon representing this module.
105
104
# IconUri = ''
106
105
107
106
# ReleaseNotes of this module
108
- ReleaseNotes = ' # Release Notes
109
- ## v0.7.6
110
-
111
- * Fix child expand #223
112
-
113
- ## v0.7.5
114
-
115
- * Adds Show-ObjectTree cmdlet #179
116
- * Fix clear last line on Windows Terminal Issue again #207
117
- * Adds support for -Diagnostic switch to Out-ConsoleGridView #208
118
- * Adds support for -UseNetDriver switch to Out-ConsoleGridView #208
119
-
120
- ## v0.7.4
121
-
122
- * Fixes last line not cleared on exit in WT by updating to Terminal.Gui v1.13.5 #205
123
-
124
- ## v0.7.3
125
-
126
- * Build updates and compliant release pipeline #168
127
- * Updates ConsoleGuiTools to Terminal.Gui v1.10 #184
128
- * Fixes #175. Column headers misaligned #185
129
- * Fixes# 148. Move to next row on select #187
130
- * Fixes #174. Changing Filter does not undo previously marked items #186
131
- * Marked are now at top; simplified code; fixed margin #188
132
- * Fixes #189 - Fixed typo in exception text. Added -verbose to launch.json #190
133
- * Fixes #195 - Incompatible with OpenSUS #196
134
- * Bump Newtonsoft.Json from 13.0.1 to 13.0.3 #198
135
- * Bump Newtonsoft.Json from 13.0.1 to 13.0.3 #200
136
- * Bump Microsoft.PowerShell.SDK from 7.2.6 to 7.2.13 #199
137
- * Bump Terminal.Gui from 1.13 to 1.13.4 #197
138
- * Remove PDB files from module #201
139
-
140
- ## v0.7.2
141
-
142
- * Update Terminal.Gui to v1.7.1 #161
143
- * Filter edit chops off first char of filter string passed on command line #151
144
- * Color changes and terminal becomes unreadable #150
145
- If items are selected, then a filter is applied, items now hidden stay selected #121
146
- * Add UI for select-all/select-none #120
147
- * Add ability to minimize UI #116
148
- * Initial focus should be on the results (ListView) #87
149
- * Import-Module causes warning on PowerShell 7 RC3 #44
150
- * Runaway process on Ubuntu 20.4 displaying random characters upon exit. #139
151
- * PSAnsiRenderingFileInfo causes display issues with Out-ConsoleGridView #159
152
- * Removes building and distribution of Out-GridView and the other Avalonia-based components
153
- * Remove ANSI escape sequences from property values #158
154
-
155
- ## v0.7.0
156
-
157
- Upgraded to PowerShell 7.2 and .NET target framework `net60`
158
-
159
- Updated Terminal.Gui to 1.7
160
-
161
- Fixed #131 - Strip ANSI
162
-
163
- ## v0.6.3
164
-
165
- Unreleased!
166
-
167
- ## v0.6.2
168
-
169
- Update Terminal.Gui to 1.0.
170
-
171
- Disable mouse mode to fix bug with mouse movement being printed to console.
172
-
173
- Gracefully fail when running in remote sessions.
174
-
175
- ## v0.6.1
176
-
177
- Fix off-by-one error with ellipsis so columns should be better aligned.
178
-
179
- ## v0.6.0
180
-
181
- Now supports `-Filter` parameter.
182
-
183
- Updated to use the final release of `Terminal.Gui` v0.90 (which is feature complete for 1.0).
184
-
185
- ## v0.5.0
186
-
187
- `Out-ConsoleGridView` has been totally refactored!
188
-
189
- First off, no more silly F9 menu to accept!
190
- All you have to do is hit `ENTER` to accept your selection or `ESC` to cancel.
191
-
192
- Also, `-OutputMode` works as expected now. `Single` lets you only select one item. `Multiple` is the default.
193
-
194
- ## v0.4.1
195
-
196
- * Fix filter indexing to return correct selected objects
197
-
198
- ## v0.4.0
199
-
200
- * Regex filter
201
- * Newlines rendering fix (Thanks @tig!)
202
-
203
- ## v0.3.0
204
-
205
- * Windows OS support (PS 6.2+)
206
- * dynamic column widths
207
- * Fix arrow key issue on non-Windows
208
-
209
- ## v0.2.0
210
-
211
- Initial Release
212
- '
107
+ ReleaseNotes = ' Please see release notes at: https://github.com/PowerShell/ConsoleGuiTools/releases'
213
108
214
109
# Prerelease string of this module
215
110
# Prerelease = ''
0 commit comments