|
1 | 1 | # ChangeLog for PSScriptTools |
2 | 2 |
|
| 3 | +## v2.28.0 |
| 4 | + |
| 5 | ++ Added `Compare-Script` thanks to @cohdjn. |
| 6 | ++ Added `Get-PSProfile` and a related formatting file, `psprofilepath.format.ps1xml`. |
| 7 | ++ Updated `README.md`. |
| 8 | + |
3 | 9 | ## v2.27.0 |
4 | 10 |
|
5 | 11 | + Added a new command called `Get-MyAlias` with an alias of `gma`. |
|
16 | 22 |
|
17 | 23 | + Cleaned up bad links and code fence re-formatting in `README.md`. |
18 | 24 | + Created new base version of `PSScriptToolsHelp.md`. |
19 | | -+ Generated new help manual with a table of contents and nicer formatting. (Issue #87) |
| 25 | ++ Generated a new help manual with a table of contents and nicer formatting. (Issue #87) |
20 | 26 | + Renamed help pdf to `PSScriptToolsManual.pdf`. |
21 | 27 |
|
22 | 28 | ## v2.26.1 |
|
135 | 141 | + Added a default ANSI color map file `psansimap.json`. |
136 | 142 | + Modified module to use a copy of `psansimap.json` in $HOME if detected. Otherwise, use the module's version. |
137 | 143 | + Create a global variable called `PSAnsiFileMap` from importing the `psansimap.json` file. |
138 | | -+ Updated `Show-Tree` to use an ansi color map. (Issue #69) |
| 144 | ++ Updated `Show-Tree` to use an ANSI color map. (Issue #69) |
139 | 145 | + Added `FileSystem-ansi.format.ps1xml` which adds a custom view called `ansi`. This colorizes files based on `$PSAnsiMap`. |
140 | 146 | + Updated `Show-Tree` to resolve child paths using `-LiteralPath`. |
141 | 147 | + Updated `README.md` |
|
153 | 159 | + Set the default parameter value for `-Path` in `Show-Tree` to the current directory. |
154 | 160 | + Modified `Show-Tree` to allow the user to specify an array of properties. This is a __breaking change__ as the parameter has been changed from a `switch` to `string[]`. (Issue #72) |
155 | 161 | + Removed `PROPERTY` label in `Show-Tree` output when displaying properties. |
156 | | -+ Corrected errors in module manifest. |
| 162 | ++ Corrected errors in the module manifest. |
157 | 163 | + Added auto completer for `Runspace` parameter in `Remove-Runspace`. |
158 | 164 | + Added alias `rfn` for `New-RandomFileName`. |
159 | 165 | + Added alias `cfn` for `New-CustomFileName`. |
|
198 | 204 |
|
199 | 205 | ## v2.16.0 |
200 | 206 |
|
201 | | -+ Fixed bug in `New-CustomFileName` when using a 24 hour value. (Issue #62) |
| 207 | ++ Fixed bug in `New-CustomFileName` when using a 24-hour value. (Issue #62) |
202 | 208 | + Updated `Test-ExpressionForm` to clear the text results. (Issue #61) |
203 | 209 | + Updated `Convertto-WPFGrid` to display a refresh message. (Issue #43) |
204 | 210 | + Updated `foldersizeinfo.format.ps1xml` to include a KB formatted view. |
|
245 | 251 | + Added 'Convert-EventLogRecord' function and its alias `clr`. |
246 | 252 | + Added `Rename-Hashtable` function and its alias `rht`. |
247 | 253 | + Updated `Convertto-Markdown` to include options to format as a table. |
248 | | -+ Updated module manifest to export `ConvertTo-WPFGrid` to all hosts. Code in the command will determine compatibility. |
| 254 | ++ Updated module manifest to export `ConvertTo-WPFGrid` to all hosts. The code in the command will determine compatibility. |
249 | 255 | + Updated `Find-FileItem` to work better cross-platform. |
250 | 256 | + Updated `New-WPFMessagebox` to work on PowerShell 7 on Windows platforms. |
251 | 257 | + Help Updates. |
252 | | -+ Modified module and manifest to export all functions regardless of edition. Any OS limitations will be handled on a per command basis. |
| 258 | ++ Modified module and manifest to export all functions regardless of edition. Any OS limitations will be handled on a per-command basis. |
253 | 259 | + Updated `README.md`. |
254 | 260 |
|
255 | 261 | ## v2.12.0 |
|
269 | 275 |
|
270 | 276 | + Added `Test-WithCulture`. |
271 | 277 | + Fixed typo in `Copy-Command` help. |
272 | | -+ Created yaml formatted help files. |
| 278 | ++ Created YAML formatted help files. |
273 | 279 | + Updated `README.md`. |
274 | 280 | + Updated help documentation with online links. |
275 | 281 | + Updated `PSScriptTools.md`. |
276 | 282 |
|
277 | 283 | ## v2.9.0 |
278 | 284 |
|
279 | 285 | + Added `ConvertFrom-Text` and its alias `cft`. (Issue #53) |
280 | | -+ Updated `ConvertTo-UTC` to include an option to format result as a sortable string. (Issue #52) |
| 286 | ++ Updated `ConvertTo-UTC` to include an option to format the result as a sortable string. (Issue #52) |
281 | 287 | + Added `Get-WhoIs` and `whoisresult.format.ps1xml`. |
282 | 288 | + help documentation clean up. |
283 | 289 | + Updated and reorganized `README.md`. |
|
309 | 315 |
|
310 | 316 | ## v2.6.0 |
311 | 317 |
|
312 | | -+ Modified `Convertto-WPFGrid` to set maximum size equal to total available working area. (Issue #36) |
313 | | -+ Modified `Convertto-WPFGrid` to change cursor on refresh and display a refresh message in the title bar |
| 318 | ++ Modified `Convertto-WPFGrid` to set maximum size equal to the total available working area. (Issue #36) |
| 319 | ++ Modified `Convertto-WPFGrid` to change the cursor on refresh and display a refresh message in the title bar |
314 | 320 | + Added InitializationScript option for `ConvertTo-WPFGrid`. (Issue #42) |
315 | 321 | + Added `ConvertTo-LocalTime` with an alias of `clt`. |
316 | 322 | + Updated `README.md`. |
317 | 323 | + Help updates. |
318 | 324 |
|
319 | 325 | ## v2.5.0 |
320 | 326 |
|
321 | | -+ fixed bug which was hiding the horizontal scroll bar in `ConvertTo-WPFGrid`. (Issue #40) |
322 | | -+ fixed bug which prevented status bar from updating when manually refreshing in `ConvertTo-WPFGrid`. (Issue #34) |
| 327 | ++ Fixed bug which was hiding the horizontal scroll bar in `ConvertTo-WPFGrid`. (Issue #40) |
| 328 | ++ Fixed bug which prevented the status bar from updating when manually refreshing in `ConvertTo-WPFGrid`. (Issue #34) |
323 | 329 | + Changed time display in `ConvertTo-WPFGrid` as a timespan instead of raw seconds. (Issue #41) |
324 | 330 | + Markdown help cleanup. |
325 | 331 | + Added `Set-ConsoleTitle`. |
|
329 | 335 | ## v2.4.0 |
330 | 336 |
|
331 | 337 | + Made datagrid in `ConvertTo-WPFGrid` read-only. (Issue #38) |
332 | | -+ Modified datagrid in `ConvertTo-WPFGrid` to better handle resizing. (Issue #36) |
333 | | -+ Modified statusbar in `ConvertTo-WPFGrid` to better handle resizing. (Issue #37) |
| 338 | ++ Modified the datagrid in `ConvertTo-WPFGrid` to better handle resizing. (Issue #36) |
| 339 | ++ Modified the statusbar in `ConvertTo-WPFGrid` to better handle resizing. (Issue #37) |
334 | 340 | + Modified form in `ConvertTo-WPFGrid` to better fit in the screen and not exceed the screen area. (Issue #39) |
335 | 341 | + Added parameter to allow usage of local variables in `ConvertTo-WPFGrid`. (Issue #35) |
336 | 342 | + Help updates. |
|
339 | 345 | ## v2.3.0 |
340 | 346 |
|
341 | 347 | + Fixed bug in `ConvertTo-WPFGrid` that wasn't updating last update time. (Issue #30) |
342 | | -+ Modified `ConvertTo-WPFGrid` to allow user to load their profile scripts into the runspace. (Issue #29) |
343 | | -+ Modified auto sizing code in `ConvertTo-WPFGrid`. |
| 348 | ++ Modified `ConvertTo-WPFGrid` to allow the user to load their profile scripts into the runspace. (Issue #29) |
| 349 | ++ Modified auto-sizing code in `ConvertTo-WPFGrid`. |
344 | 350 | + Modified `ConvertTo-WPFGrid` to automatically display scroll bars when necessary. |
345 | 351 | + Modified `New-PSFormatXML` to display a warning on invalid property names. (Issue #33) |
346 | 352 | + Added `Get-myTimeInfo`, `ConvertTo-UTCTime` and `ConvertFrom-UTCTime` (Issue #31) |
|
363 | 369 |
|
364 | 370 | ## v2.1.0 |
365 | 371 |
|
366 | | -+ Added parameter to allow user to specify a type name with `New-PSFormatXML`. (Issue #26) |
| 372 | ++ Added parameter to allow the user to specify a type name with `New-PSFormatXML`. (Issue #26) |
367 | 373 | + Added `Get-ParameterInfo` command with an alias of `gpi`. |
368 | 374 | + Updated help for `Optimize-Text`. |
369 | 375 | + Help updates. |
|
387 | 393 |
|
388 | 394 | ## v1.8.0 |
389 | 395 |
|
390 | | -+ fixed typo in `Write-Detail`. (Thanks @AndrewPla) |
| 396 | ++ Fixed typo in `Write-Detail`. (Thanks @AndrewPla) |
391 | 397 | + Added `Compare-Module` function. (Issue #19) |
392 | 398 | + Added `Get-WindowsVersion` function. (Issue #20) |
393 | 399 | + Added `Get-WindowsVersionString` function. |
|
401 | 407 |
|
402 | 408 | + Added `New-WPFMessagebox` function. (Issue #11) |
403 | 409 | + Added alias `nmb` for `New-WPFMessageBox`. |
404 | | -+ Added icon files for WPF Message box. |
| 410 | ++ Added icon files for the WPF Message box. |
405 | 411 | + Updated `README.md`. |
406 | 412 |
|
407 | 413 | ## v1.6.0 |
|
473 | 479 | ## v0.4.0 |
474 | 480 |
|
475 | 481 | + Added `Copy-Command`. (Issue #2) |
476 | | -+ Updated `Copy-Command` to open new file in the ISE or VSCode. |
| 482 | ++ Updated `Copy-Command` to open a new file in the ISE or VSCode. |
477 | 483 | + Added Format functions. (Issue #3) |
478 | 484 | + Updated help. |
479 | 485 | + Added new sample files. |
|
0 commit comments