Skip to content

0.6.0

Choose a tag to compare

@madeburo madeburo released this 08 Jul 16:38

Added

Export Presets

  • Added local PostgreSQL export presets for Supabase and Neon.
  • Added Supabase and Neon tabs to the export modal with clear local-first warnings.
  • Added preset-specific SQL headers and .supabase.sql / .neon.sql default filenames.

Editor

  • Added a file-changed-on-disk prompt for desktop-opened .titan.json files.
  • Added support for reloading an externally changed file or continuing with the in-editor version.
  • Added shared editor hooks for browser autosave, desktop document bridging, schema export generation, and asset path handling.
  • Added desktop-safe relative asset paths so packaged Electron builds load logos and static assets from the bundled renderer.

Examples

  • Added onboarding PostgreSQL sample files in examples/sql for Blog, SaaS, Supabase-style PostgreSQL, and Neon/PostgreSQL workflows.
  • Added importer coverage that verifies the onboarding SQL samples import successfully and produce no error-level diagnostics.

Changed

  • Improved Recent Schemas UI with timestamps and clearer desktop-local copy.
  • Updated README and desktop documentation to reflect the current local-first desktop and SQL import/export workflow.

Fixed

  • Fixed packaged desktop builds loading web-style absolute asset paths instead of local bundled assets.
  • Fixed desktop file-change detection surfacing only as status text by adding a proper reload/keep-editing prompt.