v1.36.0
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