diff --git a/dist/changelogs/1.7.15.md b/dist/changelogs/1.7.15.md index 33a7cead..a8437163 100644 --- a/dist/changelogs/1.7.15.md +++ b/dist/changelogs/1.7.15.md @@ -16,6 +16,7 @@ - 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` - Regularly clean logs directory to free up older log files +- Improve file browser handling in smaller window sizes ## Fixes diff --git a/dist/changelogs/1.7.15_augmented.md b/dist/changelogs/1.7.15_augmented.md index d9fe0f76..e14cbf7c 100644 --- a/dist/changelogs/1.7.15_augmented.md +++ b/dist/changelogs/1.7.15_augmented.md @@ -16,13 +16,14 @@ - 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` - Regularly clean logs directory to free up older log files +- Improve file browser handling in smaller window sizes ## Fixes +- Fix application windows on Linux not initializing with the correct size - 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 +- Fix startup errors when operating system reported invalid ## Future updates diff --git a/version b/version index 33b2b78b..0e251636 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7.15-2 \ No newline at end of file +1.7.15-3 \ No newline at end of file