2024-01-15 15:15:53 +00:00
|
|
|
## Changes
|
|
|
|
|
2024-01-15 21:58:39 +00:00
|
|
|
- Add support to create customized SSH connections using arbitrary options.
|
|
|
|
This can be done using the SSH config format but without having to create an actual file.
|
|
|
|
- Unify all SSH connection types to support the same functionality.
|
2024-01-16 21:19:08 +00:00
|
|
|
I.e. they all now support host key and identity file fixes plus can be used with SSH tunnels.
|
|
|
|
- Make it possible to specify any identity to be used for SSH config connections
|
2024-01-15 21:58:39 +00:00
|
|
|
- Properly detect when an active connection has unexpectedly reset during a file browser session.
|
|
|
|
It will now be automatically restarted when any action is performed and fails.
|
|
|
|
- Rework connection creation menu layout to give a better overview
|
2024-01-15 15:15:53 +00:00
|
|
|
- Make the connection timeout value in the settings properly apply to ssh connections as well.
|
2024-01-15 21:58:39 +00:00
|
|
|
This should help with SSH connections that take a long time to connect.
|
2024-01-15 15:15:53 +00:00
|
|
|
- Include pre-rasterized images for various sizes to reduce the render load at runtime
|
2024-01-15 21:58:39 +00:00
|
|
|
- Implement various performance improvements
|
2024-01-15 15:15:53 +00:00
|
|
|
- Rework some UI elements to better work with keyboard navigation and screen readers
|
|
|
|
- Add unsupported shell notice when restricted bash is detected
|
|
|
|
- The daemon now properly reports any startup failure causes when started from the CLI via `xpipe open`
|
2024-01-15 21:58:39 +00:00
|
|
|
- Regularly clean logs directory to free up older log files
|
2024-01-17 20:59:18 +00:00
|
|
|
- Improve file browser handling in smaller window sizes
|
2024-01-18 19:52:02 +00:00
|
|
|
- Add support for WezTerm and Windows Terminal Preview
|
2024-01-15 15:15:53 +00:00
|
|
|
|
|
|
|
## Fixes
|
|
|
|
|
2024-01-17 17:06:10 +00:00
|
|
|
- Fix application windows on Linux not initializing with the correct size
|
2024-01-15 15:15:53 +00:00
|
|
|
- Fix connections to pfSense systems not working (This time properly)
|
|
|
|
- Fix NullPointerException when a Linux system did not provide any release name
|
|
|
|
- Fix startup errors when operating system reported invalid window sizes
|
2024-01-16 13:07:41 +00:00
|
|
|
- Fix various Exceptions caused by race conditions
|