Skip to content

v1.9.0

Compare
Choose a tag to compare
@maxcnunes maxcnunes released this 06 Jun 16:03

New Features/Improvements

  • Create Slack channel Slack Status
  • Add support to increase/decrease font-size @krolow
  • Add context menu to database items @BornaP
  • Add SQL object definition and scripts for tables and views @BornaP
  • Add preview routine SQL definition @BornaP
  • Add search databases and search database objects keyboard shortcuts @BornaP
  • Add a installer spinner gif on Windows to replace the default one
  • Add support to close tab with shortcut (close #89)
  • Improve UX for opening and collapsing a database (close #133)
  • Add support to select current line (close #147)
  • Add support to disable the live auto complete
  • Add link to docs of keyboard shortcuts (close #150)
  • Do not quit the application on Mac on closing the last window (close #151)
  • Force the whole database item be clickable
  • Allow connect/collapse the DB clicking only once in the collapse icon
  • Add support to auto refresh dbs and tables
  • Add refresh database button
  • Configure editor search
  • Add shortcut to focus the query editor
  • Replace paging results with scroll
  • Add support for private key passphrase
  • Improve NULL cell style
  • Add modal to show the cell content preview
  • Show result columns with max 220px
  • Improve splash screen
  • Avoid cast DB types to native JS Date Objects (Mysql and PG)

Fixed Bugs

  • Fix when connecting in local and trying to reach ssh settings (#183) @eMerzh
  • Fix when click in cancel while saving a query @krolow
  • Fixed - update SQL editor on selecting already fetched script @BornaP
  • Resolves #126 - fix table rows scaling long texts @BornaP
  • Duct taping to get rid of annoying ResizableBox console error @BornaP
  • Fix problem of rendering multiple unknown columns
  • Fix problem not rendering null values
  • Fix problem duplicating completions (close #135)
  • Fix test connection

Important: In this release I have included only the app with 64 bit support. Please let me know if anyone need it with 32 bit support.

This release took so long to be ready because we had problems with the build process. There is so much we have done in this time that I probably have not included everything in the release notes. Thanks for all those who are using the app and have contributed to the project somehow.