v0.32.0
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
- Treat markdown filed into a portfolio as an attachment, not a note by @agustinvalencia in #455
- Surface what reconciliation left out of the index by @agustinvalencia in #457
- Lead the project map with its state, and cap what accumulates by @agustinvalencia in #460
- Make Today the day, and say what you are in the middle of by @agustinvalencia in #462
- Give the important questions a view of their own by @agustinvalencia in #463
- Shape the shell like the method, and file settings as settings by @agustinvalencia in #464
- Make Actions a surface you can work from by @agustinvalencia in #465
- Keep the month in view, and say where today is by @agustinvalencia in #466
- Give commitments a shape you can read at a glance by @agustinvalencia in #467
- Let a stewardship's quiet be the thing you see first by @agustinvalencia in #468
- Show the review's shape, and hand back the wins as a list by @agustinvalencia in #469
- Make the monthly review a ritual that leaves an artefact by @agustinvalencia in #470
- Release v0.32.0 by @agustinvalencia in #471
Full Changelog: v0.31.0...v0.32.0