Release 1.5.0: controls inventory and data-URI truncation.
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m12s
CI / Lint + tests (pull_request) Successful in 10m25s

Also align __version__ with the unified product version.
This commit is contained in:
2026-08-09 19:31:58 -04:00
parent 16731a0c92
commit 81ba2461d1
5 changed files with 40 additions and 12 deletions
+13
View File
@@ -0,0 +1,13 @@
# Changelog
## Unreleased
## 1.5.0 — 2026-08-09
- **Interesting controls inventory** — `inventoryControls()` / `inventory_controls()` lists buttons, menuitems, and `aria-label` nodes with visible vs hidden flags; AI prompts include an Interesting Controls section
- **Truncate long `data:` URIs** in markdown links and prompt/network dumps (and extension Copy Network) so inlined images do not blow up agent context
- Fix Python `__version__` drift (was stuck at 1.3.0 while packages reported 1.4.0)
## 1.4.0
- Prior unified product version across extension, Python, and Node packages