Skip to content

Releases: sqlectron/sqlectron-gui

v1.14.0

05 Sep 11:00
Compare
Choose a tag to compare
  • Add support to show EXPLAIN command result for PG

v1.13.0

22 Aug 00:17
Compare
Choose a tag to compare

Add support for Cassandra DB. Take a look here what this support covers.

v1.12.0

20 Jul 11:56
Compare
Choose a tag to compare
  • Use custom scrollbars #208
  • Fix window title name

v1.11.3

18 Jul 15:13
Compare
Choose a tag to compare

Fixed

  • Unnecessary scrolling on query results #207

v1.11.2

11 Jul 02:16
Compare
Choose a tag to compare
  • Doesn't show scrollbar on header any more, fix height for one or multiples rows - by @plandevida 👏
  • Add support for Linux 32 bit

v1.11.2-beta.0

22 Jun 13:02
Compare
Choose a tag to compare
v1.11.2-beta.0 Pre-release
Pre-release

v1.11.1

19 Jun 03:09
Compare
Choose a tag to compare

Fixed

  • Fix problem rendering results without rows

v1.11.0

18 Jun 21:24
Compare
Choose a tag to compare

New Features/Improvements

  • Improve perfomance rendering large results #180 - by @ghedwards 👏 👏 👏 👏

v1.10.0

17 Jun 20:52
Compare
Choose a tag to compare

New Features/Improvements

  • Generate diagram from tables @BornaP 🎉
    • Save diagram to file
    • Open diagram from file
    • Export diagram to png and jpeg format
  • Add installer support for more Linux distros (Not sure if all installers are working. Please, let me know).

Fixed Bugs

v1.9.0

06 Jun 16:03
Compare
Choose a tag to compare

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.