Skip to content

Commit

Permalink
Release 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
tavianator committed May 21, 2022
1 parent d2d25f5 commit 1d94264
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ VERSION := $(shell git describe --always 2>/dev/null)
endif

ifndef VERSION
VERSION := 2.5
VERSION := 2.6
endif

ifndef OS
Expand Down
29 changes: 29 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
2.*
===

2.6
---

**May 21, 2022**

- Fixed deleting large NFS directories on FreeBSD ([#67]).

- Added support for a `bfs`-specific `BFS_COLORS` environment variable.

- Refactored the build system, directory structure, and documentation ([#88], [#89], [#91]).
Thanks @ElectronicsArchiver!

- Added `zsh` completion ([#86]).
Thanks @VorpalBlade!

- Updated the default color scheme to match GNU coreutils 9.1.
Files with capabilities set are no longer colored differently by default, resulting in a significant performance improvement.

- Became less aggressive at triggering automounts

- Added support for out-of-tree builds with `BUILDDIR`

[#67]: https://github.com/tavianator/bfs/issues/67
[#86]: https://github.com/tavianator/bfs/issues/86
[#88]: https://github.com/tavianator/bfs/issues/88
[#89]: https://github.com/tavianator/bfs/issues/89
[#91]: https://github.com/tavianator/bfs/issues/91


2.5
---

Expand Down
2 changes: 1 addition & 1 deletion src/bfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define BFS_H

#ifndef BFS_VERSION
# define BFS_VERSION "2.5"
# define BFS_VERSION "2.6"
#endif

#ifndef BFS_HOMEPAGE
Expand Down

0 comments on commit 1d94264

Please sign in to comment.