From e873178217b3ba72ab26d583d0e52f45a06696af Mon Sep 17 00:00:00 2001 From: Joon Ro Date: Tue, 7 Jun 2022 20:54:48 +0900 Subject: [PATCH] Update version & changelog --- README.org | 2 ++ src/Get-ChildItemColor.psd1 | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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 = @()