summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-10-22 13:53:12 +0200
committerCanop <cano.petrole@gmail.com>2020-10-22 13:53:12 +0200
commitb0f693c89cd808500c4672a0ae2765d917f8ce47 (patch)
tree4465e530f48d8a50a7745d702bb434b17a84f5d9
parent9500f3cfbf2e6200b8a106d9d2e322cea3b07a2f (diff)
version 1.0.4v1.0.4
Fix #294
-rw-r--r--CHANGELOG.md8
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
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
+<a name="v1.0.4"></a>
+### 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
<a name="v1.0.3"></a>
### 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 <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"