Skip to content

Version 3.3

Compare
Choose a tag to compare
@tavianator tavianator released this 28 May 21:09
· 174 commits to main since this release
3.3

New features

  • The -status bar can now be toggled by SIGINFO (Ctrl+T) on systems that support it, and SIGUSR1 on other systems

  • -regextype now supports all regex types from GNU find (#21)

  • File birth times are now supported on OpenBSD

Changes

  • Symbolic link loops are now treated like other broken links, rather than an error

  • ./configure now expects --with-libacl, --without-libcap, etc. rather than --enable-/--disable-

  • The (space) flag is now restricted to numeric -printf specifiers

Bug fixes

  • -regextype emacs now supports shy (non-capturing) groups

  • Fixed -status bar visual corruption when the terminal is resized

  • bfs now prints a reset escape sequence when terminated by a signal in the middle of colored output (#138)

  • ./configure CFLAGS=... no longer overrides flags from pkg-config during configuration