summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCanop <cano.petrole@gmail.com>2020-06-26 18:58:38 +0200
committerCanop <cano.petrole@gmail.com>2020-06-26 18:58:38 +0200
commit95498b6b4518c29d1d4c4080a65139528eca5dfb (patch)
treea2b9ab593701c0d232e89b0279889225e6a09dcb
parenteb0ce4ff218f1d9a84d91e342173e4bbdb3e909e (diff)
version 0.18 - with sortsv0.18.0
-rw-r--r--CHANGELOG.md5
-rw-r--r--Cargo.lock2
-rw-r--r--Cargo.toml2
3 files changed, 5 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 89c939a..c800fe7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
-### Next version
-#### Major change: Recursive date computation
+<a name="v0.18.0"></a>
+### v0.18.0 - 2020-06-26
+#### Major change: Recursive last modified date computation
The date of directories is now the modification date of the last modified inner file, whatever its depth. This is computed in the background and doesn't slow your navigation.
#### Major change: Sort mode
Size can now be displayed out of sort mode, which concerns either size or dates.
diff --git a/Cargo.lock b/Cargo.lock
index f861c3c..c2ae1cd 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -84,7 +84,7 @@ dependencies = [
[[package]]
name = "broot"
-version = "0.18.0-dev"
+version = "0.18.0"
dependencies = [
"bet",
"chrono",
diff --git a/Cargo.toml b/Cargo.toml
index 88406a8..6aee50d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "broot"
-version = "0.18.0-dev"
+version = "0.18.0"
authors = ["dystroy <denys.seguret@gmail.com>"]
repository = "https://github.com/Canop/broot"
documentation = "https://dystroy.org/broot"