Versie 0.3 is met spoed uitgebracht nadat bekend werd dat versie 0.2 voor data corruptie zorgde. Van de makers komt dan ook het bericht dat je moet upgraden naar versie 0.3. Het changelog is gekenmerkt met de volgende veranderingen:
Changes in version 0.3build #0038
build #0037
- Added menu option for update check.
- Added extention check all save dialogs. If a file already ended with .sql no need to add .sql.
- Fixed a bug in FileFilter, directories where never shown. Thanks to Bert Catsburg for reporting this bug.
- Improved all access style edit and insert functions.
- Mega update of ConnectionWindow class, removed jtable code from ConnectionWindow and introduced two new classes: TableList and TableData. Both classes extends JTable. TableList is a list with tables which links to the table data of a selected table. TableData is a jtable which contains table data, and uses access style data edit.
build #0036
- Enhanced processlist code.
- Removed "Web updater enabled....." console message, are you happy now jarno?
- DBConnection was never closed by ConnectionWindow.
- Set Query window modal parameter to false.
- Added a managable processlist monitor where processes can be killed.
- Improved garbage collection.
- Removed several functions from JMySql and other classes.
- Improved closing of connections + windows.
- Cleaned up some code in JMySql, restructered code.