Highlights
This release introduces IDE keymap presets to reduce shortcut conflicts when running sabiql inside an IDE terminal. Alongside this, the settings modal shortcut has moved from Ctrl+K to , for the same reason. The Result History feature has also been removed — it saw little use and the UI was not intuitive enough to keep.
What's Changed in v1.13.0
🎯 User-Facing Changes
- feat(sab-267): Add keymap presets (including a dedicated IDE preset) by @riii111 in #429
- fix: Change settings modal shortcut from
Ctrl+Kto,by @riii111 in #436 - refactor: Remove Result History feature (
Ctrl+H) by @riii111 in #428 - fix: Block mixed acknowledge reasons and register statement keywords in lexer by @riii111 in #417