From 2ff1d57c21478d08acfd6d6a5ab91380b8e7ee7a Mon Sep 17 00:00:00 2001 From: crschnick Date: Tue, 16 Jan 2024 13:07:41 +0000 Subject: [PATCH] Update changelog --- dist/changelogs/1.7.15.md | 1 + dist/changelogs/1.7.15_augmented.md | 30 +++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 dist/changelogs/1.7.15_augmented.md diff --git a/dist/changelogs/1.7.15.md b/dist/changelogs/1.7.15.md index aeb6beab..cb12ca74 100644 --- a/dist/changelogs/1.7.15.md +++ b/dist/changelogs/1.7.15.md @@ -22,3 +22,4 @@ - 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 +- Fix various Exceptions caused by race conditions diff --git a/dist/changelogs/1.7.15_augmented.md b/dist/changelogs/1.7.15_augmented.md new file mode 100644 index 00000000..b82e08ac --- /dev/null +++ b/dist/changelogs/1.7.15_augmented.md @@ -0,0 +1,30 @@ +## 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. they all now support host key and identity file fixes plus can be used as SSH tunnels. +- 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 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 to install +- Regularly clean logs directory to free up older log files + +## 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 +- Fix various Exceptions caused by race conditions + +## Future updates + +The next upcoming update will probably be 1.8 with many new features and changes across the board. +The first test versions will be announced on Discord and Slack if you are interested. \ No newline at end of file