v0.6.0 — The desk expands
At **1024px and wider**, roono becomes a three-pane shell: folders and trash on the left, searchable drafts with real content previews in the middle, the editor on the right. `⌘.` hides the chrome when you want only prose. `⌘⇧1` and `⌘⇧2` toggle the rail and list. Excerpts c…
A library that stays open
At **1024px and wider**, roono becomes a three-pane shell: folders and trash on the left, searchable drafts with real content previews in the middle, the editor on the right. `⌘.` hides the chrome when you want only prose. `⌘⇧1` and `⌘⇧2` toggle the rail and list. Excerpts come from the API so you see the draft, not just the title.
Numbers without gamification
**Writing statistics** (`⌘⇧W`) show words today, your streak, all-time total, and a calm 30-day bar chart. A quiet heartbeat syncs session deltas to Postgres — no badges, no confetti.
Goals that belong to the document
Set a **word goal per document** from the palette. A small ring in the status bar tracks progress separately from the session target you set for a single sitting.
Research beside the draft
**Research & citations** (`⌘⇧R`) fetches a URL through roono’s SSRF-guarded proxy, shows title and excerpt, and **Cite** drops a footnote at the end of the draft. Draft writers get ten sources per session; Cloud is unlimited.
Split view for structure
On wide screens, dock **Outline**, **AI**, or **Metrics** beside the canvas at 40% width — same panels as before, no slide-over animation. Narrow viewports keep the overlay behaviour you already know.
Export for submission
Cloud writers can export the open draft as **PDF, DOCX, or EPUB** from the export modal. The API calls a dedicated Pandoc service when `EXPORT_SERVICE_URL` is configured; until then the route returns **503** so Draft users are never surprised by a half-working button.
Ship the **API and writer SPA together** for this release (migrations `0010`–`0011`, excerpt field, shell). Tracked under [RAA-167](https://linear.app/factoura/issue/RAA-167).