Added
- Added a new
openBackground
option for URL Actions, which is set tofalse
by default. This lets URLs open in the background without the app taking focus—perfect for automation workflows. To update all your URL actions with this new field, just add any action to your config via the CLI.
Changed
- Clipboard restoration now has a delay of 0.3 seconds instead of the previous 0.1, to prevent paste issues. #3
How to Update
If Installed through Homebrew
brew update
brew upgrade macrowhisper
macrowhisper --restart-service
If Installed with Script
curl -L https://raw.githubusercontent.com/ognistik/macrowhisper/main/scripts/install.sh | sh
macrowhisper --restart-service
You may need to grant accessibility permissions one more time