Releases: zenangst/KeyboardCowboy
Releases · zenangst/KeyboardCowboy
0.11.0
🌸 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
🏎 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
🪲 Fixes more bugs related to mapping certain keys #219
0.9.1
🪲 Fixes the issue where the application wouldn't respond to keyboard shortcuts that involved numbers #218
0.9.0
⌨️ 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
🐚 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
🐚 Fixes bug where shell script never finish properly and start eating away at the CPU #215 (Thanks to Tim Kurvers @timkurvers)
0.8.1
🐚 Properly resolve the users $PATH when running shell scripts #214 (Thanks to Tim Kurvers @timkurvers and Sindre Moen @sindrenm ❤️)
0.8.0
🏷 Features giving Apple- & Shell scripts their own names #213
0.7.5
🐚 Fix environment variables when running shell scripts #212