mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 17:10:27 +00:00
16 lines
833 B
Markdown
16 lines
833 B
Markdown
|
## Changes
|
||
|
|
||
|
- Make the connection timeout value in the settings properly apply to ssh connections as well.
|
||
|
This should help with SSH they take a long time to connect.
|
||
|
- Include pre-rasterized images for various sizes to reduce the render load at runtime
|
||
|
- 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`
|
||
|
- The automatic updater will now ask for a confirmation in the terminal before proceeding
|
||
|
|
||
|
## Fixes
|
||
|
|
||
|
- 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
|