This release brings a big jump to Electron 37.3.1, dropping support for Windows 7 and 8, along with major internal refactors to improve security and modernize dependencies. On the surface you’ll notice history loading from the host and redesigned tabs
⚙️ Changes
- Breaking: Upgrade to electron 37.3.1 (Chrome 138)
- Windows 7 & 8 are no longer supported
- Small improvements to filetransfer
- Small improvements to sudo sftp
- Added logfile rotation
- Added access to log folder in bugreport modal
- Added configurable log level
- Added editor syntax highlighting for .env files
- Pressing Escape in the editor now closes the modal
- Added “Load history from host”
- activated by default,
- can be disabled in config,
- can be triggered via command
- New design for the tabs
- Removed pinger in the background because it caused more problems than it solved
- not working reliably
- spamming syslog entries
- unnecessary dns requests
- Added ability to rename tabs
- Window app title now shows the current connections name
⚙️ Internal changes
- Upgrade to electron 37.3.1 (Chrome 138)
- Upgrade to ssh2 v1
- Dependency updates
- Finished refactor to vue composition api
- Refactor to dart sass module import syntax
- Big refactor of the context isolation to improve security of the inter-process communication
🪲 Bugfixes
- Fixed: Editor not saving and closing sometimes
- Fixed: Delete icon offcenter in settings
- Fixed: Error when Terminal is resized but there is no renderservice active for webgl renderer
- Fixed: Error when refocussing the window when settings pane is open
- Fixed: Target side not reloading when transferring empty folder