Errorsoft heeft versie 0.33 beschikbaar gesteld van zijn MySQL front-end programma JMySQL LE. Let er wel op dat Java Runtime Environment 1.4 benodigd is. Je kunt hier deze nieuwe versie downloaden met JRE. De lijst met veranderingen ziet er als volgt uit:
build #0042
-----------
- ConnectionProfile updated: added auto connect option in profile window and remembers the last profile used.
build #0041
-----------
- Removed some minor errors in Create Table and Priviliges dialogs.
- Add 'Select All' checkbox in priviliges gui, for ease of use.
- Added cancel button in create table.
- Added order swapper in create table, field order can be changed on the fly.
- Fixed code in settings, if tabletypes caching fails, a nullpointer occured this is now fixed.
- Added error handler for updater... Update errors were correctly handled, but not displayed
- Optimized limiter; Errors in changeing priviliges with limiter enabled will not occur anymore
build #0040
-----------
- Fixed a bug in ConnectionWindow. When after editing a cell's content the update button in the toolbar was pressed, the data wasn't saved if the cell was still in edit mode.
- Deleted MyDisplayListener class, integrated WindowListener implementation in JMySql class.
- Renamed RowEdittor to RowEditor, typo![]()
- Using drawstring in Splash to print version number. After this version the splash doesn't need be added to the update packages. Reduces the update package with more than 30%.
build #0039
-----------
- Enhanced a few things in CellData class.
- Changed delete key function if cell was in edit mode.
- Added red border around editing cell.
- Set cell content selected on edit.
- Changed println and print code in JMySql.
- Improved access-style editing.