github wojciech-kulik/FlashSpace v4.17.78

5 hours ago

What's Changed

🤩 Features

🐞 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

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

Don't miss a new FlashSpace release

NewReleases is sending notifications on new releases.