ncdu 2.2.2

This commit is contained in:
Yorhel 2023-01-19 08:04:00 +01:00
parent 2d9dee10cb
commit 853a104505
6 changed files with 28 additions and 7 deletions

View file

@ -20,6 +20,14 @@ 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>
`2023-01-19` - ncdu 2.2.2 released <!-- tags: ncdu, link: /ncdu -->
: Updated for Zig 0.10.x, compilation with 0.9.x is no longer supported.
[Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes2).
`2023-01-18` - TUWF 1.5 released <!-- tags: tuwf, link: /tuwf -->
: This release contains several years worth of fixes and feature additions.
[Homepage](/tuwf) - [Changelog](/tuwf/changes)
`2022-12-23` - New article: Overengineering Title Preferences for VNDB <!-- link: /doc/vndbtitles -->
: A detailed look into the implementation of title preferences on VNDB and a
bunch of PostgreSQL experiments. [Read more.](/doc/vndbtitles)

View file

@ -17,7 +17,7 @@ Static binaries
[AArch64](/download/ncdu-2.2.1-linux-aarch64.tar.gz).
Zig version (stable)
: 2.2.1 ([ncdu-2.2.1.tar.gz](/download/ncdu-2.2.1.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.9.0 or 0.9.1)
: 2.2.2 ([ncdu-2.2.2.tar.gz](/download/ncdu-2.2.2.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.10.x)
See the [beta release announcement](/doc/ncdu2) for information about the
motivation for the rewrite and some of the differences with the C version.
@ -27,12 +27,6 @@ Zig version (stable)
of the Zig compiler noted above. Use the ncdu 1.x branch if this does not
work for you or if you need a more stable compilation environment.
**Linux users/distros** may want to apply [this patch to
Zig](https://github.com/ziglang/zig/pull/11295) to fix a [possible
crash](https://code.blicky.net/yorhel/ncdu/issues/192).
For users on Zig 0.10.0: see [#213](https://code.blicky.net/yorhel/ncdu/issues/213).
C version (LTS)
: 1.18 ([ncdu-1.18.tar.gz](/download/ncdu-1.18.tar.gz) - [changes](/ncdu/changes))