mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-14 17:58:40 -09:00
Version 1.20
This commit is contained in:
parent
a9d608fab1
commit
ed7c5b2b93
3 changed files with 6 additions and 2 deletions
|
|
@ -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
|
1.19 - 2023-09-11
|
||||||
- Fix typo in --exclude-from argument
|
- Fix typo in --exclude-from argument
|
||||||
- Add --(enable|disable)-natsort options
|
- Add --(enable|disable)-natsort options
|
||||||
|
|
|
||||||
2
README
2
README
|
|
@ -1,4 +1,4 @@
|
||||||
ncdu 1.19
|
ncdu 1.20
|
||||||
=========
|
=========
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
|
||||||
|
|
@ -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_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])
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue