v0.33.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
- Untrack the dev vault's rebuildable state, and scrub a docs example by @agustinvalencia in #476
- RFC 0001: Declarative tracking metrics by @agustinvalencia in #477
- Add a float arm to FieldType by @agustinvalencia in #493
- Carry structured metrics and a bounded entry date on a tracking write by @agustinvalencia in #494
- Derive tracking series from frontmatter, reduced per declared metric by @agustinvalencia in #495
- Fix the body tracking template's shape and broaden the example set by @agustinvalencia in #496
- Suppress a declared activity's body-table series by @agustinvalencia in #498
- Parse [tracking.], and return the contract for discovery by @agustinvalencia in #499
- Merge a second same-day tracking entry instead of erroring by @agustinvalencia in #501
- Carry the declaration onto a series, and expose series over MCP by @agustinvalencia in #502
- Add a derived metric expression, parsed to a typed AST at load by @agustinvalencia in #503
- Document the aggregation contract and the metric-kind taxonomy by @agustinvalencia in #504
- Gate undrawn series and cap the chart grid by @agustinvalencia in #505
- Persist plot kind through an explicit, gated action by @agustinvalencia in #506
- Release v0.33.0 by @agustinvalencia in #508
Full Changelog: v0.32.1...v0.33.0