Changelog

Notable changes to AuraDeck across versions.

AuraDeck has not yet shipped a tagged release — the current source on main is the de facto v0.1.0. This page will track changes once releases begin.

Unreleased

Added

  • Initial Tauri 2 project scaffolding.
  • HTML-based slide format with manifest.json schema (v1.0.0).
  • Folder and .adsl archive deck formats with full round-trip parity.
  • Ribbon-style editor with CodeMirror 5 integration and HTML/CSS/JS autocomplete.
  • Live preview pane synced to the active slide.
  • Slide CRUD: New, Duplicate, Delete, Reorder.
  • Fullscreen viewer (F5) with keyboard navigation.
  • Dual-screen presenter mode (F6) with notes, next-slide preview, and elapsed-time timer.
  • PDF export via jsPDF + html2canvas.
  • PPTX export via PptxGenJS.
  • Linux MIME-type registration script with .adsl icon and .desktop entry.

Known issues

  • No pre-built release binaries — users must build from source.
  • macOS and Windows installers are not yet documented.
  • PDF/PPTX exports do not preserve animations or interactive content.
  • Headless rendering (no GUI) is not yet supported — coming as a future auradeck export subcommand.

Watch the GitHub releases page for tagged versions.