CHANGELOG
Every release, in plain text.
The same notes we publish to the Chrome Web Store.
0.2.1 — 2026-08-23
Removed
- The "scripting" permission. It was scaffolding left over from the initial project
setup and was never actually called — Archify injects its analysis script through
web-accessible resources, not the scripting API. The Chrome Web Store removed the
listing over the unused declaration; this release drops the permission. Archify now
requests only storage and site access. No functional change.
0.2.0 — 2026-07-03
First Chrome Web Store release.
Added
- API surface view: every outbound request the page makes, grouped by origin.
- PCI input inventory: which third-party scripts can reach sensitive form fields.
- Share card export: a page's architecture profile as an image or markdown inventory.
- Architecture Flow survives full-page navigations and redirects.
- Welcome page on first install, and a reload prompt for tabs opened before Archify was installed.
Changed
- Detection overhaul: resource-timing and DOM-selector fingerprints, ~45 new signatures.
- Component-type and UI-library detection widened with ancestor context.
- Pick-to-inspect UX overhaul.
- Hover inspector is now opt-in — OFF by default on fresh installs. Toggle it from the popup or with Ctrl+Shift+H.
0.1.0 — 2026-06-02
Added
- Hover inspector: framework, component type, and UI library under the cursor, with confidence scoring.
- Page profile popup: tech stack and hosting provider for the current page.
- 100% local analysis — no account, no servers, no telemetry.