mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-22 07:30:24 +00:00
[stage]
This commit is contained in:
parent
aa7c04d5ba
commit
2565bb250f
3 changed files with 5 additions and 3 deletions
1
dist/changelogs/1.7.15.md
vendored
1
dist/changelogs/1.7.15.md
vendored
|
@ -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
|
||||
|
||||
|
|
5
dist/changelogs/1.7.15_augmented.md
vendored
5
dist/changelogs/1.7.15_augmented.md
vendored
|
@ -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
|
||||
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
1.7.15-2
|
||||
1.7.15-3
|
Loading…
Reference in a new issue