Skip to content

Releases: joonro/Get-ChildItemColor

v3.3.0

13 Jun 10:45
Compare
Choose a tag to compare
  • Do not treat ReparsePoint as symlinks in OneDrive folders. (#28)

v3.2.2

11 Jun 15:42
Compare
Choose a tag to compare
  • Replace uint with uint32 to maintain compatibility with PowerShell 5 (#47)

v3.2.1

11 Jun 01:33
Compare
Choose a tag to compare
  • Refactoring.

v3.2.0

08 Jun 09:40
Compare
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
Compare
Choose a tag to compare
  • Get-ChildItemColor only highlights names instead of highlighting the whole row. (#30)

v3.0.0

07 Jun 08:04
Compare
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
Compare
Choose a tag to compare
  • Add HideHeader switch to Get-ChildItemColorFormatWide (#29)

v2.3.0

06 Jun 11:48
Compare
Choose a tag to compare
  • Better handling of header printout (#41)

v2.2.2

01 Jun 18:30
Compare
Choose a tag to compare
  • Add instructions about adding a new category.

v2.2.1

14 Apr 17:49
Compare
Choose a tag to compare

Changes