Skip to content

v1.46.0

Choose a tag to compare

@y3owk1n y3owk1n released this 06 Jul 09:17
53ec336

1.46.0 (2026-07-06)

Overview

The biggest highlight for this release is Linux KDE support, plus other small features and bug fixes.

Windows

Note

Windows implementations are mainly contributor driven, feel free to help improving it!

  • Overlay now shows on the right active monitor

Linux

Note

Linux implementations are mainly contributor driven, feel free to help improving it!

  • Added KDE linux support, nice!

macOS

  • Added a new monitor_select mode for better multi-monitor workflow
  • Move global hotkeys to newer CGEventTaps
  • Ensure mode and sticky modifier indicator always visible (No longer gone after wake from sleep)

All Platforms

  • wait_for_mode_exit now has a --bail flag to abort when manual escape

Features

  • cli: add --bail flag to wait_for_mode_exit for chain abort-on-cancel (#970) (92289a2)
  • darwin: new monitor_select mode with overlay (#963) (6ba2aab)
  • darwin: replace Carbon hotkeys with per-hotkey CGEventTaps (#967) (fd77dd5)
  • linux,kde: add support for KDE linux (#931) (b7563a4)

Bug Fixes

  • darwin,monitor_select: allow current monitor to be selectable (#964) (ad2dcb5)
  • darwin,monitor_select: remove unneeded isCurrent theming (#965) (242e37b)
  • darwin: keep indicators visible after wake changes (#962) (444ccf9)
  • darwin: keep mode indicator visible across Spaces (#956) (34b9499)
  • windows: correct active monitor detection (#966) (b7b03e1)