Version 1.19

This commit is contained in:
Yorhel 2023-09-11 21:00:53 +02:00
parent 6143a03a77
commit 1ca0c5769b
3 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
1.19 - 2023-09-11
- Fix typo in --exclude-from argument
- Add --(enable|disable)-natsort options
- Add indicator to apparent size/disk usage selection in the footer
1.18.1 - 2023-02-12
- Fix build on non-Linux platforms

4
README
View file

@ -1,5 +1,5 @@
ncdu 1.18.1
===========
ncdu 1.19
=========
DESCRIPTION

View file

@ -1,5 +1,5 @@
AC_INIT([ncdu],[1.18.1],[projects@yorhel.nl])
AC_INIT([ncdu],[1.19],[projects@yorhel.nl])
AC_CONFIG_SRCDIR([src/global.h])
AC_CONFIG_HEADERS([config.h])
AM_INIT_AUTOMAKE([foreign std-options subdir-objects])