Skip to content

Tusker v0.6.0

Choose a tag to compare

@github-actions github-actions released this 01 Mar 22:59
· 4 commits to main since this release

What's New in v0.6.0

Multi-Connection Support

  • Connect to multiple PostgreSQL databases simultaneously
  • Each connection gets its own schema tree in the sidebar
  • Tabs, staged changes, and commit history are scoped per connection
  • Connection-aware command palette — commands target the correct database
  • Project Spotlight (Cmd+P) connects alongside existing connections instead of replacing them

Redesigned Dashboard

  • New single-column centered layout replacing the old website-style top bar
  • Connection cards with edit button, favorite star, and SSL/PG badge
  • CSS grid layout for connection cards with responsive columns
  • Quick Connect section with favorite connections for fast access
  • Connection Health panel showing PG version, latency, uptime, and DB size per connected database
  • Compact top bar with app version and connection stats
  • Inline filter with / keyboard shortcut

Import / Export / Auto-Detect

  • Import, Export, and Auto-Detect buttons added to the dashboard connections header
  • Export encryption is now optional — toggle on/off, no password length requirement
  • Import auto-detects whether a file is encrypted or plaintext and adapts the UI accordingly
  • Fixed swapped import/export icons across the app

Connection Health Panel

  • Real-time health stats for connected databases: PostgreSQL version, ping latency (color-coded), server uptime, database size
  • Refresh button to re-fetch health data on demand
  • Placeholder shown when no databases are connected

Status Bar Improvements

  • Connection indicator replaced with a count badge showing number of active connections
  • Click badge to see popup with all connected databases and quick disconnect

UI & UX Improvements

  • Hacker-inspired dark theme polish
  • Dashboard navigation via Home button in title bar
  • Edit button on connection cards for quick access to project settings
  • Restyled project modal
  • History and Diagram buttons in title bar with per-database popovers when multiple connections are active
  • Removed redundant New Query/New Table footer buttons from sidebar
  • Connection error toasts — failed connections now show an error message instead of silently failing

Bug Fixes

  • Fixed instant commit mode not working correctly after refactor
  • Fixed toolbar UX inconsistencies
  • Updated all components for multi-connection API compatibility

Full Changelog: v0.5.2...v0.6.0