Releases: dbkangaroo/kangaroo
Releases · dbkangaroo/kangaroo
Kangaroo v0.28.1.200629
New features & bug-fixes
- Implement search and replace function
- Update Chinese translation
Kangaroo v0.27.1.200622
New features & bug-fixes
- Improve intellisense data for PostgreSQL
- Improve auto-completion style(icon/filter by input)
- Add function's call tip(highlighting/bold/auto location/data)
- Implement copy focused column name(short/full)
- Implement copy datagrid column name(TSV/CSV)
- Update package name
- Update Chinese translation
Kangaroo v0.26.1.200615
New features & bug-fixes
- Add intellisense data support(SQLite/MySQL/PostgreSQL)
- Add auto completion for code view(v1)
Kangaroo v0.25.1.200601
New features & bug-fixes
- Add context menu for workspace notebook widget
- Add new query menu for object tree item(database/schema).
- Update Chinese translation(zh-CN/zh-TW/zh-HK/zh-SG).
- Fixed: PostgreSQL 12: tables not visible #46
- Fixed: MariaDB 10.5: Unknown column 'cons.ENFORCED' in 'field list' #47
- Fixed: PostgreSQL 12: column c.consrc does not exist #48
- Fixed: PostgreSQL 11.7 / 9.6: row 1 out of range(0-0) #49
- Fixed: MySQL 5.7.30: Unknown table 'CHECK_CONSTRAINTS' in information_schema #50
- Fixed: PostgreSQL 9.6: column c.relispartition does not exist #51
- Fixed: PostgreSQL: invalid schemas in database
- Fixed: display invalid while column name has underline(_)
Kangaroo v0.24.1.200525
New features & bug-fixes
- Add SQL Formatter to beautify and minify sql code.
- Add archlinux installer(based on HowardZorn's PR #45 ).
- Add macos installer
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)