ncdu 2.9.1 & FU 1.3
This commit is contained in:
parent
e73698a139
commit
d9425150f8
28 changed files with 136 additions and 7 deletions
|
|
@ -44,7 +44,7 @@ information and details.
|
|||
## Download <a href="/fu/feed.atom"><img src="/img/feed_icon.png" alt="Atom feed"></a>
|
||||
|
||||
Latest version
|
||||
: 1.2 (2025-07-06 - [FU-1.2.tar.gz](/download/FU-1.2.tar.gz) \-
|
||||
: 1.3 (2025-09-04 - [FU-1.3.tar.gz](/download/FU-1.3.tar.gz) \-
|
||||
[CPAN mirror](https://metacpan.org/release/FU))
|
||||
|
||||
Development version
|
||||
|
|
|
|||
|
|
@ -17,6 +17,12 @@ respective issue tracker or send a mail to
|
|||
|
||||
# Entries
|
||||
|
||||
`2025-09-04` - Flower\_Of\_Reasoning
|
||||
: The most based VN enjoyer.
|
||||
|
||||
`2025-08-20` - Dmitry
|
||||
: I love it
|
||||
|
||||
`2025-08-15` - Vinix
|
||||
: totally cracked software dawg W website W contributions to the VN loving world fr fr no cap
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,15 @@ crap I've written over the years. :)
|
|||
<!-- 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>
|
||||
|
||||
`2025-09-04` - FU 1.3 released <!-- tags: fu, link: /fu -->
|
||||
: Improved UTF-8 validation and moved checking for control characters out of
|
||||
the JSON/URI parsing functions and into the Validation module.
|
||||
[Homepage](/fu) - [Changelog](/fu/changes).
|
||||
|
||||
`2025-08-21` - ncdu 2.9.1 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Adds support for building with Zig 0.15. [Homepage](/ncdu) -
|
||||
[Changelog](/ncdu/changes2).
|
||||
|
||||
`2025-08-16` - ncdu 2.9 released <!-- tags: ncdu, link: /ncdu -->
|
||||
: Adds the `--delete-command` option, fixes binary import on old Linux
|
||||
kernels and improves accessibility of the file deletion confirmation
|
||||
|
|
|
|||
12
dat/ncdu.md
12
dat/ncdu.md
|
|
@ -31,15 +31,15 @@ Colors
|
|||
Static binaries
|
||||
: Convenient static binaries for Linux. Download, extract and run; no
|
||||
compilation or installation necessary:
|
||||
[x86](/download/ncdu-2.9-linux-x86.tar.gz) -
|
||||
[x86_64](/download/ncdu-2.9-linux-x86_64.tar.gz) -
|
||||
[ARM](/download/ncdu-2.9-linux-arm.tar.gz) -
|
||||
[AArch64](/download/ncdu-2.9-linux-aarch64.tar.gz).
|
||||
[x86](/download/ncdu-2.9.1-linux-x86.tar.gz) -
|
||||
[x86_64](/download/ncdu-2.9.1-linux-x86_64.tar.gz) -
|
||||
[ARM](/download/ncdu-2.9.1-linux-arm.tar.gz) -
|
||||
[AArch64](/download/ncdu-2.9.1-linux-aarch64.tar.gz).
|
||||
|
||||
Zig version (stable)
|
||||
: 2.9 (2025-08-16 - [ncdu-2.9.tar.gz](/download/ncdu-2.9.tar.gz) - [changes](/ncdu/changes2))
|
||||
: 2.9.1 (2025-08-21 - [ncdu-2.9.1.tar.gz](/download/ncdu-2.9.1.tar.gz) - [changes](/ncdu/changes2))
|
||||
|
||||
Requires Zig 0.14.
|
||||
Requires Zig 0.14 or 0.15.
|
||||
|
||||
The [Zig language](https://ziglang.org/) and compiler are still somewhat
|
||||
unstable, use the ncdu 1.x branch if this does not work for you or if you
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue