RemoteDesktop: sync clipboard between local and remote

This commit is contained in:
DanyLE
2022-08-17 18:43:52 +02:00
parent a4943e83d1
commit f3a8f17ef1
9 changed files with 34 additions and 6 deletions

View File

@ -7,6 +7,7 @@ Further information on **wvnc**: [https://blog.lxsang.me/post/id/23](https://blo
## Change logs
* v0.1.10 - Allow to sync clipboard between local and remote machine, CTRL+SHIF+V to paste text from local to remote machine
* v0.1.9 - improve stability
* v0.1.7-8 - remove package dependencies, use web assembly for jpeg decoding, improve rendering performance and connection stability
* v0.1.6 - Change category

File diff suppressed because one or more lines are too long

View File

@ -7,7 +7,7 @@
"author": "Dany LE",
"email": "contact@iohub.dev"
},
"version":"0.1.9-b",
"version":"0.1.10-b",
"dependencies": [],
"category":"Internet",
"icon": "icon.png",