File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed
Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 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+
133Version 0.9.2
234~~~~~~~~~~~~~~
335Released: 2025-08-12
You can’t perform that action at this time.
0 commit comments