This commit is contained in:
crschnick 2024-01-17 20:59:18 +00:00
parent aa7c04d5ba
commit 2565bb250f
3 changed files with 5 additions and 3 deletions

View file

@ -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

View file

@ -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

View file

@ -1 +1 @@
1.7.15-2
1.7.15-3