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
a1d564a947
commit
18b6fa0338
2 changed files with 13 additions and 2 deletions
13
dist/changelogs/10.1_incremental.md
vendored
13
dist/changelogs/10.1_incremental.md
vendored
|
@ -1,3 +1,9 @@
|
|||
## Browser improvements
|
||||
|
||||
Feedback showed that the file browser transfer pane in the bottom left was confusing and unintuitive to use. Therefore, it has now been changed to be a more straightforward download area. You can drag files into it to automatically download them. From there you can either drag them directly where you want them to be in your local desktop environment or move them into the downloads directory.
|
||||
|
||||
There is now the possibility to jump to a file in a directory by typing the first few characters of its name.
|
||||
|
||||
## API additions
|
||||
|
||||
Several new endpoints have been added to widen the capabilities for external clients:
|
||||
|
@ -11,7 +17,12 @@ 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
|
||||
- Rework sidebar styling
|
||||
- Improve transparency styling on Windows 11
|
||||
- Fix csh sudo elevation not working
|
||||
- Add support for zed editor
|
2
version
2
version
|
@ -1 +1 @@
|
|||
10.1-8
|
||||
10.1-9
|
||||
|
|
Loading…
Reference in a new issue