Releases & Velocity
Changelog
Follow the development path, features, and improvements added to Zentro IDE.
First stable 0.3.x release, focusing on workflow speeds, results exploration, and RADIX UI primitives.
SQL Editor, Search & Productivity
- Added universal script search in Context Search using `#` prefix.
- Added matched-line search results with direct jump-to-line navigation.
- Polished saved scripts UX with content previews and hover cards.
- Improved multi-result labeling and SQL workflow helpers (insert/update actions, copy helpers).
Result Grid & Data Workflows
- Modularized ResultTable and related hooks to improve maintainability and reload resilience.
- Improved result filtering flow and order-by builder behavior.
- Added richer result context actions (copy value, copy with headers, copy as JSON).
- Fixed dirty-cell state edge cases and stabilized result sync loops.
Schema Explorer & Table Info
- Expanded Table Info with unified key/constraint workflows.
- Added full foreign key CRUD flow in table constraints management.
- Added richer object operations from explorer context menu (drop/truncate/export flows).
- Improved DDL handling paths and index operation correctness across drivers.
Source Control & Project Safety
- Added SQL-oriented Git tracking with timeline, manual commit flow, and diff preview.
- Added close-flush/exit commit hardening in project source-control workflows.
- Hardened write-safety protections, including stronger confirmation behavior for high-risk environments.
Public Early Access milestone introducing project-centric workspaces and deep SQL autocomplete suggestions.
Project & Workspace
- Introduced project foundation and project hub flows.
- Added project-aware workspace state, per-project session restore, and hardened startup recovery.
- Refactored connection connection profiles to a project-centric model.
- Stabilized environment switching and reconnect behavior during project transitions.
Query Engine & Editor Productivity
- Added guarded query runtime state flow and stable execution lifecycle.
- Upgraded SQL autocomplete with column data types, FK-based joins, and table suggestion docs.
- Added MRU tab switcher (Ctrl/Cmd+Tab) and context quick open (Ctrl+E).
- Unified execute behavior and aligned keyboard shortcut run semantics.
Saved Scripts & History
- Saved scripts are now strictly scoped by project and connection.
- Hardened autosave across close flows (X, Ctrl+W) and tab removal.
- Added Ctrl+S for explicit save on active query tabs.
- Appended history selection to current editor instead of replacing code content.
Initial launch migrating Zentro architecture from Fyne (Go UI) to high-performance Wails v2 + React.
Connection & Workspace Management
- Breadcrumb Navigation with 2-level schema database switching.
- OS keychain credential integration for secure local persistence.
- Lazy-loading schema tree supporting PostgreSQL, MySQL, SQLite, and MSSQL.
Data Grid & Visualizations
- Virtual Grid rendering millions of rows with stable sticky indexes.
- Inline cell editing with optimistic UI and automatic SQL UPDATE generation.
- Interactive Crow's Foot relationship ERD visualization utilizing React Flow.