Implemented in a1c04ff. Script frontmatter now resolves a missing entrypoint after parsing kind: macro defaults to render, while utility and transform default to main. The fix lives in ScriptFrontm…
Implemented in e9f2cdb. Added cross-platform pure-Rust HEIC/HEIF decoding with hpvcd, including orientation, clean-aperture display cropping, 8/10/12-bit conversion, alpha preservation, and a…
Implemented in bdfe57b. Replaced image 0.25's lossless-only WebP output with webp 0.3.1/libwebp encode_simple(false, quality), preserving RGBA alpha input and passing the existing production q80…
Implemented in 70503c8. Added a Diesel-generated SQLite migration and regenerated schema snapshot for the named unique (kind, entity_id, status) index; upgraded entity_id to NOT NULL, normalized…
Implemented in 2dcaf7f. Automatic post translation is now triggered only by an explicit manual canonical save; publishing no longer schedules missing translations, and autosave/internal persistence…
Implemented in 556d9c1. Configured language prefixes are now stripped before all generated-route classification, so localized page-category paths such as de/about/index.html classify as Core just…