Update changelog

This commit is contained in:
crschnick 2024-01-16 21:19:08 +00:00
parent 916fd98773
commit de6c71fc5d
2 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,8 @@
- 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.
I.e. they all now support host key and identity file fixes plus can be used as SSH tunnels.
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
- 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
@ -14,7 +15,6 @@
- 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 to install
- Regularly clean logs directory to free up older log files
## Fixes

View file

@ -3,7 +3,8 @@
- 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.
I.e. they all now support host key and identity file fixes plus can be used as SSH tunnels.
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
- 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
@ -14,7 +15,6 @@
- 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 to install
- Regularly clean logs directory to free up older log files
## Fixes