summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2024-07-05 19:45:52 +0200
committerCanop <cano.petrole@gmail.com>2024-07-05 19:45:52 +0200
commitf0ebd2c523a6fb5d56fce5e26241d6ba3bd03346 (patch)
treeaafe45f7a3758ba8dd1050e921990622367e0897
parent5070751f13d1b4c02d315802dba9fb980ac72ebf (diff)
version 1.39.1v1.39.1
-rw-r--r--CHANGELOG.md6
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7580f4f..b815f2c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+### v1.39.1 - 2024-07-05
+<a name="v1.39.1"></a>
+- fix high-resolution (kitty protocole) image broken in release mode - Fix #885
+- canonicalize paths when focusing them (mostly useful when following links)
+- a few minor internal optimizations
+
### v1.39.0 - 2024-05-31
<a name="v1.39.0"></a>
- `:open_trash` shows the content of the trash. Other new internals & verbs: `:delete_trashed_file`, `:restore_trashed_file`, `:purge_trash` - Fix #855
diff --git a/Cargo.lock b/Cargo.lock
index 81ca094..96bf759 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -210,7 +210,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "broot"
-version = "1.39.1-dev"
+version = "1.39.1"
dependencies = [
"ansi_colours",
"base64 0.21.7",
diff --git a/Cargo.toml b/Cargo.toml
index 492d94b..bb7ac02 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "1.39.1-dev"
+version = "1.39.1"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
homepage = "https://dystroy.org/broot"