|
2 | 2 |
|
3 | 3 | This file contains older change history. It is maintained for reference purposes. |
4 | 4 |
|
| 5 | +## v2.46.0 - 2023-03-03 |
| 6 | + |
| 7 | +### Changed |
| 8 | + |
| 9 | +- General code cleanup and formatting. |
| 10 | +- Modified module to only load ANSI file format features if PSStyle is not detected. |
| 11 | +- Modified `psparameterinfo.format.ps1xml` to highlight True values with an ANSI highlight color. |
| 12 | +- Modified `Get-FolderSizeInfo` to use `System.Collections.Generic.List[]` in place of `ArrayList`. |
| 13 | +- Modified back-end processing for the help PDF file to reduce its size. |
| 14 | +- Restored header to `Get-PSScriptTools`. |
| 15 | +- Help updates. |
| 16 | +- Revised Changelog layout. |
| 17 | +- Updated `README.md`. |
| 18 | + |
| 19 | +### Fixed |
| 20 | + |
| 21 | +- Fixed a bug in `Get-GitSize` that was failing to get hidden items in the `.git` folders. Also modified the command to use `Get-FolderSizeInfo` which is faster than using `Get-ChildItem`. |
| 22 | +- Modified `Get-PSScriptTools` to properly return version information. |
| 23 | + |
| 24 | +### Added |
| 25 | + |
| 26 | +- Added function `Get-TypeMember` with format file `pstypemember.format.ps1xml` and type extension `pstypemember.types.ps1xml`. The function has an alias of `gtm`. |
| 27 | +- Added the parameter `MainBranch` to `Remove-MergedGitBranch` to allow the user to specify the name of their main or master branch. The default is `master`. |
| 28 | + |
| 29 | +## v2.45.0 - 2022-09-16 |
| 30 | + |
| 31 | +- Fixed help typo for `Get-PSUnique` [PR 133](https://github.com/jdhitsolutions/PSScriptTools/pull/133). Thank you @fiala-sns. |
| 32 | +- Updated `Get-WindowsVersion` to include `DisplayVersion`, e.g. `22H2`. |
| 33 | +- Modified format file `windowsversion.format.ps1xml` to replace `ReleaseID` with the `DisplayVersion` value. |
| 34 | +- Revised `Get-WindowsVersion` to use `systeminfo` to retrieve the operating system name and if that fails, fall back to using the registry entry. The registry entry for Windows 11 typically still shows Windows 10. |
| 35 | +- Help updates. |
| 36 | +- Updated `README.md`. |
| 37 | + |
| 38 | +## v2.43.0 - 2022-04-04 |
| 39 | + |
| 40 | +- Fixed VSCode snippets to run in a PowerShell 7 integrated console. [Issue #124](https://github.com/jdhitsolutions/PSScriptTools/issues/124) |
| 41 | +- Updated `Show-AnsiSequence` to fix a display bug that was dropping values. [Issue #125](https://github.com/jdhitsolutions/PSScriptTools/issues/125) |
| 42 | +- Removed `ConvertTo-ASCIIArt` as the online resource no longer appears to exist. [Issue #127](https://github.com/jdhitsolutions/PSScriptTools/issues/127) |
| 43 | +- Updated missing online help links. |
| 44 | +- Updated `Get-FoldersizeInfo` to better handle null values. [Issue #129](https://github.com/jdhitsolutions/PSScriptTools/issues/129) |
| 45 | +- Added new sample script `today.ps1`. |
| 46 | +- Help updates. |
| 47 | +- Updated `README.md`. |
| 48 | + |
5 | 49 | ## v2.42.0 |
6 | 50 |
|
7 | 51 | - Updated module manifest to load required .NET assembly for `Convert-HTMLtoAnsi`. [Issue #124](https://github.com/jdhitsolutions/PSScriptTools/issues/124) |
|
0 commit comments