Releases: dbkangaroo/kangaroo
Releases · dbkangaroo/kangaroo
Kangaroo v0.33.1.200817
New features & bug-fixes
- Update title bar and tab bar CSS style
- Improve date&time picker
- Improve date&time renderer
- Implement date&time editing in grid and form
- Update windows deploy script to include libpeas loaders
- Update meson script to add dependencies(pdf/draw/map)
- Update meson script to improve debug support
- Fixed: can't show animation image(.gif)
Kangaroo v0.32.1.200810
New features & bug-fixes
- Implement to generate W3C html document
- Implement to generate markdown document
- Update import/export icon image
Kangaroo v0.31.1.200803
New features & bug-fixes
- Implement BLOB content identity
- Implement SQLite BLOB column handle(import / export / set null)
- Implement MySQL BLOB column handle(import / export / set null)
- Implement PostgreSQL BLOB column handle(import / export / set null)
- Implement view BLOB data as string
- Apply tight style for find and replace box
Kangaroo v0.30.1.200727
New features & bug-fixes
- Add app relate plugin search path
- Add data viewer pane and button
- Implement text and image vierer
- Update button with flat style
Kangaroo v0.29.1.200713
New features & bug-fixes
- Implement plugin system
- Implement a example plugin
- Update ArchLinux and MacOSX installer
- Update protable package(more *nixable)
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