ext-v1.2.1
cortezaproject/cortezaext-v1.2.1Jun 19, 2026by pbakaus
AI Summary
This update fixes inconsistencies in badge counts between the toolbar and popup, improves error reporting for local file scans, and updates the UI to match the Kinpaku design system.
Key Highlights
- Badge count now accurately reflects anti-pattern findings.
- Local file scan errors are now reported with permission hints.
- Popup UI updated with Kinpaku design system theming.
New Features
- Visual consistency between browser-action badge, popup, and DevTools panel.
- Clearer status messages for file:// scanning issues.
Full Release Notes
- **The toolbar badge count matches the popup and panel.** The browser-action badge counted flagged elements while the popup and DevTools panel counted anti-pattern findings, so the same scan showed two numbers (for example 21 vs 34). One element can carry several findings; the badge now counts findings too, so every surface agrees. Reported in [#262](https://github.com/pbakaus/impeccable/issues/262). - **Local file scans report why they fail.** Scanning a `file://` page with file-URL access off used to leave the popup stuck on "Scanning…" forever. The popup now shows the real reason, with a permission hint for local files, and clears it on the next scan. Reported in [#258](https://github.com/pbakaus/impeccable/issues/258). - **Popup matches the Kinpaku design system.** The toolbar popup picks up the canonical carved-tile mark and light/dark theming that follows your system preference. Reported in [#260](https://github.com/pbakaus/impeccable/issues/260).