v0.0.61
8 July 2026
Faster SQLite writes for cache and registry, skipping redundant variant writes.
Changed
CacheandRegistrySQLite connections now usePRAGMA synchronous=NORMAL, skipping an fsync on every write for this disposable, rebuildable data.Registry::setVariant()skips the write if a matching variant row already exists, instead of writing on every repeat render of the same variant.