v1.0.6: Web Panel Shortcut Passthrough (Ctrl+Enter for Twitter, ChatGPT & Claude)
⚡ What's New in v1.0.6
-
Web Panel Shortcut Passthrough & Instant Submit Fix:
- The Root Cause Solved: Uncovered a two-part bug in Vivaldi's core shortcut dispatcher where
Ctrl+Enter/Meta+Enterwas omitted from the text-editing passthrough set (f) and web panels were misclassified as unfocused background tabs bygetFocusedElementInfo. - Instant Post / Tweet / Submit: Pressing
Ctrl+EnterorCmd+Enterdirectly submits tweets on Twitter/X, prompts on ChatGPT/Claude/Gemini, comments on GitHub, and messages on Discord/Slack without browser interception. - Runtime Capture Guard: Added
setupPanelShortcutGuard()insrc/edge-panel-mod.jspreventing outer UI shortcut hijacking. - Cross-Platform Patcher:
src/patch-bundle.pyautomatically patchesbundle.jsacross Linux, Windows, macOS, and BSD.
- The Root Cause Solved: Uncovered a two-part bug in Vivaldi's core shortcut dispatcher where
-
Automated Shortcut Test Suite:
- Added
tests/test_shortcuts.jsverifying passthrough table simulation, panel keydown capture, and end-to-end bundle patch execution.
- Added
-
Updated Engineering Ledger & Docs:
- Added Iteration 7 autopsy to
CHANGELOG.mdand updatedREADME.mdwith Mermaid flowcharts.
- Added Iteration 7 autopsy to