Skip to content

v0.1.2-alpha

Pre-release
Pre-release

Choose a tag to compare

@not0kkinex not0kkinex released this 26 May 22:34
· 17 commits to master since this release

v0.2.0 (2026-05-27)

πŸš€ Features

  • Editor redesign β€” 5-group topbar, canvas ruler, zoom bar, AI FAB, status bar, panel tabs (Element/Slide/Animation), redesigned settings panel
  • Home screen redesign β€” sidebar navigation, topbar search, 4-column card grid, list view, empty state
  • Light mode β€” full light/dark theme support for both home and editor pages
  • Zoom β€” range 0.25–3, step 0.1, CSS transform scaling
  • Status bar β€” save status dot (red/green), slide count, element count
  • Project filename β€” displays actual project name in topbar
    πŸ”§ Improvements
  • Editor refactor β€” split editor.js into ai-ui.js and export.js for better maintainability
  • i18n updates β€” new home screen keys, version bumped in locale files
    πŸ›‘οΈ Security
  • renderMD() XSS fixed β€” href protocol whitelisted to http:// and https:// only
  • --allow-file-access-from-files flag removed β€” images go through IPC
  • structuredClone() replaces JSON.parse(JSON.stringify()) for safer cloning