File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ $Global:GetChildItemColorVerticalSpace = 1
113113* Authors
114114- [[http://github.com/joonro][Joon Ro]].
115115* Changelog
116+ ** v3.1.0
117+ - ~Get-ChildItemColor~ only highlights names instead of highlighting the whole row. ([[https://github.com/joonro/Get-ChildItemColor/issues/30][#30]])
116118** v3.0.0
117119- ~Get-ChildItemColor~ is pipeline-aware and only adds color when it is not
118120 being used as a part of a pipeline. It no longer overloads ~Out-Default~. ([[https://github.com/joonro/Get-ChildItemColor/issues/31][#31]])
Original file line number Diff line number Diff line change 1010RootModule = ' Get-ChildItemColor.psm1'
1111
1212# Version number of this module.
13- ModuleVersion = ' 3.0 .0'
13+ ModuleVersion = ' 3.1 .0'
1414
1515# Supported PSEditions
1616# CompatiblePSEditions = @()
You can’t perform that action at this time.
0 commit comments