From 1ca0c5769b4a3252e09d7c5f4333e61c8d2fdd4a Mon Sep 17 00:00:00 2001 From: Yorhel Date: Mon, 11 Sep 2023 21:00:53 +0200 Subject: [PATCH] Version 1.19 --- ChangeLog | 5 +++++ README | 4 ++-- configure.ac | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 61523bb..5401c82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +1.19 - 2023-09-11 + - Fix typo in --exclude-from argument + - Add --(enable|disable)-natsort options + - Add indicator to apparent size/disk usage selection in the footer + 1.18.1 - 2023-02-12 - Fix build on non-Linux platforms diff --git a/README b/README index 0ccf091..69fe41c 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -ncdu 1.18.1 -=========== +ncdu 1.19 +========= DESCRIPTION diff --git a/configure.ac b/configure.ac index 6f2f7b2..c1b0b1e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([ncdu],[1.18.1],[projects@yorhel.nl]) +AC_INIT([ncdu],[1.19],[projects@yorhel.nl]) AC_CONFIG_SRCDIR([src/global.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign std-options subdir-objects])