Version 1.22

This commit is contained in:
Yorhel 2025-03-05 11:23:10 +01:00
parent 61fda79ddf
commit 7a14373896
4 changed files with 10 additions and 3 deletions

View file

@ -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 1.21 - 2024-11-19
- Perform tilde expansion on paths in the config file (from 2.7) - 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 JSON import of escaped UTF-16 surrogate pairs (from 2.7)

2
README
View file

@ -1,4 +1,4 @@
ncdu 1.21 ncdu 1.22
========= =========
DESCRIPTION DESCRIPTION

View file

@ -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_SRCDIR([src/global.h])
AC_CONFIG_HEADERS([config.h]) AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign std-options subdir-objects]) AM_INIT_AUTOMAKE([foreign std-options subdir-objects])

2
ncdu.1
View file

@ -1,6 +1,6 @@
.\" SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl> .\" SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
.\" SPDX-License-Identifier: MIT .\" SPDX-License-Identifier: MIT
.Dd November 19, 2024 .Dd March 5, 2025
.Dt NCDU 1 .Dt NCDU 1
.Os .Os
.Sh NAME .Sh NAME