Changelog — April 25, 2026
Major feature drop including changelog integration in the dashboard, full-stack API key management, storage purge UI improvements, annotation shape fixes, detail sheet redesign, and retina-quality thumbnails.
Release
v1.32.0✨ New Features
-
Dashboard Changelog & Sidebar Redesign — Integrated the changelog directly into the dashboard with a redesigned sidebar navigation for easier access.
#PR-568 -
API Key Management (Full-Stack) — End-to-end implementation of API key management: new Prisma model + migration, GraphQL queries/mutations, scope definitions, and a complete settings UI section with create/revoke flows.
#PR-558 -
Storage Purge UI — Full dialog interface for storage purge operations with progress tracking, history table, and N/A handling for assets without stored sizes.
#PR-563#PR-565
🐛 Bug Fixes
-
Annotation Ellipse & Arrow — Fixed critical rendering bugs for the new ellipse and arrow annotation shapes on the image viewport canvas.
#PR-562 -
Detail Sheets Scroll Overflow — Replaced ScrollArea with native overflow divs in all detail sheets (products, machines, guidelines, organizations, users) to fix edit input overflow issues and improve scroll behavior.
#PR-560#PR-561#PR-566 -
Thumbnail Quality for Retina Displays — Improved thumbnail generation in the asset processing worker to render at higher resolution for retina/HiDPI screens.
#PR-567 -
API Keys Settings Redesign — Reworked the API keys section to match the updated settings page design language.
#PR-564
♻️ Refactoring & Technical Improvements
-
Changelog Route Layout — Moved changelog pages under a dashboard route group
/(dashboard)for consistent layout and navigation structure.#PR-568 -
Sidebar Navigation — Updated sidebar icons and menu items to reflect the new dashboard structure.
#PR-568