You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way keyboard shortcuts are stored and resolved has been completely overhauled. It now properly supports detecting left & right modifiers in complete harmony. (Big shout out to @timkurvers for being a proper buddy through this whole ordeal.)
Under the hood improvements to how the UI performance updates will help speed up development when creating new features.
The size of the configuration has been created reduced as we no longer stored empty collections, such as keyboard shortcuts without modifiers.
The application now automatically creates a backup of the configuration file when then new update is first launched.\n It is stord in ~/.config/keyboardcowboy/backups.
Fixes a bug where the initial wizard window wasn't properly set up. #572
Fixes a bug where url commands couldn't be updated. #568