Skip to content

Releases: FZJ-JSC/jupyter-xprahtml5-proxy

v0.4.3

10 Mar 17:03
Compare
Choose a tag to compare

disable dbus

v0.4.2

10 Mar 13:59
Compare
Choose a tag to compare
  • fix for Xpra 5
  • minor updates

v0.4.1

06 Mar 10:44
Compare
Choose a tag to compare

minor fixes

v0.4.0

23 May 13:53
Compare
Choose a tag to compare

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

22 Nov 21:26
Compare
Choose a tag to compare

This release prevents
- keys from repeating unexpectedly on high latency

v0.3.4

11 Jun 19:16
Compare
Choose a tag to compare

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

26 Nov 08:50
Compare
Choose a tag to compare

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

16 Nov 07:17
Compare
Choose a tag to compare

This release adds "--no-daemon" to the start parameters of xpra.

PyPi release

15 Nov 23:22
Compare
Choose a tag to compare

first functional PyPi release

v0.2.1

15 Nov 21:16
Compare
Choose a tag to compare

Initial release