mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-25 09:00:26 +00:00
[stage]
This commit is contained in:
parent
ddac4cd402
commit
8e8b9c5330
2 changed files with 12 additions and 1 deletions
11
dist/changelogs/10.1_incremental.md
vendored
11
dist/changelogs/10.1_incremental.md
vendored
|
@ -1,5 +1,16 @@
|
||||||
|
## API additions
|
||||||
|
|
||||||
|
Several new endpoints have been added to widen the capabilities for external clients:
|
||||||
|
|
||||||
- Add /connection/add endpoint to allow creating connections from the API
|
- Add /connection/add endpoint to allow creating connections from the API
|
||||||
|
- Add /connection/remove endpoint to allow removing existing connections from the API
|
||||||
- Add /connection/browse endpoint to open connections in the file browser
|
- Add /connection/browse endpoint to open connections in the file browser
|
||||||
- Add /connection/terminal endpoint to open a terminal session four of connection
|
- Add /connection/terminal endpoint to open a terminal session four of connection
|
||||||
- Add /connection/toggle endpoint to enable or disable connections such as tunnels and service forwards
|
- Add /connection/toggle endpoint to enable or disable connections such as tunnels and service forwards
|
||||||
- Add /connection/refresh endpoint to refresh a connection state and its children
|
- Add /connection/refresh endpoint to refresh a connection state and its children
|
||||||
|
|
||||||
|
## Other
|
||||||
|
|
||||||
|
- Rework sidebar styling
|
||||||
|
- Improve transparency styling on Windows 11
|
||||||
|
- Fix csh sudo elevation not working
|
2
version
2
version
|
@ -1 +1 @@
|
||||||
10.1-4
|
10.1-5
|
||||||
|
|
Loading…
Reference in a new issue