Skip to content

Commit c92ebfb

Browse files
v2.49.0
1 parent b345e01 commit c92ebfb

6 files changed

+8
-9
lines changed

PSScriptTools.psd1

-8 KB
Binary file not shown.

PSScriptToolsManual.pdf

47.2 KB
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ Begin {
573573

574574
When the command is run with -Verbose you will see the verbose output **and** it will be saved to the specified log file.
575575

576-
### [Remove-Runspace]
576+
### [Remove-Runspace](docs/Remove-Runspace.md)
577577

578578
Throughout your PowerShell work, you may discover that some commands and scripts can leave behind runspaces such as `ConvertTo-WPFGrid`. You may even deliberately be creating additional runspaces. These runspaces will remain until you exit your PowerShell session. Or use this command to cleanly close and dispose of runspaces.
579579

changelog.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This file contains the most recent change history for the PSScriptTools module.
44

55
## [Unreleased]
66

7+
## [2.49.0] - 2024-06-06
8+
79
### Added
810

911
- Modified `ConvertTo-Markdown` to use `Property`and `Value` headings when converting to a list.
@@ -13,6 +15,9 @@ This file contains the most recent change history for the PSScriptTools module.
1315

1416
### Changed
1517

18+
- Modified module manifest to remove version logic on function export. Now exporting everything. If there is an OS limitation, try to handle it on a per-command basis. **This may be a breaking change**.
19+
- Changed PDF manual theme from `github` to `github.dark`.
20+
- Changed PDF manual theme from `github` to `github.dark`.
1621
- Updated `Get-ParameterInfo` to recognize `ProgressAction` as a common parameter. This parameter was add in PowerShell 7.
1722
- Updated the default table view for output from `Get-ModuleCommand` to include the module version number.
1823
- Modified `Show-Tree` to better handle multi-string and binary values in the registry.
@@ -28,7 +33,6 @@ This file contains the most recent change history for the PSScriptTools module.
2833
- Revised `Get-WindowsVersion` to handle non-English cultures. ([Issue #142](https://github.com/jdhitsolutions/PSScriptTools/issues/142))
2934
- Fixed bug in `Convert-EventLogRecord` that failed on duplicate property name `ID`. ([Issue #143](https://github.com/jdhitsolutions/Scripts/issues/143))
3035

31-
3236
## [v2.48.0] - 2023-07-28
3337

3438
### Added
@@ -91,12 +95,6 @@ This file contains the most recent change history for the PSScriptTools module.
9195
- Help updates.
9296
- Updated `README.md`.
9397

94-
## [v2.44.0] -
95-
96-
- Updated `Show-ANSISequence` to fix a bug where foreground samples where included when specifying background. [Issue #130](https://github.com/jdhitsolutions/PSScriptTools/issues/130)
97-
- Updated contributing guidelines.
98-
- Updated `README.md`.
99-
10098
## [v2.43.0] - 2022-04-04
10199

102100
- Fixed VSCode snippets to run in a PowerShell 7 integrated console. [Issue #124](https://github.com/jdhitsolutions/PSScriptTools/issues/124)
@@ -112,7 +110,8 @@ This file contains the most recent change history for the PSScriptTools module.
112110

113111
If you need to see older change history, look at the [Archive ChangeLog](https://github.com/jdhitsolutions/PSScriptTools/blob/master/Archive-ChangeLog.md) online.
114112

115-
[Unreleased]: https://github.com/jdhitsolutions/PSScriptTools/compare/..HEAD
113+
[Unreleased]: https://github.com/jdhitsolutions/PSScriptTools/compare/v2.49.0..HEAD
114+
[2.49.0]: https://github.com/jdhitsolutions/PSScriptTools/compare/vv2.48.0..v2.49.0
116115
[v2.48.0]: https://github.com/jdhitsolutions/PSScriptTools/compare/v2.47.0..v2.48.0
117116
[v2.47.0]: https://github.com/jdhitsolutions/PSScriptTools/compare/v2.46.0..v2.47.0
118117
[v2.46.0]: https://github.com/jdhitsolutions/PSScriptTools/compare/v2.45.0..v2.46.0

images/find-cimclass.png

284 KB
Loading

images/get-psscripttools.png

3.65 KB
Loading

0 commit comments

Comments
 (0)