Reverse Synchronize has been renamed Database Compare. Perhaps the new name will be more intuitive for new users.
Attempting to Save with no design open caused an error. This is now fixed.
Many panels, like Reverse Engineer, had their own status bars at the bottom of the panel. These status bars have been removed and the status information integrated into the panel, giving more space to the panel itself and providing a cleaner interface.
The white header panel used by many panels is now shorter, making more space available for the panel itself.
Diagrams now support three new entity relation (ER) notations. The new notations are Bachman, Barker and Information Engineering (IE). Use tbe Relations tab in the Edit Diagram panel to change the notation. See Figure 1.
Users can add & remove preset diagram zoom levels. Use Edit | Preferences | Diagrams to do this. See Figure 2.
Diagrams can be set to display the foriegn key name on top of the link drawn in the diagram. Use the Diagram Edit panel as shown in Figure 3.
The shading around table glyphs has been improved.
Users can now specify schemas on the database server to ignore. Use the Ignore Schemas tab in the Edit Connection panel. These schemas will be ignored by DbWrench for Reverse Engineer, Forward Engineer and Database Compare. See Figure 4.
PostgreSQL array data types are now supported. See Figure 5. Use the DBMS Specific tab in the Edit Column panel.
MySQL reverse engineer of the index UNIQUE flag was incorrect, this is now fixed.
If a table needs to be rebuilt by the generated script, the generated script will explain using comments in the script, why the table needed to be rebuilt.
Oracle ALTER TABLE...MODIFY COLUMN... is now supported. This will make scripts generated for Oracle shorter and with fewer table rebuilds.
MS SQL Server DATE data types were erroneously scripted as DATETIME. This is now fixed.
The data type of PostgreSQL autonumber columns was not always updated if it was switched between INTEGER, BIGINT and SMALLINT. This is now fixed.
The Undo/Redo functionality in the SQL Editors didn't respond to CTRL-Z and CTRL-Y. This is now fixed.
Users can now export diagrams in Scalable Vector Graphics (SVG) format. From the main menu use File | Export SVG. See Figure 6.