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