Skip to content

Doobie v0.23.3

Choose a tag to compare

@github-actions github-actions released this 03 Jul 23:14
· 7 commits to main since this release

macOS build is currently unsigned

Doobie's Apple Developer agreement is in the process of being
re-accepted. While that's pending, the macOS build ships as an
unsigned .zip instead of the usual signed + notarized .pkg
installer. Drop the bundles into:

~/Library/Audio/Plug-Ins/Components/Doobie.component
~/Library/Audio/Plug-Ins/VST3/Doobie.vst3
/Applications/Doobie.app (or anywhere)

Then strip the Gatekeeper quarantine attribute once per bundle:

xattr -cr ~/Library/Audio/Plug-Ins/Components/Doobie.component
xattr -cr ~/Library/Audio/Plug-Ins/VST3/Doobie.vst3
xattr -cr /Applications/Doobie.app

Or install via the Homebrew tap, which does the xattr step for you:

brew tap DatanoiseTV/doobie
brew install --cask doobie

Linux is unaffected (no signing concept).


Fixed

  • Modulation-matrix Bi/Uni toggle rendering. The two halves are now equal
    width with centred labels (they were content-sized, so the active pill sat
    off-centre), and the WebKit mouse-focus ring no longer draws an orange box
    around the active toggle (keyboard focus rings are preserved for a11y).