We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c300b commit 31d0ab5Copy full SHA for 31d0ab5
README.org
@@ -118,6 +118,8 @@ $Global:GetChildItemColorVerticalSpace = 1
118
* Authors
119
- [[http://github.com/joonro][Joon Ro]].
120
* Changelog
121
+** v2.4.0
122
+- Add ~HideHeader~ switch to ~Get-ChildItemColorFormatWide~ ([[https://github.com/joonro/Get-ChildItemColor/issues/29][#29]])
123
** v2.3.0
124
- Better handling of header printout ([[https://github.com/joonro/Get-ChildItemColor/issues/41][#41]])
125
** v2.2.2
src/Get-ChildItemColor.psd1
@@ -10,7 +10,7 @@
10
RootModule = 'Get-ChildItemColor.psm1'
11
12
# Version number of this module.
13
-ModuleVersion = '2.2.3'
+ModuleVersion = '2.4.0'
14
15
# Supported PSEditions
16
# CompatiblePSEditions = @()
0 commit comments