diff --git a/dist/changelogs/1.7.15.md b/dist/changelogs/1.7.15.md index a8437163..75f69158 100644 --- a/dist/changelogs/1.7.15.md +++ b/dist/changelogs/1.7.15.md @@ -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 diff --git a/dist/changelogs/1.7.15_augmented.md b/dist/changelogs/1.7.15_augmented.md index e14cbf7c..1ece1283 100644 --- a/dist/changelogs/1.7.15_augmented.md +++ b/dist/changelogs/1.7.15_augmented.md @@ -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