diff --git a/ChangeLog b/ChangeLog index 988dc13..6fe77a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +1.22 - 2025-03-05 + - Add support for @-prefixed lines to ignore errors in config file (from 2.8) + - List all supported options in `--help` (from 2.8) + - Use `kB` instead of `KB` in `--si` mode (from 2.8) + - Add `--graph-style` option (from 2.1) + - Fix supported range of uid/gid numbers + 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) diff --git a/README b/README index ee87f95..89c8ecb 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -ncdu 1.21 +ncdu 1.22 ========= DESCRIPTION diff --git a/configure.ac b/configure.ac index 7c095ef..8e6cf19 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([ncdu],[1.21],[projects@yorhel.nl]) +AC_INIT([ncdu],[1.22],[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 0d239e9..ac17963 100644 --- a/ncdu.1 +++ b/ncdu.1 @@ -1,6 +1,6 @@ .\" SPDX-FileCopyrightText: Yorhel .\" SPDX-License-Identifier: MIT -.Dd November 19, 2024 +.Dd March 5, 2025 .Dt NCDU 1 .Os .Sh NAME