File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010<!-- Empty for now - add here as you work -->
1111
12+ ## [ 0.6.7] - 2025-11-22
13+
14+ ### Fixed
15+
16+ - ** Subcommand help output** - ` --help --json ` now returns focused command info instead of full tool structure (#84 )
17+ - ** Graceful degradation for dom get** - Handle accessibility API unavailability gracefully (#82 )
18+ - ** Stale query cache detection** - Detect and clear stale query cache after page navigation (#74 )
19+
20+ ### Changed
21+
22+ - ** Improved cache management** - Better DOM element resolution and cache management architecture (#79 )
23+ - ** Consolidated cleanup logic** - Improved type safety in cleanup state and type guards (#77 )
24+ - ** Removed unused exports** - Clean up unused exports identified by knip (#80 )
25+ - ** Documentation updates** - Slimmer README with Wiki links, updated CDP method count to 644
26+
1227## [ 0.6.6] - 2025-11-21
1328
1429### Added
Original file line number Diff line number Diff line change 11{
22 "name" : " browser-debugger-cli" ,
3- "version" : " 0.6.6 " ,
3+ "version" : " 0.6.7 " ,
44 "description" : " DevTools telemetry in your terminal. For humans and agents. Direct WebSocket to Chrome's debugging port." ,
55 "type" : " module" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments