File tree Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Expand file tree Collapse file tree 3 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -14,5 +14,5 @@ if [ "${VERSION-}" ]; then
1414elif [ -e " $DIR /.git" ] && command -v git > /dev/null 2>&1 ; then
1515 git -C " $DIR " describe --always --dirty
1616else
17- echo " 4.0.3 "
17+ echo " 4.0.4 "
1818fi
Original file line number Diff line number Diff line change 114.*
22===
33
4+ 4.0.4
5+ -----
6+
7+ ** October 31, 2024**
8+
9+
10+ ## Bug fixes
11+
12+ - Fixed a man page typo
13+ ([ #144 ] ( https://github.com/tavianator/bfs/pull/144 ) )
14+
15+ - Fixed the build on PowerPC macOS
16+ ([ #145 ] ( https://github.com/tavianator/bfs/issues/145 ) )
17+
18+ - Fixed a bug introduced in bfs 4.0.3 that colorized every file as if it had capabilities on non-Linux systems
19+ ([ #146 ] ( https://github.com/tavianator/bfs/pull/146 ) )
20+
21+
4224.0.3
523-----
624
Original file line number Diff line number Diff line change 1- .TH BFS 1 2024-10-22 "bfs 4.0.3 "
1+ .TH BFS 1 2024-10-31 "bfs 4.0.4 "
22.SH NAME
33bfs \- breadth-first search for your files
44.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments