More releases
This commit is contained in:
parent
ef22aaad04
commit
e73698a139
35 changed files with 181 additions and 13 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.0 (2025-05-11 - [FU-1.0.tar.gz](/download/FU-1.0.tar.gz) \-
|
||||
: 1.2 (2025-07-06 - [FU-1.2.tar.gz](/download/FU-1.2.tar.gz) \-
|
||||
[CPAN mirror](https://metacpan.org/release/FU))
|
||||
|
||||
Development version
|
||||
|
|
|
|||
|
|
@ -17,6 +17,27 @@ respective issue tracker or send a mail to
|
|||
|
||||
# Entries
|
||||
|
||||
`2025-08-15` - Vinix
|
||||
: totally cracked software dawg W website W contributions to the VN loving world fr fr no cap
|
||||
|
||||
`2025-08-14` - ~
|
||||
: \# I love vndb! thanks
|
||||
|
||||
`2025-07-06` - ~
|
||||
: Just tried ncdu today and it helped a lot in analyzing our data so I wanted to say thanks :)
|
||||
|
||||
`2025-07-05` - rho
|
||||
: thank you for your amazing works.
|
||||
|
||||
`2025-07-15` - nekiwo
|
||||
: nice.
|
||||
|
||||
`2025-07-15` - ~
|
||||
: thanku :3
|
||||
|
||||
`2025-07-13` - guest
|
||||
: Thank you for this beautiful small program.
|
||||
|
||||
`2025-05-03` - ~
|
||||
: good work, thank you
|
||||
|
||||
|
|
|
|||
15
dat/index.md
15
dat/index.md
|
|
@ -10,6 +10,21 @@ 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-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
|
||||
window. [Homepage](/ncdu) - [Changelog](/ncdu/changes2).
|
||||
|
||||
`2025-07-06` - FU 1.2 released <!-- tags: fu, link: /fu -->
|
||||
: Reject non-boolean-looking values in Postgres bind parameters & improve
|
||||
process name updating on starup. [Homepage](/fu) - [Changelog](/fu/changes).
|
||||
|
||||
`2025-06-07` - FU 1.1 released <!-- tags: fu, link: /fu -->
|
||||
: Added several extra hardening features: identifier quoting in the query
|
||||
builder, reject escaped control characters in JSON and refuse to serialize
|
||||
Perl references when writing XML. [Homepage](/fu) -
|
||||
[Changelog](/fu/changes).
|
||||
|
||||
`2025-05-11` - FU 1.0 released <!-- tags: fu, link: /fu -->
|
||||
: First "stable" release, now that it has been used in production for a
|
||||
while. Includes a whole bunch of debugging improvements and bug fixes.
|
||||
|
|
|
|||
|
|
@ -26,11 +26,6 @@ Requirements
|
|||
|
||||
Ncdc is entirely written in C and available under a liberal MIT license.
|
||||
|
||||
Community
|
||||
: - [Bug tracker](https://code.blicky.net/yorhel/ncdc/issues) - For bugs reports, feature requests and patches.
|
||||
- `adcs://dc.blicky.net:2780/` - For real-time chat.<br>
|
||||
<small>TLS fingerprint as of 2024-10-04 is 5ZFSEGG26HUYZ7NXD6BARU6JHGLF7WNCP3LNYEFACMPRDFJKUEVA.</small>
|
||||
|
||||
Project Status
|
||||
: Passive maintenance. No active development has been happening for a while,
|
||||
but I'm still around to implement fixes and the occasional feature update.
|
||||
|
|
|
|||
12
dat/ncdu.md
12
dat/ncdu.md
|
|
@ -31,13 +31,13 @@ Colors
|
|||
Static binaries
|
||||
: Convenient static binaries for Linux. Download, extract and run; no
|
||||
compilation or installation necessary:
|
||||
[x86](/download/ncdu-2.8.1-linux-x86.tar.gz) -
|
||||
[x86_64](/download/ncdu-2.8.1-linux-x86_64.tar.gz) -
|
||||
[ARM](/download/ncdu-2.8.1-linux-arm.tar.gz) -
|
||||
[AArch64](/download/ncdu-2.8.1-linux-aarch64.tar.gz).
|
||||
[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).
|
||||
|
||||
Zig version (stable)
|
||||
: 2.8.2 (2025-05-01 - [ncdu-2.8.2.tar.gz](/download/ncdu-2.8.2.tar.gz) - [changes](/ncdu/changes2))
|
||||
: 2.9 (2025-08-16 - [ncdu-2.9.tar.gz](/download/ncdu-2.9.tar.gz) - [changes](/ncdu/changes2))
|
||||
|
||||
Requires Zig 0.14.
|
||||
|
||||
|
|
@ -94,7 +94,7 @@ MacOS ([Fink](https://pdb.finkproject.org/pdb/package.php/ncdu) - [Homebrew](htt
|
|||
Packages for NetBSD, DragonFlyBSD, MirBSD and others can be found on
|
||||
[pkgsrc](http://pkgsrc.se/sysutils/ncdu).
|
||||
|
||||
There is also a [binary for Tru64 UNIX](https://www.unix-wissen.de/Tru64/).
|
||||
There is also a [binary for Tru64 UNIX](https://www.unix-wissen.de/Tru64/) and a [binary for Windows](https://itefix.net/wincdu).
|
||||
|
||||
## Similar projects
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue