Skip to content

v1.42.1

Latest

Choose a tag to compare

@goodroot goodroot released this 20 Aug 15:53

v1.42.1

Fixed

  • Added ydotool_modifier_overrides for desktop-level modifier remaps, such as swapping Ctrl and Caps Lock:
{
  "ydotool_modifier_overrides": {
    "ctrl": "capslock"
  }
}
  • Improved incomplete-installation handling. The launcher now reports a clear setup error when the managed Python environment is missing instead of falling back to system Python and producing misleading dependency errors.

Maintenance

  • Updated the website’s js-yaml and nanoid dependencies to address security advisories. These did not impact hyprwhspr in any material way.