Releases: FZJ-JSC/jupyter-xprahtml5-proxy
Releases · FZJ-JSC/jupyter-xprahtml5-proxy
v0.4.3
v0.4.2
- fix for Xpra 5
- minor updates
v0.4.1
minor fixes
v0.4.0
Switch to unix sockets to significantly increase the security on multi-user systems while reducing the load as we can skip encryption now.
This requires jupyter-server-proxy>=4 and tornado>=6.3
v0.3.5
This release prevents
- keys from repeating unexpectedly on high latency
v0.3.4
This release ensures
- that Xpra sets a one-time-passwort for each new session
- that Xpra uses AES encryption one-time-key for each new session
- that XpraHTML5 uses these one-time password/key
polishing release
This release ensures
- that Xpra does not advertise its session on the local network
- that Xpra does not try to contact system-run
- that Xpra starts xterm with a TrueType font
In addition it comes with all the code (commented) required for password+encryption as soon as this pull request is accepted.
bug fix release
This release adds "--no-daemon" to the start parameters of xpra.
PyPi release
first functional PyPi release
v0.2.1
Initial release