summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2022-02-23 12:17:30 +0100
committerCanop <cano.petrole@gmail.com>2022-02-23 12:17:30 +0100
commitacf48b34550a7ebb7735857452ba2f6ada10977c (patch)
treebff99a4de15884d2c6cfaafc8590e3ce725d9ab6
parent53ee6a239ae0558ebfb981a3735b1ffb7c630957 (diff)
version 2.0.2v2.0.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
-rw-r--r--README.md12
4 files changed, 14 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 01487ba..45e3590 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
+<a name="v2.0.2"></a>
+### v2.0.2 - 2022/02/23
+- show ZFS volumes among "normal" filesystems, even when the disk can't be determined - Fix #32
+
<a name="v2.0.1"></a>
### v2.0.1 - 2022/02/20
- align filesystem column to the left
diff --git a/Cargo.lock b/Cargo.lock
index 7060e2d..14c5027 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -243,7 +243,7 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lfs"
-version = "2.0.1"
+version = "2.0.2"
dependencies = [
"argh",
"crossterm",
diff --git a/Cargo.toml b/Cargo.toml
index 6d2a179..f6da1ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "lfs"
-version = "2.0.2-show-lfs"
+version = "2.0.2"
authors = ["dystroy <denys.seguret@gmail.com>"]
edition = "2021"
keywords = ["linux", "filesystem", "fs"]
diff --git a/README.md b/README.md
index e902dc8..086d120 100644
--- a/README.md
+++ b/README.md
@@ -17,17 +17,21 @@
A linux utility listing your filesystems.
-Installation & Usage documentation : **[https://dystroy.org/lfs](https://dystroy.org/lfs)**
+Complete documentation lives at **[https://dystroy.org/lfs](https://dystroy.org/lfs)**
-## Default table
+* **[Overview](https://dystroy.org/lfs/)**
+* **[Installation](https://dystroy.org/lfs/install)**
+
+
+### Default table
![screenshot](website/docs/img/standard.png)
-## Custom choice of column
+### Custom choice of column
![screenshot](website/docs/img/c=label+default+dev.png)
-## JSON output
+### JSON output
![screenshot](website/docs/img/json-jq-tour.png)