Skip to content

Commit fa429f3

Browse files
committed
Release version 0.10.0
1 parent 4cfff2e commit fa429f3

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

NEWS

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,35 @@
1+
Version 0.10.0
2+
~~~~~~~~~~~~~~
3+
Released: 2025-09-16
4+
5+
Notes:
6+
* This release switches from using the D programming language to C++23.
7+
This change should simplify maintenance of the tool and allow it to
8+
be more compatible with other tooling. C++23 adopted a lot of D's
9+
features, so this is a pretty direct port - still, issues may exist
10+
even though this release has been tested extensively. So, perform your
11+
own tests and report any issues!
12+
13+
Features:
14+
* Translate the project from D to C++23
15+
* zarchive: Support reading from hardlinks
16+
* Use backward-cpp if available for automated crash backtraces
17+
* Add optimization for repeated reads from large archives
18+
* Add support for loading JPEG-XL icons
19+
20+
Bugfixes:
21+
* zarchive: Ensure parent path is created before opening file
22+
* debian: Ensure legacy-style repos get package descriptions for components
23+
* Create document timestamps in the right format
24+
* iconhandler: Render SVG with new API and properly report errors again
25+
26+
Miscellaneous:
27+
* Add and enforce an npm lockfile
28+
* Avoid some unnecessary data copies and refcounting where possible
29+
30+
Contributors:
31+
Joey Riches, LN Liberda, Matthias Klumpp
32+
133
Version 0.9.2
234
~~~~~~~~~~~~~~
335
Released: 2025-08-12

0 commit comments

Comments
 (0)