From b0f693c89cd808500c4672a0ae2765d917f8ce47 Mon Sep 17 00:00:00 2001 From: Canop Date: Thu, 22 Oct 2020 13:53:12 +0200 Subject: version 1.0.4 Fix #294 --- CHANGELOG.md | 8 ++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6436088..1183d54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ -### next version + +### v1.0.4 - 2020-10-22 * don't use absolute paths for built-in verbs -- fix freeze on circular symlink chains +* fix freeze on circular symlink chains +* `:filesystems` (alias `:fs`) display all mounted filesystems in a filtrable view. You can enter to browse at the mount point (unix only for now) +* `:toggle_root_fs` (alias `:rfs`) toogles showing information on the filesystem of the current directory +* filesystem information (mainly size and usage) related to the current filesystem displayed in whale-spotting mode ### v1.0.3 - 2020-10-07 diff --git a/Cargo.lock b/Cargo.lock index 97efdfa..170ab57 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -115,7 +115,7 @@ dependencies = [ [[package]] name = "broot" -version = "1.0.4-dev" +version = "1.0.4" dependencies = [ "ansi_colours", "bet", diff --git a/Cargo.toml b/Cargo.toml index f34fa97..f6149d3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "broot" -version = "1.0.4-dev" +version = "1.0.4" authors = ["dystroy "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3