Version 1.20

This commit is contained in:
Yorhel 2024-04-21 10:56:54 +02:00
parent a9d608fab1
commit ed7c5b2b93
3 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
1.20 - 2024-04-21
- Revert default color scheme back to 'off'
- Rewrite man page in mdoc, drop pod2man dependency
1.19 - 2023-09-11
- Fix typo in --exclude-from argument
- Add --(enable|disable)-natsort options

2
README
View file

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

View file

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