mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
[stage]
This commit is contained in:
parent
995dcca50c
commit
dd54dccec7
2 changed files with 12 additions and 3 deletions
13
dist/changelogs/1.7.15.md
vendored
13
dist/changelogs/1.7.15.md
vendored
|
@ -1,12 +1,21 @@
|
|||
## Changes
|
||||
|
||||
- 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. you can now use SSH config connections to set up SSH tunnels as well.
|
||||
- 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
|
||||
- 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.
|
||||
This should help with SSH connections that take a long time to connect.
|
||||
- Include pre-rasterized images for various sizes to reduce the render load at runtime
|
||||
- Implement various performance improvements
|
||||
- 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
|
||||
- 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
|
||||
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
1.7.13
|
||||
1.7.15
|
Loading…
Reference in a new issue