diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2024-10-31 15:38:15 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2024-10-31 15:38:15 -0400 |
commit | b00341a45238d383fa27289a53798eef856092bb (patch) | |
tree | 63f422fa374ee3febeca6e86bd23c77107273327 /docs | |
parent | e831a394426e19c39f94d9e8802aead7f25ba00d (diff) | |
download | bfs-087a02cee31f37e35e86f75121e82b5d5e7afc06.tar.xz |
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CHANGELOG.md | 18 | ||||
-rw-r--r-- | docs/bfs.1 | 2 |
2 files changed, 19 insertions, 1 deletions
diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1e31717..7f3c7b7 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,6 +1,24 @@ 4.* === +4.0.4 +----- + +**October 31, 2024** + + +## Bug fixes + +- Fixed a man page typo + ([#144](https://github.com/tavianator/bfs/pull/144)) + +- Fixed the build on PowerPC macOS + ([#145](https://github.com/tavianator/bfs/issues/145)) + +- Fixed a bug introduced in bfs 4.0.3 that colorized every file as if it had capabilities on non-Linux systems + ([#146](https://github.com/tavianator/bfs/pull/146)) + + 4.0.3 ----- @@ -1,4 +1,4 @@ -.TH BFS 1 2024-10-22 "bfs 4.0.3" +.TH BFS 1 2024-10-31 "bfs 4.0.4" .SH NAME bfs \- breadth-first search for your files .SH SYNOPSIS |