···55The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7788+## [0.19.0] — 2026-04-01
99+1010+### Added
1111+- Slide presentation editor with canvas rendering, themes, layouts, transitions, and presenter mode (#279)
1212+- Diagrams/whiteboard editor with freeform SVG canvas, shapes, arrows, freehand drawing, and pan/zoom (#279)
1313+- Threaded comments sidebar in docs with reply, resolve, and reopen (#279)
1414+- Follow mode to sync viewport with a collaborator's cursor position (#279)
1515+- Typewriter/focus mode that dims non-active paragraphs and auto-scrolls (#279)
1616+- Document minimap with heading outline and viewport indicator (already wired, now styled)
1717+- Cross-document wiki links supporting all document types (docs, sheets, forms, slides, diagrams) (#279)
1818+- REST API v1 endpoints: list documents, get document metadata, batch resolve for cross-doc embeds (#279)
1919+- Command palette entries for creating presentations and diagrams
2020+- Landing page create cards for "New Presentation" and "New Diagram"
2121+- CSS for slides editor, diagrams whiteboard, presenter overlay, comments sidebar, follow banner, split view, typewriter mode
2222+- Responsive styles for all new surfaces (768px and 480px breakpoints)
2323+- Electron traffic-light padding for macOS desktop app
2424+825## [0.18.0] — 2026-03-31
9261027### Added