github sqlectron/sqlectron-gui v1.36.0

latest releases: v1.38.0-alpha.3, v1.38.0-alpha.2, v1.37.1...
3 years ago

Features

  • Added option to use ssh connections with ssh agent

Bug Fixes

  • Fixed ssh private key connections for new open ssh format keys

Developer

Most of the changes were internal changes:

  • Upgraded a few dependencies, the most important of them was the electron upgrade to the latest v12 version.
  • Removed all remote calls and moved it to the browser process and communication between them is done with pure IPC calls.
  • Added more test coverage, now we have e2e and unit tests for a few scenarios.
  • The sqlectron-core module has been merged into this package to make development easier and faster, it still using sqlectron-db-core though for the database part.
  • Started to convert the project to typescript
  • Added inspect context button for development
  • Converted a few components to pure functions and hooks

Don't miss a new sqlectron-gui release

NewReleases is sending notifications on new releases.