diff options
author | Canop <cano.petrole@gmail.com> | 2024-08-18 10:44:32 +0200 |
---|---|---|
committer | Canop <cano.petrole@gmail.com> | 2024-08-18 10:44:32 +0200 |
commit | 206ae579b9aa338ef32aedab1160ad3139452cfb (patch) | |
tree | 4be66e10ba6b8576d4d168747699e33e39cfd92d | |
parent | b9b3a6f58362a4f873cc71eef0ad4dca923bbdbc (diff) |
version 1.42.0v1.42.0
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | Cargo.lock | 2 | ||||
-rw-r--r-- | Cargo.toml | 2 |
3 files changed, 5 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 9080411..36f0371 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -### next +### v1.42.0 - 2024-08-18 +<a name="v1.42.0"></a> - support of `.ignore` files with the same syntax than `.gitignore`. They have priority over `.gitignore` so that a personal `.ignore` file can override a shared `.gitignore` - See https://dystroy.org/broot/tree_view/#hidden-ignored-files - Fix #613 - `:toggle_ignore` internal, identical to `:toggle_git_ignore`, but with a clearer name so should be preferred +- the `panels` verb filter now works in most contexts (it was previously only checked on key events) - many dependencies updated ### v1.41.1 - 2024-08-04 @@ -216,7 +216,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "broot" -version = "1.41.2-dev" +version = "1.42.0" dependencies = [ "ansi_colours", "base64 0.21.7", @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.41.2-dev" +version = "1.42.0" authors = ["dystroy <denys.seguret@gmail.com>"] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot" |