Skip to main content
Presenton v0.9.6-beta refines mathematical content, removes an obsolete write endpoint, improves Smart Mode runtime behavior, and fixes Linux desktop packaging and rendering. These notes follow the Docker v0.9.6-beta release, published August 12, 2026.
The published Docker release sequence moves from v0.9.4-beta to v0.9.6-beta. The corresponding desktop changes are available in electron-v0.9.5-beta.

At a glance

LaTeX text runs

Mathematical expressions now work inside text, lists, and table cells with dedicated editing controls.

Safer runtime

An unused unauthenticated layout-writing route is removed, and Smart HTML runtime loading is hardened.

Linux desktop fixes

Ubuntu packaging, caches, dialogs, and Smart slide rendering receive targeted Electron fixes.

What’s changed

Editing and generation

  • Replaced standalone math elements with LaTeX text runs, supporting expressions in normal text, lists, and table cells.
  • Added LaTeX parsing and editing controls while rejecting the superseded legacy math-element schema.
  • Changed the default generation mode to Standard and simplified the upload screen’s prompt starters and template suggestions.

Security and runtime

Desktop and packaging

API and data compatibility

The self-hosted API remains under /api/v1/. The removed /api/save-layout endpoint was a legacy Next.js route and is not part of the supported presentation API. Custom-template integrations should use /api/v1/ppt/template/.... Template V2 consumers that emit mathematical content must move from standalone math elements to LaTeX text runs. Re-test imported templates, generated slides, editor operations, and exports that contain equations.
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 LaTeX content in text, tables, lists, PDF export, and PPTX export.
  4. Verify custom-template tooling no longer calls /api/save-layout.
  5. Desktop users on Linux should verify dialogs, Smart slides, previews, and packaged caching.

Full changelogs