Version 1.21

This commit is contained in:
Yorhel 2024-11-19 14:40:43 +01:00
parent 93edebc81c
commit b4b82d96a3
4 changed files with 10 additions and 3 deletions

View file

@ -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

2
README
View file

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

View file

@ -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])

2
ncdu.1
View file

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