diff --git a/README.org b/README.org index 9703673..c7333ab 100644 --- a/README.org +++ b/README.org @@ -113,6 +113,8 @@ $Global:GetChildItemColorVerticalSpace = 1 * Authors - [[http://github.com/joonro][Joon Ro]]. * Changelog +** v3.1.0 +- ~Get-ChildItemColor~ only highlights names instead of highlighting the whole row. ([[https://github.com/joonro/Get-ChildItemColor/issues/30][#30]]) ** v3.0.0 - ~Get-ChildItemColor~ is pipeline-aware and only adds color when it is not being used as a part of a pipeline. It no longer overloads ~Out-Default~. ([[https://github.com/joonro/Get-ChildItemColor/issues/31][#31]]) diff --git a/src/Get-ChildItemColor.psd1 b/src/Get-ChildItemColor.psd1 index 65c8a5c..a3a2a95 100644 --- a/src/Get-ChildItemColor.psd1 +++ b/src/Get-ChildItemColor.psd1 @@ -10,7 +10,7 @@ RootModule = 'Get-ChildItemColor.psm1' # Version number of this module. -ModuleVersion = '3.0.0' +ModuleVersion = '3.1.0' # Supported PSEditions # CompatiblePSEditions = @()