Skip to content

v0.28.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 17:15
8c5b826

Desktop app (macOS) — read before first launch

The cuaderno-app-*.dmg is ad-hoc signed, not notarized, and there
is no auto-updater yet. To get it running:

  1. Gatekeeper (right-click -> Open no longer works on macOS 15+):
    after copying the app to /Applications, run
    xattr -dr com.apple.quarantine /Applications/cuaderno.app
    (or use System Settings -> Privacy & Security -> "Open Anyway"
    after the first blocked attempt).
  2. Vault discovery: on first launch the app asks for your vault
    folder with a native picker and remembers it. CUADERNO_VAULT_PATH
    overrides it for terminals/dev (CUADERNO_VAULT_PATH=... open -a cuaderno), but it is no longer required for a Finder launch.

What's Changed

Full Changelog: v0.27.0...v0.28.0