> ## Documentation Index
> Fetch the complete documentation index at: https://docs.presenton.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# v0.9.3-beta release notes

> Hosting and API compatibility notes for Presenton v0.9.3-beta.

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

<CardGroup cols={3}>
  <Card title="Authentication" icon="users">
    Multi-user authentication expands access beyond the previous single-user workflow.
  </Card>

  <Card title="Templates and editing" icon="palette">
    Template V2 rendering, vector shapes, advanced template editing, and icon controls receive substantial updates.
  </Card>

  <Card title="Performance and reliability" icon="gauge-high">
    Performance, responsive layouts, image uploads, and streaming generation behavior are improved.
  </Card>
</CardGroup>

## What's changed

### Product experience and authentication

* [Fixed application issues](https://github.com/presenton/presenton/pull/750).
* [Updated the overall presentation screen size](https://github.com/presenton/presenton/pull/756).
* [Fixed the AI assistant on small screens](https://github.com/presenton/presenton/pull/757).
* [Fixed image uploads](https://github.com/presenton/presenton/pull/768).
* [Improved responsiveness on the outline and presentation pages](https://github.com/presenton/presenton/pull/775).
* [Added blank-presentation endpoints and UI](https://github.com/presenton/presenton/pull/785).
* [Added multi-user authentication](https://github.com/presenton/presenton/pull/787).

### Templates, rendering, and editing

* [Improved JSON-to-HTML rendering for text shadows and lines](https://github.com/presenton/presenton/pull/752).
* [Improved Template V2 vector shapes and editor controls](https://github.com/presenton/presenton/pull/755).
* [Cleaned up Template V1 support across presentation flows](https://github.com/presenton/presenton/pull/760).
* [Refactored Template V2 elements across generation and slide editing](https://github.com/presenton/presenton/pull/761).
* [Fixed Template V2 rendering and layout handling](https://github.com/presenton/presenton/pull/776).
* [Fixed Template V2 support and presentation-generation issues](https://github.com/presenton/presenton/pull/780).
* [Added advanced template editing](https://github.com/presenton/presenton/pull/786).
* [Added an icon editor](https://github.com/presenton/presenton/pull/788).

### Runtime, models, and packaging

* [Enabled signed macOS DMG packaging and preserved build resources](https://github.com/presenton/presenton/pull/751).
* [Improved application performance](https://github.com/presenton/presenton/pull/753).
* [Added GPT-5.6 support for the Codex provider](https://github.com/presenton/presenton/pull/765).
* [Fixed streaming SSE unexpectedly stopping](https://github.com/presenton/presenton/pull/773).

## New contributor

[@sjungwon03](https://github.com/sjungwon03) made their first contribution with [GPT-5.6 support](https://github.com/presenton/presenton/pull/765).

## Full changelogs

* [Docker and self-hosted changes from `v0.9.0-beta` through `v0.9.3-beta`](https://github.com/presenton/presenton/compare/v0.9.0-beta...v0.9.3-beta)
* [Electron changes from `electron-v0.8.9-beta` through `electron-v0.9.0-beta`](https://github.com/presenton/presenton/compare/electron-v0.8.9-beta...electron-v0.9.0-beta)

## 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

<Warning>
  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.
</Warning>

## 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.
