File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,9 @@ $Global:GetChildItemColorVerticalSpace = 1
111111* Authors
112112- [[http://github.com/joonro][Joon Ro]].
113113* Changelog
114+ ** v3.2.0
115+ - Make ~Get-ChildItemColor~ a proxy function of ~~Get-ChildItem~, so
116+ ~Get-ChildItemColor~ supports all the parameters of the original function.
114117** v3.1.0
115118- ~Get-ChildItemColor~ only highlights names instead of highlighting the whole row. ([[https://github.com/joonro/Get-ChildItemColor/issues/30][#30]])
116119** v3.0.0
Original file line number Diff line number Diff line change 1010RootModule = ' Get-ChildItemColor.psm1'
1111
1212# Version number of this module.
13- ModuleVersion = ' 3.1 .0'
13+ ModuleVersion = ' 3.2 .0'
1414
1515# Supported PSEditions
1616# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments