Skip to content

Releases: sqlectron/sqlectron-gui

v1.32.0

23 Sep 18:23
e798122
Compare
Choose a tag to compare

Fixes

Build

v1.31.0

29 Jul 21:26
a7469c9
Compare
Choose a tag to compare
  • Add option to list connections instead of rendering cards (#425) - by @barneydmedia
  • Allow custom UI fonts (#330) - by @barneydmedia
  • Single clicking table name runs a default query - by @barneydmedia
  • Fix NaN error on zoomFactor label on first startup (#457) - by @barneydmedia
  • Fix query results error if no custom font is set (#470) - by @rathboma
  • Move from Travis / appveyor to GH actions for CI (#492) - by @MasterOdin
  • Update node-sass to 4.14.0 (#486) - by @MasterOdin
  • Update axios to 0.19.2 (#489) - by @MasterOdin
  • Update electron-builder to 21.2.0 (#491) - by @MasterOdin
  • Add MariaDB to server type dropdown (functionally equivalent to selecting MySQL) - by @MasterOdin
  • Update sqlectron-core to 8.1.1 (#484) - by @MasterOdin
    • Add cassandra authentication support - by @MasterOdin
    • Support MySQL caching_sha2_password authentication (default for MySQL 8) - by @MasterOdin
    • Add official support for MySQL 8 - by @MasterOdin
    • Add official support for PostgreSQL 12 - by @MasterOdin
    • Add official support for cassandra 2.x and 3.10+ - by @MasterOdin
    • Add official support for MariaDB 10.1+ - by @MasterOdin
    • Fix regression on querying information_schema tables on MySQL 8 - by @MasterOdin
    • Fix not being able to specify socket without a port - by @rathboma - by @MasterOdin
    • Use ordinal_position to order column listing for all postgres, mysql, and sqlserver - by @MasterOdin
    • Fix truncateAllTables for sqlserver not working with foreign key constraints - by @MasterOdin
    • Fix sqlserver breaking if using CS collation - by @MasterOdin

v1.30.0

05 Sep 21:11
94163b8
Compare
Choose a tag to compare

v1.29.0

04 Jan 12:48
Compare
Choose a tag to compare

v1.28.0

25 Nov 07:53
Compare
Choose a tag to compare
  • Prevent drag and drop causing redirect (#388) - by @haivp3010
  • Fix re-rendering results table when sidebar width changes (#395) - by @s-kem
  • Add collapse to sidebar (#380) - by @haivp3010
  • Fix connection reload (#394)

v1.27.0

22 Oct 13:25
Compare
Choose a tag to compare

v1.26.0

13 Oct 18:19
Compare
Choose a tag to compare

Improvements

Fixings

  • Preventing each query tab from unmounting to persist state on tab-switch (#353) - by @s-kem

v1.25.0

27 Aug 00:03
Compare
Choose a tag to compare

Improvements

  • Use XDG basedir spec on linux #327

Fixed bugs

  • Ignored passphrase for private key for SSH #331

v1.24.0

19 Aug 14:30
Compare
Choose a tag to compare

Improvements

1.23.0

07 Aug 08:29
Compare
Choose a tag to compare

Improvements

  • Added open query from file option (#223)

Fix bugs

  • Fix #296 - sidemenu resizing