You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/CHANGELOG.md
+32
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,38 @@
1
1
3.*
2
2
===
3
3
4
+
3.3
5
+
---
6
+
7
+
**May 28, 2024**
8
+
9
+
### New features
10
+
11
+
- The `-status` bar can now be toggled by `SIGINFO` (<kbd>Ctrl</kbd>+<kbd>T</kbd>) on systems that support it, and `SIGUSR1` on other systems
12
+
13
+
-`-regextype` now supports all regex types from GNU find ([#21](https://github.com/tavianator/bfs/issues/21))
14
+
15
+
- File birth times are now supported on OpenBSD
16
+
17
+
### Changes
18
+
19
+
- Symbolic link loops are now treated like other broken links, rather than an error
20
+
21
+
-`./configure` now expects `--with-libacl`, `--without-libcap`, etc. rather than `--enable-`/`--disable-`
22
+
23
+
- The `` (space) flag is now restricted to numeric `-printf` specifiers
24
+
25
+
### Bug fixes
26
+
27
+
-`-regextype emacs` now supports [shy](https://www.gnu.org/software/emacs/manual/html_node/elisp/Regexp-Backslash.html#index-shy-groups) (non-capturing) groups
28
+
29
+
- Fixed `-status` bar visual corruption when the terminal is resized
30
+
31
+
-`bfs` now prints a reset escape sequence when terminated by a signal in the middle of colored output ([#138](https://github.com/tavianator/bfs/issues/138))
32
+
33
+
-`./configure CFLAGS=...` no longer overrides flags from `pkg-config` during configuration
0 commit comments