New
v1.16.0
1.16.0 (2025-09-24)
Features
- add area context menu and UI improvements (#918) (d09379e)
- add quick edit table mode on canvas (#915) (8954d89)
- add zoom navigation buttons to canvas filter for tables and areas (#903) (a0fb1ed)
- import-db: add DBML syntax to import database dialog (#768) (af3638d)
Bug Fixes
- add areas width and height + table width to diff check (#931) (98f6edd)
- add diff x,y (#928) (e4c4a3b)
- add support for ALTER TABLE ADD COLUMN in PostgreSQL importer (#892) (ec6e46f)
- add tests for diff (#930) (47a7a73)
- dbml edit mode glitch (#925) (93d72a8)
- dbml export default time bug (#922) (bc82f9d)
- dbml export renaming fields bug (#921) (26dc299)
- dbml: export array fields without quotes (#911) (5e81c18)
- diff logic (#927) (1b8d51b)
- export dbml issues after upgrade version (#883) (07937a2)
- export sql + import metadata lib (#902) (ffddcdc)
- handle bidirectional relationships in DBML export (#924) (9991077)
- import dbml set pk field unique (#920) (d6ba4a4)
- improve SQL default value parsing for PostgreSQL, MySQL, and SQL Server with proper type handling and casting support (#900) (fe9ef27)
- move area utils (#932) (2dc1a6f)
- move auto arrange to toolbar (#904) (b016a70)
- remove general db creation (#901) (df89f0b)
- remove many to many rel option (#933) (c567c0a)
- reset increment and default when change field (#896) (e5e1d59)
- sql-import: handle SQL Server DDL with multiple tables, inline foreign keys, and case-insensitive field matching (#897) (2a64dee)
- sql-import: support ALTER TABLE ALTER COLUMN TYPE in PostgreSQL importer (#895) (aa29061)
- sqlite: improve parser to handle tables without column types and fix column detection (#914) (d3dbf41)
- trigger edit table on canvas from context menu (#919) (bdc41c0)
- update deps vulns (#909) (2bd9ca2)
- upgrade dbml lib (#880) (d8e0bc7)