From ed7c5b2b937afaee10c8e46e99a6a76f566acee6 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 21 Apr 2024 10:56:54 +0200 Subject: [PATCH] Version 1.20 --- ChangeLog | 4 ++++ README | 2 +- configure.ac | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5401c82..0515875 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1.20 - 2024-04-21 + - Revert default color scheme back to 'off' + - Rewrite man page in mdoc, drop pod2man dependency + 1.19 - 2023-09-11 - Fix typo in --exclude-from argument - Add --(enable|disable)-natsort options diff --git a/README b/README index 27d6e53..a931b9c 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ncdu 1.19 +ncdu 1.20 ========= DESCRIPTION diff --git a/configure.ac b/configure.ac index c1b0b1e..6257fc4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([ncdu],[1.19],[projects@yorhel.nl]) +AC_INIT([ncdu],[1.20],[projects@yorhel.nl]) AC_CONFIG_SRCDIR([src/global.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign std-options subdir-objects])