We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5be6baf commit e2e254bCopy full SHA for e2e254b
CHANGELOG.md
@@ -4,10 +4,11 @@
4
5
### v3.0.0 - 2025-03-19
6
7
-VNC servers' accessed via this project are now consistently accessed via a unix
+VNC servers' accessed via this project must be accessed via a unix
8
socket instead of a TCP port. Previously only TigerVNC was accessed via a unix
9
-socket. With this change, any VNC server is suitable for use in environments
10
-where different users share access to TCP ports.
+socket. This change means jupyter-remote-desktop-proxy can be used in shared
+environments as long as the file permissions on the unix socket restrict access
11
+to a single user. TCP connections to the VNC server are no longer supported.
12
13
#### Breaking changes
14
0 commit comments