Releases: sqlectron/sqlectron-gui
Releases · sqlectron/sqlectron-gui
v1.8.0
v1.7.0
v1.6.2
v1.6.1
v1.6.0
New Features/Improvements
- Add views, functions and procedures listing in the database metadata by @BornaP
- Add support to connect without a specific database by @BornaP
- Add filter for database metadata - #114 by @BornaP
- Add default database port in the server settings page - by @krolow
- Add support to save query into a file in the disk
- Make more clear is possible to execute the database and metadata items
- Configure CI to build and publish the releases
Fixed Bugs
- Fix failed server sessions that were not been discarded - #105 by @BornaP
- Fix problem rendering table results with wrong columns order - #111 by @BornaP
- Fix problem resizing query box - #109 by @BornaP
- Fix problem of overwriting queries on clicking to exec the default query
- Fix problem executing the default query in a different DB tab
- Fix problem handling state after connecting to a new database
- Remove cursor pointer style from double click events
Thanks @darkwisperer for the active participation in the issues and @BornaP for the great contribution you have been doing!!! 👏 👏 👏
Important: As described in the Improvements, this new release was built in the CI. Please let me know if the app is not working in any OS or architecture.
v1.5.0
v1.4.0
New Features/Improvements
- Add collapse button for database content (close #82)
- Add support for test connection (close #68)
- Add support to duplicate existing servers (close #85)
- Change close connection button to actually close the connection
- Add button to reconnect (close #58)
- Improve uncaught exceptions showing only error description to the user (close #83)
- Include a contributing guideline
- Add support for multiple queries through tabs
- Decrease the debounce time of the query box to 100 ms
- Use a prettier top right menu
- Fix stuck query (close #80)
- Add support for multiple connections in the same server
- Use separated scroll for the sidebar (close #65)
- Add modal to show client query informations (close #86)
- Change the resizable icon of the sidebar
- Improved performance for rendering query results
Fixed Bugs
- Fix problem using multiple windows
- Fix confirm modal inside in the server modal (was not allowing close it)
- Fix problem not opening modal for new servers
- Use Ctrl instead of Cmd for short keys on windows and linux
v1.3.0
v1.2.0
New Features
- Add support to set the SSL connection option (close #72)
- Add support to open multiple windows
- Auto focus to the query box on executing the default query (close #52)
- Add support to copy result into the clipboard as CSV
- Add support to Homebrew Cask
brew cask install sqlectron
Fixed Bugs
- Fix broken select component from Server Modal (close #67)
- Set window's minimum width and height
- Improve responsive design for server list (#close #69)
- Fix problem accessing the query result when it is empty (close #71)
- Fix close window button for Mac (close #74)
- Only show affected rows message if it exists (close #76)
- Fix problem with React component without key
PS: MSSQL already had SSL connection, but it was always enabled by default. So anyone using MSSQL that really wanna use SSL will need to enable the SSL connection in the server configuration.