What's Changed
🤩 Features
- feat(menu-bar): add option to use a script for title formatting by @wojciech-kulik in #592
- feat(cli): add '--active' flag to 'list-workspaces' by @wojciech-kulik in #593
- chore: bump version to 4.17.78 by @wojciech-kulik in #594
🐞 Bug Fixes
- fix(pip): match both Chrome PiP title variants by @exsesx in #590
- fix(cli): show correct details when CLI is installed by Homebrew by @wojciech-kulik in #591
⚙️ Other
- docs: add Raycast extension to README by @wojciech-kulik in https://github.com/wojciech-kulik/FlashSpace/pull/587™
Notes
Here is a sample script you could use to generate menu bar title:
menu.sh
#!/bin/bash
WORKSPACE1="$(flashspace get-workspace --display "Built-in Retina Display")"
WORKSPACE2="$(flashspace get-workspace --display "DELL U2723QE")"
echo "$WORKSPACE1 | $WORKSPACE2"Full Changelog: v4.16.76...v4.17.78