Skip to content

Commit d82ad42

Browse files
committed
Add a summary to the changelog entry
1 parent f295697 commit d82ad42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,15 @@
44

55
### v3.0.0 - 2025-03-19
66

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+
712
#### Breaking changes
813

914
- 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)).
1016
- This project no longer relies on `websockify` ([#119](https://github.com/jupyterhub/jupyter-remote-desktop-proxy/pull/119)).
1117

1218
#### New features added

0 commit comments

Comments
 (0)