v0.32.1
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:
- 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). - 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
- Resolve attachment embeds against the filesystem before calling them broken by @agustinvalencia in #472
- Release v0.32.1 by @agustinvalencia in #473
Full Changelog: v0.32.0...v0.32.1