Skip to content

Releases: dbkangaroo/kangaroo

Kangaroo v0.23.1.200518

18 May 00:45
Compare
Choose a tag to compare

New features & bug-fixes

  1. Improve date / datetime picker widget.
  2. Improve app title bar to add background image(color).
  3. Improve data grid column title.
  4. Improve Chinese translations.
  5. Fixed: can't update date/time/datetime type.
  6. Fixed: can't update float value
  7. Fixed: can't update numeric value
  8. Fixed: MySQL: can't save char column data
  9. Fixed: PostgreSQL: invalid object name in sql
  10. Fixed: invalid toolbar state while swtich to grid.

Kangaroo v0.22.1.200511

11 May 02:30
Compare
Choose a tag to compare

New features & bug-fixes

  1. Add Chinese(zh-CN/zh-TW/zh-HK/zh-SG) translation.
  2. SQLite: add file extension(.sqlite) for new database.
  3. Improve experience for designer / fresh / delete operation
  4. Improve deploy and installer script for automation.
  5. Fixed: crash while renaming object.
  6. Fixed: crash while deleting object.
  7. Fixed: crash while saving schema for sqlite
  8. Fixed: can't append row on the empty table
  9. Fixed: can't save appended row in live mode

Kangaroo v0.21.1.200504

04 May 00:35
Compare
Choose a tag to compare

New features & bug-fixes

  1. Refactor the entire datagrid to make great experience.
  2. Support 3 kind of mode: LIVE / CACHE / TRANSACTION
  3. Support copy and paste multi rows in data grid.
  4. Chnage mode automatically while paste multi rows.
  5. fixed: where statement error in query builder

Kangaroo v0.20.1.200420

19 Apr 23:50
Compare
Choose a tag to compare

New features & bug-fixes

  1. Implement copy function in the datagrid.
  2. refactor context menu of structure designer.
  3. Implement clone function for designer form.
  4. Implement append function for designer form.
  5. Support multi rows of delete/move up/move down function.
  6. Implement copy function for designer form.
  7. Implement cut function for designer form.
  8. Implement paste function for designer form.
  9. Improve text performance of datagrid.

Kangaroo v0.19.1.200413

12 Apr 23:33
Compare
Choose a tag to compare

New features & bug-fixes

  1. Implement copy object name menu on dbtree.
  2. Implement copy as SQL(Insert/Update/Delete) in the datagrid.
  3. Implement copy as TSV in the datagrid
  4. Implement copy as CSV in the datagrid
  5. Implement copy as PHP array in the datagrid
  6. Implement copy as JSON in the datagrid
  7. Improve paned widget border style.
  8. fixed: crashed while stringize the blob column
  9. fixed: crashed while no primary key
  10. fixed: crashed while primary key contain character(_)
  11. fixed: warning message while column with empty value
  12. fixed: warning message while invalid calling(to_string)

Kangaroo v0.18.1.200406

06 Apr 00:33
Compare
Choose a tag to compare

New features & bug-fixes

  1. encrypt user password to keep user passwords safe.
  2. Implement insert, clone and delete functionality in the datagrid.
  3. Implement connection clone functionality in the start view
  4. Implement dump sql functionality on the dbtree
  5. Implement table schema editor on the dbtree
  6. Implement refresh functionality on the dbtree
  7. Improve workspace tab behavior(auto hide for one)
  8. fixed: return key behavior invalid on the dbtree
  9. fixed: crashed while open table with null value

Kangaroo v0.17.0.200323

22 Mar 23:46
Compare
Choose a tag to compare

New features & bug-fixes

  1. Support connection over SSH tunnel (Windows, Linux/Unix and MacOS)
  2. Add testing support for connection dialog
  3. Refactor context menu of datagrid
  4. Add dump sql (file and text) menu for dbtree
  5. Implement selection menu of datagrid
  6. Implement goto cell menu of datagrid
  7. Fixed: crashed while switching grid to form.

Kangaroo v0.16.0.200316

15 Mar 23:58
Compare
Choose a tag to compare

New features & bug-fixes

  1. Support SSH tunnel(Windows not yet pass test).
  2. Support input page number to switch page
  3. Improve: update layout of switch widget on dialog
  4. Fixed: can't open link on windows
  5. Fixed: log file index error

Kangaroo v0.15.0.200302

01 Mar 23:58
Compare
Choose a tag to compare

New features & bug-fixes

  1. Update and share openssl.vapi to keep user data safe.
  2. Improve language support(kangaroo.pot, zh_Hans and zh_Hant)
  3. Improve home view's web resource load performance
  4. Apply proxy setting for loading web resource
  5. Linux: change browser view to timeline text view
  6. Use combobox widget instead entry for log file size

Kangaroo v0.14.0.200217

17 Feb 02:34
Compare
Choose a tag to compare

New features & bug-fixes

  1. SQLite: support to create new database
  2. refactor database tree context menu
  3. integrated with openssl to keep user's password safe
  4. add pointer cursor for right panel icon
  5. fixed: update workbench default size while first run