v0.52.6
July 19, 2026
Fast, high-impact polish: navigation without double loading, list filters kept separate per organization, uniform error messages, better accessibility — plus two automatic guards that watch over server errors and translations before they ever reach production.
-
Design
Smoother navigation and per-organization filters
Moving between pages no longer shows two loading indicators in a row: the current page stays visible until the new one is ready. And list filters are now stored per organization: switching workspace no longer inherits the previous context's filters, which could make lists look empty. Two latent workspace-switch defects were also fixed, including a case where a federated session could be mistaken for an impersonation.
-
Design
Accessibility and clearer messages
Dialog close buttons are now properly announced by screen readers, the user role badge is readable in dark mode too, the error screen speaks your language, and every page extracts server error messages the same way.
-
Security
Automatic guards on errors and translations
Two new automatic checks watch every change: the first ensures server errors never expose internal details (database codes, table names); the second that every interface text has its translation in both languages — a missing translation is now caught before reaching production (and it already found and fixed one). The Chrome extension is now covered by the quality checks too, with a daily dependency scan.