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
14
14
elif [ -e " $DIR /.git" ] && command -v git > /dev/null 2>&1 ; then
15
15
git -C " $DIR " describe --always --dirty
16
16
else
17
- echo " 4.0.8 "
17
+ echo " 4.1 "
18
18
fi
Original file line number Diff line number Diff line change 1
1
4.*
2
2
===
3
3
4
+ 4.1
5
+ ---
6
+
7
+ ** August 11, 2025**
8
+
9
+
10
+ ### New features
11
+
12
+ - Added support for the ` $LSCOLORS ` variable used by FreeBSD and macOS
13
+ ([ #54 ] ( https://github.com/tavianator/bfs/issues/54 ) ,
14
+ [ #157 ] ( https://github.com/tavianator/bfs/pull/157 ) )
15
+
16
+ ### Changes
17
+
18
+ - Switched from C17 to [ C23] ( https://en.cppreference.com/w/c/23 ) by default.
19
+ C17 is still supported as a fallback as long as your compiler supports some common extensions.
20
+
21
+
4
22
4.0.8
5
23
-----
6
24
Original file line number Diff line number Diff line change 1
1
.\" Copyright © Tavian Barnes <[email protected] >
2
2
.\" SPDX-License-Identifier: 0BSD
3
- .TH BFS 1 2025-06-15 "bfs 4.0.8 "
3
+ .TH BFS 1 2025-08-11 "bfs 4.1 "
4
4
.SH NAME
5
5
bfs \- breadth-first search for your files
6
6
.SH SYNOPSIS
You can’t perform that action at this time.
0 commit comments