mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -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
|
||||
- Fix typo in --exclude-from argument
|
||||
- Add --(enable|disable)-natsort options
|
||||
|
|
|
|||
2
README
2
README
|
|
@ -1,4 +1,4 @@
|
|||
ncdu 1.19
|
||||
ncdu 1.20
|
||||
=========
|
||||
|
||||
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_HEADERS([config.h])
|
||||
AM_INIT_AUTOMAKE([foreign std-options subdir-objects])
|
||||
|
|
|
|||
Loading…
Reference in a new issue