Releases: joonro/Get-ChildItemColor
Releases · joonro/Get-ChildItemColor
v3.5.2
- [FeatureReq] '-Directory' and '-File' option for Get-ChildItemColorFormatWide #53
v3.5.0
- Get-ChildItem compatibility and Unix-style size output #57
- Easier description for installing it on PowerShell7 #49
v3.5.1
- Make spacing consistent with
Get-ChildItem
#48
v3.3.0
- Do not treat
ReparsePoint
as symlinks in OneDrive folders. (#28)
v3.2.2
- Replace
uint
with uint32
to maintain compatibility with PowerShell 5 (#47)
v3.2.0
- Make
Get-ChildItemColor
a proxy function of Get-ChildItem
, so Get-ChildItemColor
supports all the parameters of the original function.
v3.1.0
Get-ChildItemColor
only highlights names instead of highlighting the whole row. (#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
. (#31)
- Add
TrailingSlashDirectory
switch to Get-ChildItemColorFormatWide
(#37)
v2.4.0
- Add
HideHeader
switch to Get-ChildItemColorFormatWide
(#29)