summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-08-30 01:00:04 +0200
committerCanop <cano.petrole@gmail.com>2024-08-30 01:00:04 +0200
commit9c3f94d3480d71d7541a4c1cc6703e1bf8b85824 (patch)
tree34e45c0ff9ca7295ffd30f7836eeaf94b2995492
parent99bd7ae71476c759682419a13fc57ef44926e9c9 (diff)
version 1.43.0
-rw-r--r--CHANGELOG.md3
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 4 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a5ef3ab..c8168a8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,5 @@
-### next
+### v1.43.0 - 2024-08-30
+<a name="v1.43.0"></a>
- 'Size' and 'Deletion date' columns in trash screen. This screen now supports the `:toggle_date`, `:toggle_size`, `:sort_by_date`, and `:sort_by_size` internals.
- new `:show` internal make the provided path visible and selected, adding lines to the tree if necessary, does nothing if the provided path is not a descendant of the current tree root (this part may change depending on feedback) - Fix #936
diff --git a/Cargo.lock b/Cargo.lock
index 7c6e928..4b4fbdd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -216,7 +216,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "broot"
-version = "1.42.1-dev"
+version = "1.43.0"
dependencies = [
"ansi_colours",
"base64 0.21.7",
diff --git a/Cargo.toml b/Cargo.toml
index 71270f6..7ffb9e8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.42.1-dev"
+version = "1.43.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"