mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 10:18:39 -09:00
Version 1.19
This commit is contained in:
parent
6143a03a77
commit
1ca0c5769b
3 changed files with 8 additions and 3 deletions
|
|
@ -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
|
1.18.1 - 2023-02-12
|
||||||
- Fix build on non-Linux platforms
|
- Fix build on non-Linux platforms
|
||||||
|
|
||||||
|
|
|
||||||
4
README
4
README
|
|
@ -1,5 +1,5 @@
|
||||||
ncdu 1.18.1
|
ncdu 1.19
|
||||||
===========
|
=========
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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_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