ncdu 1.14.1

This commit is contained in:
Yorhel 2019-08-05 08:27:57 +02:00
parent 0575f640d3
commit 3da8ab9c4d
2 changed files with 12 additions and 6 deletions

View file

@ -20,6 +20,11 @@ the incidental article on this site. Enjoy your stay!
<!-- These announcements are parsed by mkfeed.pl, see that file for formatting -->
## Announcements <a href="/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
`2019-08-05` - ncdu 1.14.1 released <!-- tags: ncdu, link: /ncdu -->
: A minor bugfix release. This fixes the `--exclude-caches` option,
intermittend early exit on OS X and improves handling of out-of-memory
scenarios. [Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes).
`2019-07-06` - TUWF 1.3.1 & 1.4 released <!-- tags: tuwf, link: /tuwf -->
: Just fixes a minor issue with the tests on older Perls. [Homepage](/tuwf) -
[Changelog](/tuwf/changes)

View file

@ -9,18 +9,19 @@ POSIX-like environment with ncurses installed.
## Download
Latest version
: 1.14 ([ncdu-1.14.tar.gz](/download/ncdu-1.14.tar.gz) - [changes](/ncdu/changes))
: 1.14.1 ([ncdu-1.14.1.tar.gz](/download/ncdu-1.14.1.tar.gz) - [changes](/ncdu/changes))
I also have convenient static binaries for Linux
[i486](/download/ncdu-linux-i486-1.14.tar.gz) and
[ARM](/download/ncdu-linux-arm-1.14.tar.gz). Download, extract and run; no
compilation or installation necessary (uses
[i486](/download/ncdu-linux-i486-1.14.1.tar.gz),
[x86_64](/download/ncdu-linux-x86_64-1.14.1.tar.gz) and
[ARM](/download/ncdu-linux-arm-1.14.1.tar.gz). Download, extract and run;
no compilation or installation necessary (uses
[musl](http://www.musl-libc.org/)).
Development version
: The most recent code is available on a git repository and can be cloned
with `git clone git://g.blicky.net/ncdu.git/`. The repository is also available
for [online browsing](https://g.blicky.net/ncdu.git/).
with `git clone git://g.blicky.net/ncdu.git/`. The repository is also
available for [online browsing](https://g.blicky.net/ncdu.git/).
Ncdu is entirely written in C and available under a liberal MIT license.