1.27.0 (2026-03-15)
Features
- action: add
--monitorflag to move_mouse--centerfor multi-monitor support (#579) (a2c34fb) - action: support
--modifierflag (#581) (f51c379) - add modifier+action workflow for modes (#586) (16a2e71)
- hotkeys: add support for left/right-prefixed modifiers (#582) (9914ec8)
- passthrough: add
should_exit_after_passthroughoption (#575) (4f386c9)
Bug Fixes
- ipc: replace static ProtocolVersion with build version validation (#583) (d9f4ba1)
- make smooth cursor animation non blocking (#580) (cd818ba)
- normalize key aliases (enter, backspace, esc) in modifier combo bindings (#588) (140cc31)
- recursive_grid: ensure to normalise
keyToCell(#565) (0f531dc) - recursive_grid: make autohide preview multiplier configurable (#573) (a26acf4)
- sticky_modifier: cancel pending modifier toggle on passthrough events (#589) (2f3406c)
Documentation
New Contributors
- @buacanning made their first contribution in #582
- @alainrk made their first contribution in #588