Skip to content

Releases: dbkangaroo/kangaroo

Kangaroo v0.33.1.200817

16 Aug 23:39
Compare
Choose a tag to compare

New features & bug-fixes

  1. Update title bar and tab bar CSS style
  2. Improve date&time picker
  3. Improve date&time renderer
  4. Implement date&time editing in grid and form
  5. Update windows deploy script to include libpeas loaders
  6. Update meson script to add dependencies(pdf/draw/map)
  7. Update meson script to improve debug support
  8. Fixed: can't show animation image(.gif)

Kangaroo v0.32.1.200810

10 Aug 00:18
Compare
Choose a tag to compare

New features & bug-fixes

  1. Implement to generate W3C html document
  2. Implement to generate markdown document
  3. Update import/export icon image

Kangaroo v0.31.1.200803

03 Aug 00:33
Compare
Choose a tag to compare

New features & bug-fixes

  1. Implement BLOB content identity
  2. Implement SQLite BLOB column handle(import / export / set null)
  3. Implement MySQL BLOB column handle(import / export / set null)
  4. Implement PostgreSQL BLOB column handle(import / export / set null)
  5. Implement view BLOB data as string
  6. Apply tight style for find and replace box

Kangaroo v0.30.1.200727

27 Jul 02:41
Compare
Choose a tag to compare

New features & bug-fixes

  1. Add app relate plugin search path
  2. Add data viewer pane and button
  3. Implement text and image vierer
  4. Update button with flat style

Kangaroo v0.29.1.200713

13 Jul 01:44
Compare
Choose a tag to compare

New features & bug-fixes

  1. Implement plugin system
  2. Implement a example plugin
  3. Update ArchLinux and MacOSX installer
  4. Update protable package(more *nixable)

Kangaroo v0.28.1.200629

29 Jun 00:13
Compare
Choose a tag to compare

New features & bug-fixes

  1. Implement search and replace function
  2. Update Chinese translation

Kangaroo v0.27.1.200622

22 Jun 01:08
Compare
Choose a tag to compare

New features & bug-fixes

  1. Improve intellisense data for PostgreSQL
  2. Improve auto-completion style(icon/filter by input)
  3. Add function's call tip(highlighting/bold/auto location/data)
  4. Implement copy focused column name(short/full)
  5. Implement copy datagrid column name(TSV/CSV)
  6. Update package name
  7. Update Chinese translation

Kangaroo v0.26.1.200615

15 Jun 06:55
Compare
Choose a tag to compare

New features & bug-fixes

  1. Add intellisense data support(SQLite/MySQL/PostgreSQL)
  2. Add auto completion for code view(v1)

Kangaroo v0.25.1.200601

01 Jun 00:08
Compare
Choose a tag to compare

New features & bug-fixes

  1. Add context menu for workspace notebook widget
  2. Add new query menu for object tree item(database/schema).
  3. Update Chinese translation(zh-CN/zh-TW/zh-HK/zh-SG).
  4. Fixed: PostgreSQL 12: tables not visible #46
  5. Fixed: MariaDB 10.5: Unknown column 'cons.ENFORCED' in 'field list' #47
  6. Fixed: PostgreSQL 12: column c.consrc does not exist #48
  7. Fixed: PostgreSQL 11.7 / 9.6: row 1 out of range(0-0) #49
  8. Fixed: MySQL 5.7.30: Unknown table 'CHECK_CONSTRAINTS' in information_schema #50
  9. Fixed: PostgreSQL 9.6: column c.relispartition does not exist #51
  10. Fixed: PostgreSQL: invalid schemas in database
  11. Fixed: display invalid while column name has underline(_)

Kangaroo v0.24.1.200525

24 May 23:16
Compare
Choose a tag to compare

New features & bug-fixes

  1. Add SQL Formatter to beautify and minify sql code.
  2. Add archlinux installer(based on HowardZorn's PR #45 ).
  3. Add macos installer