From 48c446294e8ac6b620a2b7fc7c15a4cf9f839452 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sun, 20 Mar 2022 09:42:47 +0800 Subject: Release dua-cli v2.17.1 --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++-- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 32 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 607a1c0..41d1305 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## 2.17.1 (2022-03-20) ### Improvements to aggregate progress reporting @@ -46,7 +46,7 @@ The `aggregate-scan-progress` feature was removed as it shouldn't be required an - - 7 commits contributed to the release over the course of 56 calendar days. + - 8 commits contributed to the release over the course of 55 calendar days. - 57 days passed between releases. - 0 commits where understood as [conventional](https://www.conventionalcommits.org). - 0 issues like '(#ID)' where seen in commit messages @@ -58,6 +58,7 @@ The `aggregate-scan-progress` feature was removed as it shouldn't be required an
view details * **Uncategorized** + - prepare changelog ([`fc1e10a`](https://github.com/Byron/dua-cli/commit/fc1e10a77da45d41c8243ddb07d7332ca8e23012)) - Improve aggregate progress reporting ([`7d83f96`](https://github.com/Byron/dua-cli/commit/7d83f965d620ccebeda9a7451cdbb2e40ed88c24)) - update dependencies ([`9a1da6b`](https://github.com/Byron/dua-cli/commit/9a1da6bc4e964912a521b2f0de0bdf6124749ccd)) - upgrade sysinfo ([`0b6b52f`](https://github.com/Byron/dua-cli/commit/0b6b52f02b72641a4954838fd9e2ea4fd0447e2d)) @@ -505,6 +506,8 @@ Make `dua` less prone to hanging by ignoring certain special directories on linu ## v2.13.1 (2021-06-09) + + * Allow usage of the feature introduced in v2.13 by writing the TUI to stderr instead of stdout. That way the output can be redirected. @@ -726,6 +729,8 @@ YANKED. ## v2.11.1 (2021-02-22) + + * The `-x/--stay-on-filesystem` flag is now respected for multiple root paths, as in `dua -x path-FS1/ path-FS2/`, as such `dua` will stay in FS1 if the CWD is in FS1. @@ -799,6 +804,8 @@ YANKED. ## v2.10.10 (2021-01-23) + + Fix --version flag. It looks like the latest BETAs of clap removed setting the version implicitly. @@ -861,6 +868,8 @@ This is now fixed and hopefully permanently so thanks to using `jwalk` v0.6. ## v2.10.8 (2021-01-04) + + Fix build. A breaking change in jwalk can cause builds to fail. This prevents the issue from spreading at least @@ -1568,6 +1577,8 @@ This is also the first release with github releases: https://github.com/Byron/du ## v2.3.7 (2020-03-23) + + Upgrade to filesize 0.2.0 from 0.1.0; update dependency versions ### Other @@ -2222,6 +2233,23 @@ Bug fixes and improvements. ## v2.0.0 (2019-06-15) + + + + + + + + + + + + + + + + + Interactive visualization of directory sizes with an option to queue their deletion. A sub-command bringing up a terminal user interface to allow drilling into directories, and clearing them out, all using the keyboard exclusively. diff --git a/Cargo.lock b/Cargo.lock index f1e19b0..4e16463 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -250,7 +250,7 @@ checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499" [[package]] name = "dua-cli" -version = "2.17.0" +version = "2.17.1" dependencies = [ "anyhow", "atty", diff --git a/Cargo.toml b/Cargo.toml index 4f84c04..f85656a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dua-cli" -version = "2.17.0" +version = "2.17.1" authors = ["Sebastian Thiel "] edition = "2018" repository = "https://github.com/Byron/dua-cli" -- cgit v1.2.3