1.2.0
This release contains a lot of internal code restructuring and dependency upgrades but also some features and bugfixes.
⚙️ Changes
- General UI update
- Portable executables now have a pre splash image to indicate the extraction process until the app starts
- The built-in editor is now driven by codemirror instead of ace
- The editor now shows the current file size
- Security improvements on electron level
- Restructured the connection form
- Added a new connect animation
- Improved vault login-modal usability
- Added ping roundtrip time as a tooltip to the bottom bar
- Added xterm webgl renderer which can optionally be enabled via config
- Added a "prevent capture" config option which hides the application from screen captures
- Improved startup performance, this mainly affects the installer version
⚙️ Internal changes
- Major code refactoring while migrating from vue 2 to vue 3
- Major code refactoring while migrating to shared styles and components
- Updated electron from 12.0.6 to version 21.3.0
- Updated xterm to version 5
- Removed the last jquery fragments
- Release binaries are now hosted on github to ensure better download speeds and availability
- Testing is now done using playwright
🪲 Bugfixes
- Manual updater (affects linux .deb) could not fetch the latest version
- Portable updater (affects windows portable) could not fetch the latest version
- Vaults not working
- Terminal search triggered when hitting ctrl+f in the editor