Skip to main content
Presenton v0.9.4-beta adds Smart presentation generation and editing, broadens the canvas toolset, and improves template previews and exports. These notes follow the Docker v0.9.4-beta release, published August 10, 2026.

At a glance

Smart presentations

Generate and edit Smart HTML slides with streaming previews, charts, assistant tools, and community designs.

Richer canvas

Alignment guides, editable math, and a larger collection of shapes and arrows expand slide editing.

Stronger templates

Local rendering assets, automatic font handling, repeatable groups, and the Editorial theme improve template workflows.

What’s changed

Smart generation and editing

Canvas and visual editing

Templates and exports

API and data compatibility

The self-hosted API remains under /api/v1/. This release extends presentation and chat responses with Smart-generation metadata, adds Smart-generation fields to the database, and introduces community-presentation proxy routes. Existing clients can ignore the additional Smart fields and the generation_metrics server-sent event when they do not use those features.
Cloud v3 and self-hosted v1 are separate APIs. Adapt the URL, authentication, endpoint, and schema when moving a workflow between them.

Before upgrading

  1. Back up /app_data and any external database.
  2. Pull ghcr.io/presenton/presenton:latest, or select an explicit version or image digest for a controlled rollout.
  3. Re-test Smart and Standard generation, assistant editing, custom-template fonts, charts, math, and both export formats.
  4. Confirm existing integrations tolerate the additional response fields and SSE event.

Full changelog