Changelog
What's new
A chronological log of new features, improvements, and bug fixes shipped in each release.
v0.1.3March 27, 2026
- FixedAI chat — smoother streaming, clearer error feedback, and more reliable message handling during conversations.
- ImprovedPerformance — faster AI chat panel interactions and reduced overhead when updating the diagram after AI-driven schema changes.
v0.1.2March 27, 2026
- AddedFeedback widget — new activity bar button opens a feedback modal to submit bug reports, feature requests, and suggestions directly from the editor.
- FixedMinor UI fixes and polish.
v0.1.1March 26, 2026
- ImprovedAuto-arrange layout — entities are automatically rearranged on load when overlaps are detected, using a height-aware column-based bin-packing algorithm.
- ImprovedNew 'Auto arrange' toolbar button to manually rearrange all entities to avoid overlaps.
- ImprovedCanvas panning — drag anywhere on the empty canvas to pan the view without toggling pan mode.
- ImprovedCenter-based zoom — mouse wheel zooms toward cursor position; toolbar buttons zoom toward viewport center.
- ImprovedExtended zoom range — minimum zoom lowered from 30% to 5%, so fit-to-screen works correctly even with 100+ entities.
- FixedEliminated zoom flickering with large schemas by memoizing components, throttling wheel events, and using stable callback references.
- FixedHovering over one entity no longer dims unrelated entities.
v0.1.0March 11, 2026
- AddedInteractive ER diagram canvas with drag-and-drop entity cards and real-time SVG relationship lines.
- AddedPrisma schema parser with auto-detection of models, fields, relations, and enums.
- AddedTypeORM entity parser for TypeScript decorator-based models.
- AddedDjango models parser for Python ORM schemas.
- AddedSQLAlchemy parser for Python declarative models.
- AddedSequelize parser for JavaScript/TypeScript models.
- AddedDrizzle ORM parser with full relation detection.
- AddedRaw SQL file parser (CREATE TABLE statements).
- AddedAI chat panel — modify schemas with natural language commands (add tables, columns, relations).
- AddedCloud AI processing for natural language schema commands.
- AddedSQL DDL generation for PostgreSQL, MySQL, SQLite, and MSSQL with topological FK ordering.
- AddedExport to PNG, SVG, Mermaid, DBML, PlantUML, SQL, and JSON formats.
- AddedVS Code extension with file watcher, auto-parse, and real-time diagram updates.
- AddedWeb application with full-featured schema editor in the browser.
- AddedColumn-level hover highlighting with connected entity glow across the diagram.
- AddedMinimap navigation overlay for large schemas.
- AddedRight-click context menu on entities and columns for quick actions.
- AddedAdd, remove, and edit entities, columns, indexes, and relations via the UI.
- AddedEntity search and filter in the left sidebar.
- AddedSchema history tracking with undo support.
- AddedAuto-generated documentation sidebar from schema metadata.
- AddedAuto-positioning grid layout for entities (3-column arrangement).
- Added10-color rotating palette for entity card theming.
- AddedZoom and pan controls with mouse wheel and keyboard shortcuts.
- AddedBidirectional sync — edit diagram to generate code, edit code to refresh diagram.
- AddedDark mode support across web and VS Code extension.
- AddedWebSocket-based real-time collaboration with room support.
- AddedJSON schema import and export.