Skip to content

Jove v1.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 19 Jul 10:11
· 7 commits to main since this release

macOS build is currently unsigned

The macOS build ships as an unsigned .zip for now (signed + notarized
installers are planned). Drop the bundles into:

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

Then strip the Gatekeeper quarantine attribute once per bundle:

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

Or build from source (see README.md). Linux is unaffected (no signing
concept).


Added

  • CI (macOS + Linux build/test matrix) and a release pipeline: rolling
    nightly prerelease from main, versioned releases from tags, with
    downloadable macOS (universal, unsigned zip) and Linux artifacts

Fixed

  • Linux build: ObjC++ keyboard-forwarding glue is macOS-only now; non-mac
    builds use header-only stubs (undefined references at link, caught by CI)