Skip to content

Releases: sharkdp/lscolors

v0.11.0

27 Jul 21:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.10.0...v0.11.0

v0.10.0

15 May 14:18
Compare
Choose a tag to compare

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

13 Feb 16:33
Compare
Choose a tag to compare
  • Fix colors for the crossterm backend, see #40 (@meain)
  • Support bright colors, see #39 (@meain)

v0.8.1

14 Nov 15:53
Compare
Choose a tag to compare
  • Support for more indicators, see #6 and #35
  • Updated depdendencies

v0.8.0

03 Oct 08:08
Compare
Choose a tag to compare

v0.7.1

15 Jun 04:23
Compare
Choose a tag to compare
  • Make FontStyle properties public (@dduan)

v0.7.0

01 Apr 09:09
Compare
Choose a tag to compare

Features

  • Added support for additional ANSI styles, see #2 and #23

Bugfixes

  • Unsupported ANSI codes should be ignored, see #21
  • Preserve default styles when loading from string or environment variable, see #19

v0.6.0

15 Sep 15:38
Compare
Choose a tag to compare
Update ansi_term dependency

v0.5.0

22 Jan 19:50
Compare
Choose a tag to compare

Changes

  • Use a Iterator based interface for LsColors::style_for_path_components.

v0.4.0

21 Jan 22:50
Compare
Choose a tag to compare

Changes:

  • Added a new enum type for the different possible entries in the
    LS_COLORS variable (directories, files, symlinks, fifos, ...), see #15

Bugfixes:

  • Fixed style for orphaned symlinks, see #10
  • Implemented fall-back logic from mi => or, if mi is not specified, see #13
  • Reset style if code is equal to 0 or 00, see #14