More releases

This commit is contained in:
Yorhel 2025-08-16 11:23:56 +02:00
parent ef22aaad04
commit e73698a139
35 changed files with 181 additions and 13 deletions

View file

@ -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.