mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
[stage]
This commit is contained in:
parent
73e61f48bd
commit
3f10abdea8
2 changed files with 6 additions and 3 deletions
7
dist/changelogs/10.1_incremental.md
vendored
7
dist/changelogs/10.1_incremental.md
vendored
|
@ -4,6 +4,11 @@ Feedback showed that the file browser transfer pane in the bottom left was confu
|
|||
|
||||
There is now the possibility to jump to a file in a directory by typing the first few characters of its name.
|
||||
|
||||
There were also a couple of bug fixes:
|
||||
- Fix file transfers on Windows systems failing for files > 2GB due to overflow
|
||||
- Fix remote file editing sometimes creating blank file when using vscode
|
||||
- Fix file transfers failing at the end with a timeout when the connection speed was very slow
|
||||
|
||||
## API additions
|
||||
|
||||
Several new endpoints have been added to widen the capabilities for external clients:
|
||||
|
@ -18,8 +23,6 @@ Several new endpoints have been added to widen the capabilities for external cli
|
|||
## Other
|
||||
|
||||
- Fix xpipe not starting up when changing user on Linux
|
||||
- Fix file transfers on Windows systems failing for files > 2GB due to overflow
|
||||
- Fix remote file editing sometimes creating blank file when using vscode
|
||||
- Fix some editors and terminals not launching when using the fallback sh system shell due to missing disown command
|
||||
- Fix csh sudo elevation not working
|
||||
- Implement various application performance improvements
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
10.1-10
|
||||
10.1-11
|
||||
|
|
Loading…
Reference in a new issue