From 047cd4fe7cd4a08ad64cfe68f50107e5e031dc98 Mon Sep 17 00:00:00 2001 From: Canop Date: Tue, 22 Oct 2024 08:44:26 +0200 Subject: [PATCH] version 1.44.2 --- CHANGELOG.md | 4 +++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 256440f7..72f3bb43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ -### next +### v1.44.2 - 2024-10-22 + - temp files created for kitty now erased on quitting or when too many of them have been written - no longer panics when launched with BROOT_LOG=debug but the broot.log file can't be created - Fix #951 +- fix user and group names displayed as "????" when coming from openldap - Fix #953 ### v1.44.1 - 2024-10-16 diff --git a/Cargo.lock b/Cargo.lock index cb674aeb..91eda795 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -222,7 +222,7 @@ checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a" [[package]] name = "broot" -version = "1.44.2-dev" +version = "1.44.2" dependencies = [ "ansi_colours", "base64 0.21.7", diff --git a/Cargo.toml b/Cargo.toml index 422c44dd..25db37c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.44.2-dev" +version = "1.44.2" authors = ["dystroy "] repository = "https://github.com/Canop/broot" homepage = "https://dystroy.org/broot"