summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2022-12-06 10:46:50 +0100
committerYorhel <git@yorhel.nl>2022-12-06 10:46:50 +0100
commit3ef0ac93c75dfe6714b805cc8cd03c2e55348bd9 (patch)
treef224553054d95a5a57ea62101cb3dcefe28a4362
parent6dd159d4898b43ef61749cc45f2f71437ab5b0e3 (diff)
Version 1.18v1.18
-rw-r--r--ChangeLog15
-rw-r--r--README2
-rw-r--r--configure.ac2
3 files changed, 17 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 87ea9eb..fae46bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+1.18 - 2022-12-06
+ - Fix 'dark-bg' color scheme to actually have a dark background
+ - Backport configuration file support from 2.x
+ - Backport many new CLI options from 2.x
+ - Negation of existing flags: --no-si, --no-confirm-quit, --no-follow-symlinks, --include-caches, --include-kernfs
+ - --[no-]extended in addition to -e
+ - --one-file-system and --cross-file-system in addition to -x
+ - --slow-ui-updates, --fast-ui-updates in addition to -q
+ - Column visibility options: --(show|hide)-(hidden|itemcount|mtime|graph|percent)
+ - Sorting: --sort, --[no-]group-directories-first
+ - Feature selection: --(enable|disable)-(shell|delete|refresh)
+ - Deletion confirmation: --[no-]confirm-delete
+ - Hidden file visibility: --show-hidden, --hide-hidden
+ - Size display: --apparent-size, --disk-usage
+
1.17 - 2022-04-28
- Add 'dark-bg' color scheme and use that by default
- Use natural sort order when sorting by file name
diff --git a/README b/README
index 2804f35..13ed30a 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-ncdu 1.17
+ncdu 1.18
=========
DESCRIPTION
diff --git a/configure.ac b/configure.ac
index 1f6e94d..a945471 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
-AC_INIT([ncdu],[1.17],[projects@yorhel.nl])
+AC_INIT([ncdu],[1.18],[projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/global.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign std-options subdir-objects])