diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2019-04-15 10:41:57 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2019-04-15 20:34:47 -0400 |
commit | d9e6cb4930cf53843575db71002fb59866aca1b1 (patch) | |
tree | fe48c3816f89981e03f75104671f660f6716edfc /RELEASES.md | |
parent | e5b22d17d53119040ecef93312b850e9d3d6266d (diff) | |
download | bfs-d9e6cb4930cf53843575db71002fb59866aca1b1.tar.xz |
Release 1.41.4
Diffstat (limited to 'RELEASES.md')
-rw-r--r-- | RELEASES.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md index 5749fab..982bd5b 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -2,6 +2,20 @@ === +1.4 +--- + +**April 15, 2019** + +- New `-unique` option that filters out duplicate files (https://github.com/tavianator/bfs/issues/40) +- Optimized the file coloring implementation +- Fixed the coloring implementation to match GNU ls more closely in many corner cases + - Implemented escape sequence parsing for `LS_COLORS` + - Implemented `ln=target` for coloring links like their targets + - Fixed the order of fallbacks used when some color keys are unset +- Add a workaround for incorrect file types for bind-mounted files on Linux (https://github.com/tavianator/bfs/issues/37) + + 1.3.3 ----- |