Skip to content

Releases: zenangst/KeyboardCowboy

0.12.0

11 Mar 18:30
Compare
Choose a tag to compare
0.12.0 Pre-release
Pre-release

🚿 Improves error handling #224

0.11.1

09 Mar 06:50
Compare
Choose a tag to compare
0.11.1 Pre-release
Pre-release

🏃‍♂️ Improve the initial focus when using the quick run feature #223

0.11.0

08 Mar 17:55
Compare
Choose a tag to compare
0.11.0 Pre-release
Pre-release

🌸 Refactor handling of launching applications
💫 Finally solve the issue where it opens the application window at launch
🏎 Improves performance when running Apple Scripts by caching previously invoked scripts
🧘🏼‍♀️ Improves focus handling in the quick run window
💼 Improve UX by setting the first responder to the workflow title text field when adding a new workflow
🌍 Improve generated names when dropping urls into a workflow
⚡️ Adds a specific code path for handling activation and launching of Electron apps
📭 Adds empty states to the workflow list and workflow detail

0.10.0

06 Feb 15:49
Compare
Choose a tag to compare
0.10.0 Pre-release
Pre-release

🏎 Adds a new Quick Run window that can be bound to a keyboard shortcut. This new dialog can invoke all commands, even ones that don't have a keyboard shortcut assigned to it #220

0.9.2

20 Jan 17:46
Compare
Choose a tag to compare
0.9.2 Pre-release
Pre-release

🪲 Fixes more bugs related to mapping certain keys #219

0.9.1

18 Jan 21:47
Compare
Choose a tag to compare
0.9.1 Pre-release
Pre-release

🪲 Fixes the issue where the application wouldn't respond to keyboard shortcuts that involved numbers #218

0.9.0

18 Jan 21:13
Compare
Choose a tag to compare
0.9.0 Pre-release
Pre-release

⌨️ Adds a new "type" command for typing text on behalf of the user #217
✨ Minor improvements to mapping key codes to keyboard shortcuts #217

0.8.3

15 Jan 15:59
Compare
Choose a tag to compare
0.8.3 Pre-release
Pre-release

🐚 Improve running shell scripts by adding the interactive flag to the process so that it properly picks up the users paths and other environment variables (Thanks to Tim Kurvers @timkurvers)

0.8.2

15 Jan 06:57
Compare
Choose a tag to compare
0.8.2 Pre-release
Pre-release

🐚 Fixes bug where shell script never finish properly and start eating away at the CPU #215 (Thanks to Tim Kurvers @timkurvers)

0.8.1

14 Jan 21:52
Compare
Choose a tag to compare
0.8.1 Pre-release
Pre-release

🐚 Properly resolve the users $PATH when running shell scripts #214 (Thanks to Tim Kurvers @timkurvers and Sindre Moen @sindrenm ❤️)