Changelog
What's new.
Studio (the SaaS) and the open standard release independently.
Studio versions follow the workspace UI; the CLI and runtime
follow npm semver on @work.books/cli and
@work.books/runtime.
Studio v0.5 — May 2026
- Group libraries — workbooks live inside groups with their own contributors and access policy.
- Broker upload via
workbook publish— loopback OAuth from the CLI, no manual token paste. - Per-workbook self-revoke — change visibility or clear grants without leaving the workbook page.
- Public sharing —
workbooks.sh/w/<id>resolves through the broker; recipient sees a trust prompt before the artifact runs.
Standard — May 2026
- Source bundle becomes default in
@work.books/cli0.5.0: builds embed a gzipped snapshot of the source tree (--no-bundleopts out,--bundle-gitincludes.git/). - Compound extension retired. Workbooks are
.html— not.workbook.html. Content-sniff is the source of truth. - Workbooks pivot. Product framing moves from "self-editing daemon-mounted file" to "portable HTML mini-app with source travelling inside." See the standard for the current model. The legacy daemon still ships for installed users; new features go to the CLI and hosted Studio.
Earlier
Pre-0.5 changelog lives on GitHub. See workbooks/releases for the full release history across the runtime, CLI, broker, and Studio.