Releases: dbkangaroo/kangaroo
Releases · dbkangaroo/kangaroo
Kangaroo v0.23.1.200518
New features & bug-fixes
- Improve date / datetime picker widget.
- Improve app title bar to add background image(color).
- Improve data grid column title.
- Improve Chinese translations.
- Fixed: can't update date/time/datetime type.
- Fixed: can't update float value
- Fixed: can't update numeric value
- Fixed: MySQL: can't save char column data
- Fixed: PostgreSQL: invalid object name in sql
- Fixed: invalid toolbar state while swtich to grid.
Kangaroo v0.22.1.200511
New features & bug-fixes
- Add Chinese(zh-CN/zh-TW/zh-HK/zh-SG) translation.
- SQLite: add file extension(.sqlite) for new database.
- Improve experience for designer / fresh / delete operation
- Improve deploy and installer script for automation.
- Fixed: crash while renaming object.
- Fixed: crash while deleting object.
- Fixed: crash while saving schema for sqlite
- Fixed: can't append row on the empty table
- Fixed: can't save appended row in live mode
Kangaroo v0.21.1.200504
New features & bug-fixes
- Refactor the entire datagrid to make great experience.
- Support 3 kind of mode: LIVE / CACHE / TRANSACTION
- Support copy and paste multi rows in data grid.
- Chnage mode automatically while paste multi rows.
- fixed: where statement error in query builder
Kangaroo v0.20.1.200420
New features & bug-fixes
- Implement copy function in the datagrid.
- refactor context menu of structure designer.
- Implement clone function for designer form.
- Implement append function for designer form.
- Support multi rows of delete/move up/move down function.
- Implement copy function for designer form.
- Implement cut function for designer form.
- Implement paste function for designer form.
- Improve text performance of datagrid.
Kangaroo v0.19.1.200413
New features & bug-fixes
- Implement copy object name menu on dbtree.
- Implement copy as SQL(Insert/Update/Delete) in the datagrid.
- Implement copy as TSV in the datagrid
- Implement copy as CSV in the datagrid
- Implement copy as PHP array in the datagrid
- Implement copy as JSON in the datagrid
- Improve paned widget border style.
- fixed: crashed while stringize the blob column
- fixed: crashed while no primary key
- fixed: crashed while primary key contain character(_)
- fixed: warning message while column with empty value
- fixed: warning message while invalid calling(to_string)
Kangaroo v0.18.1.200406
New features & bug-fixes
- encrypt user password to keep user passwords safe.
- Implement insert, clone and delete functionality in the datagrid.
- Implement connection clone functionality in the start view
- Implement dump sql functionality on the dbtree
- Implement table schema editor on the dbtree
- Implement refresh functionality on the dbtree
- Improve workspace tab behavior(auto hide for one)
- fixed: return key behavior invalid on the dbtree
- fixed: crashed while open table with null value
Kangaroo v0.17.0.200323
New features & bug-fixes
- Support connection over SSH tunnel (Windows, Linux/Unix and MacOS)
- Add testing support for connection dialog
- Refactor context menu of datagrid
- Add dump sql (file and text) menu for dbtree
- Implement selection menu of datagrid
- Implement goto cell menu of datagrid
- Fixed: crashed while switching grid to form.
Kangaroo v0.16.0.200316
New features & bug-fixes
- Support SSH tunnel(Windows not yet pass test).
- Support input page number to switch page
- Improve: update layout of switch widget on dialog
- Fixed: can't open link on windows
- Fixed: log file index error
Kangaroo v0.15.0.200302
New features & bug-fixes
- Update and share openssl.vapi to keep user data safe.
- Improve language support(kangaroo.pot, zh_Hans and zh_Hant)
- Improve home view's web resource load performance
- Apply proxy setting for loading web resource
- Linux: change browser view to timeline text view
- Use combobox widget instead entry for log file size
Kangaroo v0.14.0.200217
New features & bug-fixes
- SQLite: support to create new database
- refactor database tree context menu
- integrated with openssl to keep user's password safe
- add pointer cursor for right panel icon
- fixed: update workbench default size while first run