Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 06 Aug 21:00
· 13 commits to master since this release
Immutable release. Only release title and notes can be modified.

1.0.0 - 2026-08-07

Added

  • Initial release
  • Full schema cloning — tables, views, functions, triggers, sequences, enums, domains, composite types, constraints, RLS policies
  • Four copy modes: Full, Resume, Update, Backup
  • Platform-aware .platform definition files — auto-detect Supabase, Aiven, Neon, vanilla PostgreSQL
  • Extension-aware DDL — detects extension-owned objects via pg_depend and skips re-creating them
  • Dependency-ordered DDL — topological sort with cycle detection
  • Data copy with real-time per-table progress, ETA, row counts
  • Resume mode — compares row counts, copies only missing/mismatched tables
  • Enhanced validation — data verification (row count, checksum, full) plus object count validation
  • Database comparison — bidirectional structural comparison with detailed DDL diffing
  • Connection manager — save, organize, color-code, import/export with optional AES-256 encryption
  • Platform type dropdown — auto-detects host and fills connection defaults
  • Dark/light theme support
  • Auto-update — checks GitHub Releases on startup; non-blocking banner notification
  • Fluent Design UI powered by WPF-UI

Full Changelog: V1.0.0...v1.0.0