Files
context-extractor/CHANGELOG.md
T
ilia 81ba2461d1
CI / automation-js (vitest + real Chromium) (pull_request) Successful in 1m12s
CI / Lint + tests (pull_request) Successful in 10m25s
Release 1.5.0: controls inventory and data-URI truncation.
Also align __version__ with the unified product version.
2026-08-09 19:31:58 -04:00

14 lines
594 B
Markdown

# 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