summaryrefslogtreecommitdiffstats
path: root/RELEASES.md
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2020-10-14 11:59:45 -0400
committerTavian Barnes <tavianator@tavianator.com>2020-10-14 12:06:42 -0400
commit770742fc876ba2ecbbcaffe218b971eee87765e6 (patch)
tree0380e3fce5cf9465f887f51303cfe169decd2582 /RELEASES.md
parentc565e665781f39cf31c64d85c76224c2fffa9f7d (diff)
downloadbfs-770742fc876ba2ecbbcaffe218b971eee87765e6.tar.xz
Release 2.02.0
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index d80f1ee..6062cc5 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -4,7 +4,7 @@
2.0
---
-**Unreleased**
+**October 14, 2020**
- [#8]: New `-exclude <expression>` syntax to more easily and reliably filter out paths.
For example:
@@ -40,6 +40,10 @@
- Implemented `-xattrname` to find files with a particular extended attribute (from macOS find)
+- Made `-printf %l` still respect the width specifier (e.g. `%10l`) for non-links, to match GNU find
+
+- Made `bfs` fail if `-color` is given explicitly and `LS_COLORS` can't be parsed, rather than falling back to non-colored output
+
[#8]: https://github.com/tavianator/bfs/issues/8
[#30]: https://github.com/tavianator/bfs/issues/30