Skip to content

Releases: sqlectron/sqlectron-gui

v1.1.0

14 Dec 15:12
Compare
Choose a tag to compare

New Features

  • Add support for MSSQL (by @luisrudge) 👏 👏 👏
  • Show the affected rows for non select queries
  • Add resizable width to the left panel
  • Add button to copy results as JSON to the clipboard

Fixed Bugs

  • Fix problem rendering multiple results for non select queries
  • Break down long database and table names in the left panel

v1.0.0

02 Dec 00:30
Compare
Choose a tag to compare

🎉 🎈 First public release 🎉 🎈

Fixed several bugs and considered ready to use.
After this release the project will have a better change log.

v0.1.1

12 Nov 09:40
Compare
Choose a tag to compare

Some small bug fixing and improvements:

  • Allow connect to databases with no password #32
  • Fix bottom bar over other components #33
  • Increase the space around the middle container
  • Add link in the log redirecting to the Github project
  • Improve error message to display in a message component
  • Improve the table layout
  • Change the icon and message in the button to leave the server

Start using tar.gz for compressed release files because it gets better compress level than normal zip.

v0.1.0

10 Nov 02:40
Compare
Choose a tag to compare

Features

  • List servers
  • Add server
  • Edit server
  • Remove server
  • Connect to server (with ssh support)
  • Change connected database
  • Execute SQL queries