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 as id => {path, alias}, in the same order as addonRoots().

Fixed

  • SVG files were misclassified as PageImage instead of plain PageFile, routing them through raster-only transform code that can't run on vector images. SVGs now decode as plain files.