This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
v1.8.0: clipboard API support
Breaking Changes
Some capabilities have changed their format.
Capability Name | Value Before | Actual Value |
---|---|---|
sessionTimeout | 60 (seconds) |
"60s" or "1m" or "2m10s" or "1h" |
New features
- #528 - added
skin
andvideoCodec
capabilities - #533 - support deleting files via
/download
API (fixed in images) - #550 - ability to get clipboard value for each session (new
/clipboard
API) - #567 - use Golang duration for
sessionTimeout
capability