Releases: sqlectron/sqlectron-gui
Releases · sqlectron/sqlectron-gui
v1.32.0
Fixes
- fix tabs stacking on top of each other (#519) - by @MasterOdin
- fix zoom factor in settings showing
NaN
on first start (#518) - by @MasterOdin - use default database for testing connections (#520) - by @MasterOdin
- Add missing comma for viewport html options (#513) - by @MasterOdin
- Fix react style key to be camelcase (#517) - by @MasterOdin
Build
- Bump electron to 8.2.5 (#501, #515) - by @MasterOdin
- Bump react-select to ^1.3 (#505) - by @MasterOdin
- Bump webpack loader versions (#506) - by @MasterOdin
- Use .gitattributes file to normalize line endings to lf for all platforms (#508, #511) - by @MasterOdin
- Bump electron-builder to 22.8.0 (#507) - by @MasterOdin
- Fix quotes in npm run script for windows usage (#512) - by @MasterOdin
- Condense separate dev and prod webpack configs into single file (#519) - by @MasterOdin
- Build 32-bit releases for Linux and Windows for releases (ebbc059) - by @MasterOdin
v1.31.0
- 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
- jQuery security updates - #424 @eMerzh
- Add Option to Disable Splash Screen - Issue #426 @barneydmedia
- Add Option for Custom CSV Characters - #301 @barneydmedia
v1.29.0
- Save button on settings modal sets isLoaded to undefined (#400) - by @alexmylonas
- Dark theme for body element (#384) (#401) - by @alexmylonas
- Password reveal, fixes #398 (#416) - by @synle
- Remove redundant text (#415) - by @synle
- Change zoom factor control to slider, fixes #413. (#414) - by @synle
- Fixes issue with newly created or duplicated items cannot be editted (#410) - by @synle
- Dark Theme Improvements (#408) - by @synle
v1.28.0
v1.27.0
v1.26.0
Improvements
- Allow searching database items by their schemas (#355) - by @rodrigowirth
- Grouping database items under schema dropdowns (#356) - by @s-kem
- Made resize span for database full height, changed cursor (#359) - by @s-kem
- Add settings modal (#358) - by @maxcnunes
- Make clear the Database and Schema is the initial one used in the conn (#360) - by @maxcnunes
- Print app version in the command line (caveats) (#362) - by @maxcnunes
Fixings
v1.25.0
v1.24.0
Improvements
- Allow use the right common path for configuration files - https://github.com/sqlectron/sqlectron-gui/blob/master/docs/app/configuration-file.md#configuration-file