Bug Fixes
- Fixed "Rebuild Full Catalog" — resolved a database error when triggering a full catalog rebuild (
catalog_rebuild_fullwas missing from the task_type ENUM)
Improvements
- Replaced Parsedown with league/commonmark — fixes PHP 8.4 deprecation warnings in release notes display; uses the actively-maintained CommonMark library with GitHub Flavored Markdown support
Security & Dependency Updates
- Pinned
wheel>=0.46.2to address CVE-2026-24049 (CVSS 7.1)