Releases: sharkdp/lscolors
Releases · sharkdp/lscolors
v0.11.0
What's Changed
- Allow *.ext=0 to override an earlier *.ext=... by @tavianator in #46
- Update crossterm to version 0.24 by @sholderbach in #50
Full Changelog: v0.10.0...v0.11.0
v0.10.0
What's Changed
- Breaking: Make the default LS_COLORS value match
ls
by @tavianator in #44 - Add a Colorable trait to factor out metadata retrieval by @tavianator in #45
Full Changelog: v0.9.0...v0.10.0
v0.9.0
v0.8.1
v0.8.0
v0.7.1
v0.7.0
v0.6.0
v0.5.0
v0.4.0
Changes:
- Added a new enum type for the different possible entries in the
LS_COLORS
variable (directories, files, symlinks, fifos, ...), see #15