From 95498b6b4518c29d1d4c4080a65139528eca5dfb Mon Sep 17 00:00:00 2001 From: Canop Date: Fri, 26 Jun 2020 18:58:38 +0200 Subject: version 0.18 - with sorts --- CHANGELOG.md | 5 +++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 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 + +### 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 "] repository = "https://github.com/Canop/broot" documentation = "https://dystroy.org/broot" -- cgit v1.2.3