summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2021-07-22 16:29:55 +0200
committerYorhel <git@yorhel.nl>2021-07-22 16:29:55 +0200
commite72768b86bf8a6b1d24cdb2ce9db4ab3fc3821f6 (patch)
tree718233acdd937051227220463bcd79a43a47117c /ChangeLog
parenta915fc0836c83c62327824126e85059bb89c1198 (diff)
Tagging this as a 2.0-beta1 releasev2.0-beta1
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dfac751..3f3b0b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,23 @@
# SPDX-FileCopyrightText: 2021 Yoran Heling <projects@yorhel.nl>
# SPDX-License-Identifier: MIT
+2.0-beta1 - 2021-07-22
+ - Full release announcement: https://dev.yorhel.nl/doc/ncdu2
+ - Requires Zig 8.0
+ - Lower memory use in most scenarios (except with many hard links)
+ - Improved performance of hard link counting
+ - Extra column for shared/unique directory sizes
+
+1.16 - 2021-07-02
+ - Increase width of size bar depending on terminal size (Christian Göttsche)
+ - Set/increment $NCDU_LEVEL variable when spawning a shell
+ - Indicate whether apparent size or disk usage is being displayed
+ - Display setuid, setgid and sticky bits in file flags in extended mode
+ - Fix error handling while reading --exclude-from file
+ - Improve JSON import to allow for several future extensions to the format
+ - Export link count in JSON dumps
+ - Don't export inode in JSON dumps for non-hardlinks
+
1.15.1 - 2020-06-10
- (Linux) Fix build on older Linux systems (Christian Göttsche)
- (MacOS) Revert "Exclude firmlinks by default" behavior (until we have a better solution)