Skip to content

Releases: joonro/Get-ChildItemColor

v3.5.2

04 Aug 17:05

Choose a tag to compare

  • [FeatureReq] '-Directory' and '-File' option for Get-ChildItemColorFormatWide #53

v3.5.0

03 Aug 20:28

Choose a tag to compare

  • Get-ChildItem compatibility and Unix-style size output #57
  • Easier description for installing it on PowerShell7 #49

v3.5.1

04 Aug 02:26

Choose a tag to compare

  • Make spacing consistent with Get-ChildItem #48

v3.3.0

13 Jun 10:45

Choose a tag to compare

  • Do not treat ReparsePoint as symlinks in OneDrive folders. (#28)

v3.2.2

11 Jun 15:42

Choose a tag to compare

  • Replace uint with uint32 to maintain compatibility with PowerShell 5 (#47)

v3.2.1

11 Jun 01:33

Choose a tag to compare

  • Refactoring.

v3.2.0

08 Jun 09:40

Choose a tag to compare

  • Make Get-ChildItemColor a proxy function of Get-ChildItem, so Get-ChildItemColor supports all the parameters of the original function.

v3.1.0

07 Jun 13:57

Choose a tag to compare

  • Get-ChildItemColor only highlights names instead of highlighting the whole row. (#30)

v3.0.0

07 Jun 08:04

Choose a tag to compare

  • 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

06 Jun 12:18

Choose a tag to compare

  • Add HideHeader switch to Get-ChildItemColorFormatWide (#29)