mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
Version 1.22
This commit is contained in:
parent
61fda79ddf
commit
7a14373896
4 changed files with 10 additions and 3 deletions
|
|
@ -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)
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -1,4 +1,4 @@
|
|||
ncdu 1.21
|
||||
ncdu 1.22
|
||||
=========
|
||||
|
||||
DESCRIPTION
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
2
ncdu.1
2
ncdu.1
|
|
@ -1,6 +1,6 @@
|
|||
.\" SPDX-FileCopyrightText: Yorhel <projects@yorhel.nl>
|
||||
.\" SPDX-License-Identifier: MIT
|
||||
.Dd November 19, 2024
|
||||
.Dd March 5, 2025
|
||||
.Dt NCDU 1
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
|
|||
Loading…
Reference in a new issue