v0.0.55
7 July 2026
Addon listing helper and a fix for SVGs being misclassified as raster images.
Added
App::addons(): returns enabled addons asid => {path, alias}, in the same order asaddonRoots().
Fixed
- SVG files were misclassified as
PageImageinstead of plainPageFile, routing them through raster-only transform code that can't run on vector images. SVGs now decode as plain files.