ncdu 2.1.1
This commit is contained in:
parent
73eaaf0a6f
commit
edb6edb5b6
22 changed files with 105 additions and 5 deletions
|
|
@ -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>
|
||||
|
||||
`2022-03-25` - ncdu 2.1.1 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: A minor bugfix release: fixes a typo, a possible crash when refreshing and
|
||||
reverts the default `--graph-style` to hash characters.
|
||||
[Ncdu homepage](/ncdu) - [Changelog](/ncdu/changes2).
|
||||
|
||||
`2022-02-07` - ncdu 2.1 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: This release order file names using natural sorting, unicode box drawing
|
||||
characters for the size bar, a `--graph-style` option, and fixes a few
|
||||
|
|
|
|||
10
dat/ncdu.md
10
dat/ncdu.md
|
|
@ -9,7 +9,7 @@ POSIX-like environment with ncurses installed.
|
|||
## Download
|
||||
|
||||
Zig version (stable)
|
||||
: 2.1 ([ncdu-2.1.tar.gz](/download/ncdu-2.1.tar.gz) - [changes](/ncdu/changes2) - requires Zig 0.9.0)
|
||||
: 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)
|
||||
|
||||
See the [beta release announcement](/doc/ncdu2) for information about the
|
||||
motivation for the rewrite and some of the differences with the C version.
|
||||
|
|
@ -23,10 +23,10 @@ Zig version (stable)
|
|||
work for you or if you need a more stable compilation environment.
|
||||
|
||||
Convenient static binaries for Linux:
|
||||
[i486](/download/ncdu-2.1-linux-i386.tar.gz),
|
||||
[x86_64](/download/ncdu-2.1-linux-x86_64.tar.gz),
|
||||
[ARM](/download/ncdu-2.1-linux-arm.tar.gz) and
|
||||
[AArch64](/download/ncdu-2.1-linux-aarch64.tar.gz).
|
||||
[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).
|
||||
Download, extract and run; no compilation or installation necessary.
|
||||
|
||||
C version (LTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue