[release]

This commit is contained in:
crschnick 2024-01-18 19:52:02 +00:00
parent 46cd57db18
commit 25301c1ac1
2 changed files with 9 additions and 1 deletions

View file

@ -17,6 +17,7 @@
- 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
- Add support for WezTerm and Windows Terminal Preview
## Fixes

View file

@ -17,13 +17,20 @@
- 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
- Add support for WezTerm and Windows Terminal Preview
## 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
- Fix startup errors when operating system reported invalid window sizes
- Fix various Exceptions caused by race conditions
## Error reporter
It seems like the current built-in error reporter service is broken right now, so I might not receive your written user feedback from it.
If you want to report any issues, please use another way until that is fixed.
## Future updates