Skip to main content
This documentation version follows the v0.9.3-beta Docker release and the electron-v0.9.0-beta desktop release. This release improves authentication, Template V2 rendering and editing, presentation responsiveness, generation reliability, and packaging.

At a glance

Authentication

Multi-user authentication expands access beyond the previous single-user workflow.

Templates and editing

Template V2 rendering, vector shapes, advanced template editing, and icon controls receive substantial updates.

Performance and reliability

Performance, responsive layouts, image uploads, and streaming generation behavior are improved.

What’s changed

Product experience and authentication

Templates, rendering, and editing

Runtime, models, and packaging

New contributor

@sjungwon03 made their first contribution with GPT-5.6 support.

Full changelogs

API compatibility

The self-hosted API remains under /api/v1/. The release adds blank-presentation endpoints and introduces multi-user authentication, so integrations should re-test authentication and presentation-creation flows after upgrading. The current generation request supports:
  • Prompt content, optional slide Markdown, and additional instructions
  • Tone, verbosity, optional web search, slide count, and language controls
  • Template selection, title and table-of-contents controls, and uploaded files
  • PPTX or PDF export
  • Optional webhook triggering
Cloud v3 and self-hosted v1 are separate APIs. Do not copy a Cloud request into a self-hosted integration without adapting its URL, authentication, endpoint, and schema.

Before upgrading

  1. Back up /app_data.
  2. Pin ghcr.io/presenton/presenton:v0.9.3-beta or an intentionally selected image digest.
  3. Re-test sign-in and user access, Template V2 creation, presentation generation, editing, image uploads, streaming, and both export formats.
  4. Re-run a representative UI, API, export, and MCP workflow after the upgrade.