ncdu 1.17 and 2.1.2
This commit is contained in:
parent
b3d0a65090
commit
db0e63dbf3
2 changed files with 12 additions and 6 deletions
|
|
@ -20,6 +20,12 @@ 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>
|
||||
|
||||
`2022-04-28` - ncdu 1.17 and 2.1.2 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: 2.1.2 fixes a possible crash when shortening unicode filenames and 1.17
|
||||
improves system compatibility and backports a few features from the 2.x
|
||||
branch: colors by default and natural sorting. [Ncdu homepage](/ncdu) -
|
||||
[v1 changelog](/ncdu/changes) - [v2 changelog](/ncdu/changes2).
|
||||
|
||||
`2022-04-27` - nginx-confgen 2.1 released <!-- link: /nginx-confgen -->
|
||||
: Improved handling of map blocks and a few minor fixes.
|
||||
[Homepage](/nginx-confgen) - [Changelog](/nginx-confgen/changes).
|
||||
|
|
|
|||
12
dat/ncdu.md
12
dat/ncdu.md
|
|
@ -9,7 +9,7 @@ POSIX-like environment with ncurses installed.
|
|||
## Download
|
||||
|
||||
Zig version (stable)
|
||||
: 2.1.1 ([ncdu-2.1.1.tar.gz](/download/ncdu-2.1.1.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.9.0 or 0.9.1)
|
||||
: 2.1.2 ([ncdu-2.1.2.tar.gz](/download/ncdu-2.1.2.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.9.0 or 0.9.1)
|
||||
|
||||
See the [beta release announcement](/doc/ncdu2) for information about the
|
||||
motivation for the rewrite and some of the differences with the C version.
|
||||
|
|
@ -24,14 +24,14 @@ Zig version (stable)
|
|||
crash](https://code.blicky.net/yorhel/ncdu/issues/192).
|
||||
|
||||
Convenient static binaries for Linux:
|
||||
[i486](/download/ncdu-2.1.1-linux-i386.tar.gz),
|
||||
[x86_64](/download/ncdu-2.1.1-linux-x86_64.tar.gz),
|
||||
[ARM](/download/ncdu-2.1.1-linux-arm.tar.gz) and
|
||||
[AArch64](/download/ncdu-2.1.1-linux-aarch64.tar.gz).
|
||||
[i486](/download/ncdu-2.1.2-linux-i386.tar.gz),
|
||||
[x86_64](/download/ncdu-2.1.2-linux-x86_64.tar.gz),
|
||||
[ARM](/download/ncdu-2.1.2-linux-arm.tar.gz) and
|
||||
[AArch64](/download/ncdu-2.1.2-linux-aarch64.tar.gz).
|
||||
Download, extract and run; no compilation or installation necessary.
|
||||
|
||||
C version (LTS)
|
||||
: 1.16 ([ncdu-1.16.tar.gz](/download/ncdu-1.16.tar.gz) - [changes](/ncdu/changes))
|
||||
: 1.17 ([ncdu-1.17.tar.gz](/download/ncdu-1.17.tar.gz) - [changes](/ncdu/changes))
|
||||
|
||||
Lags a bit behind on the 2.x version in terms of features and performance,
|
||||
but is still being maintained and perfectly usable.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue