You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,9 +4,15 @@
4
4
5
5
### v3.0.0 - 2025-03-19
6
6
7
+
VNC servers' accessed via this project are now consistently 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.
11
+
7
12
#### Breaking changes
8
13
9
14
- TurboVNC version 3.1 or higher is now required ([#145](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/145)).
15
+
- VNC servers needs to support the `-rfbunixpath` flag (TigerVNC and TurboVNC does) ([#145](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/145)).
10
16
- This project no longer relies on `websockify` ([#119](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/119)).
0 commit comments