Skip to content

Releases: sqlectron/sqlectron-gui

v1.8.0

02 May 21:27
Compare
Choose a tag to compare

New Features/Improvements

PS: In case you don't like auto completions. Is possible to disable it including "enabledAutoComplete": false into the ~/.sqlectron.json.

v1.7.0

26 Apr 10:21
Compare
Choose a tag to compare

New Features/Improvements

v1.6.2

19 Apr 17:04
Compare
Choose a tag to compare

Fixed Bugs

  • Fix uncaught exception in windows installer #122

v1.6.1

18 Apr 12:29
Compare
Choose a tag to compare

Fixed Bugs

  • Fix crashing on launch #121

v1.6.0

17 Apr 23:52
Compare
Choose a tag to compare

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

08 Mar 11:10
Compare
Choose a tag to compare
  • Fix problem rendering boolean values (close #90)
  • Fix filter of servers (close #95)
  • Allow execute the same query repeatedly (close #88)
  • Improve scroll bars. (Thanks to @kbradl16 👏 )

v1.4.0

02 Feb 14:22
Compare
Choose a tag to compare

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

13 Jan 21:39
Compare
Choose a tag to compare

New Features/Improvements

  • Improved performance during the rendering (close #61)
  • Make the results per page configurable doc

Fixed Bug

  • Fix problem saving a new server without SSL (close #77)

v1.2.0

21 Dec 21:26
Compare
Choose a tag to compare

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.

v1.1.1

14 Dec 15:09
Compare
Choose a tag to compare
  • Fix update checker that was using a wrong URL