You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -573,7 +573,7 @@ Begin {
573
573
574
574
When the command is run with -Verbose you will see the verbose output **and** it will be saved to the specified log file.
575
575
576
-
### [Remove-Runspace]
576
+
### [Remove-Runspace](docs/Remove-Runspace.md)
577
577
578
578
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.
Copy file name to clipboardExpand all lines: changelog.md
+7-8Lines changed: 7 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This file contains the most recent change history for the PSScriptTools module.
4
4
5
5
## [Unreleased]
6
6
7
+
## [2.49.0] - 2024-06-06
8
+
7
9
### Added
8
10
9
11
- 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.
13
15
14
16
### Changed
15
17
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`.
16
21
- Updated `Get-ParameterInfo` to recognize `ProgressAction` as a common parameter. This parameter was add in PowerShell 7.
17
22
- Updated the default table view for output from `Get-ModuleCommand` to include the module version number.
18
23
- 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.
28
33
- Revised `Get-WindowsVersion` to handle non-English cultures. ([Issue #142](https://github.com/jdhitsolutions/PSScriptTools/issues/142))
29
34
- Fixed bug in `Convert-EventLogRecord` that failed on duplicate property name `ID`. ([Issue #143](https://github.com/jdhitsolutions/Scripts/issues/143))
30
35
31
-
32
36
## [v2.48.0] - 2023-07-28
33
37
34
38
### Added
@@ -91,12 +95,6 @@ This file contains the most recent change history for the PSScriptTools module.
91
95
- Help updates.
92
96
- Updated `README.md`.
93
97
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
-
100
98
## [v2.43.0] - 2022-04-04
101
99
102
100
- 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.
112
110
113
111
If you need to see older change history, look at the [Archive ChangeLog](https://github.com/jdhitsolutions/PSScriptTools/blob/master/Archive-ChangeLog.md) online.
0 commit comments