summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-08-18 10:44:32 +0200
committerCanop <cano.petrole@gmail.com>2024-08-18 10:44:32 +0200
commit206ae579b9aa338ef32aedab1160ad3139452cfb (patch)
tree4be66e10ba6b8576d4d168747699e33e39cfd92d
parentb9b3a6f58362a4f873cc71eef0ad4dca923bbdbc (diff)
version 1.42.0v1.42.0
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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
diff --git a/Cargo.lock b/Cargo.lock
index aebb774..8d39888 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -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",
diff --git a/Cargo.toml b/Cargo.toml
index 81b2c04..e65dd8b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"