Skip to content

v1.27.0

Choose a tag to compare

@y3owk1n y3owk1n released this 15 Mar 13:15
9c4b82a

1.27.0 (2026-03-15)

Features

  • action: add --monitor flag to move_mouse --center for multi-monitor support (#579) (a2c34fb)
  • action: support --modifier flag (#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_passthrough option (#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

  • update docs and stuffs for info and reading (#568) (e0de417)

New Contributors