From b4b82d96a3e39b3733a441acb0ab4b68ac780938 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Tue, 19 Nov 2024 14:40:43 +0100 Subject: [PATCH] Version 1.21 --- ChangeLog | 7 +++++++ README | 2 +- configure.ac | 2 +- ncdu.1 | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0515875..988dc13 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1.21 - 2024-11-19 + - Perform tilde expansion on paths in the config file (from 2.7) + - Fix JSON import of escaped UTF-16 surrogate pairs (from 2.7) + - Fix displaying and exporting zero values when extended info is not + available (from 2.6) + - Fix JSON export and import of the “other filesystem” flag (from 2.5) + 1.20 - 2024-04-21 - Revert default color scheme back to 'off' - Rewrite man page in mdoc, drop pod2man dependency diff --git a/README b/README index a931b9c..ee87f95 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ncdu 1.20 +ncdu 1.21 ========= DESCRIPTION diff --git a/configure.ac b/configure.ac index 6257fc4..7c095ef 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([ncdu],[1.20],[projects@yorhel.nl]) +AC_INIT([ncdu],[1.21],[projects@yorhel.nl]) AC_CONFIG_SRCDIR([src/global.h]) AC_CONFIG_HEADERS([config.h]) AM_INIT_AUTOMAKE([foreign std-options subdir-objects]) diff --git a/ncdu.1 b/ncdu.1 index 5f5c839..1bdb761 100644 --- a/ncdu.1 +++ b/ncdu.1 @@ -1,6 +1,6 @@ .\" SPDX-FileCopyrightText: Yorhel .\" SPDX-License-Identifier: MIT -.Dd April 21, 2024 +.Dd November 19, 2024 .Dt NCDU 1 .Os .Sh NAME