Releases: Xpra-org/xpra-html5
Releases · Xpra-org/xpra-html5
v15
v14.0
- security fixes:
- major features:
- bug fixes:
- authentication:
- modernization:
- cleanups and cosmetic: too many to list them all
v5.5
- fail fast if digest is unsafe
- refuse to use xor digest for passwords over insecure connections
- add RHEL10 builds
- prevent simple XSS from server menu data
- preserve disconnection message
- hide file transfers if not supported by the server
- add 'Download' file menu entry
- password attribute is a list
- don't try to convert strings to strings
- ignore whitespace when updating vcs info
- newer python compatibility: prefer setuptools, also add setuptools to the build dependencies
- consistency: always return a string
v13
bug fixes
- password prompt and re-connection issues
- do increase video size with offscreen decoding + fixup
- URL parameters ignored + fixup, and another and another
- file downloads corrupted
- URL forwarding not enabled
- handling of connection URIs and session files: syntax mismatch, include display number, skip default values, boolean options not saved correctly
clipboard:
- let users choose the preferred clipboard format + fixup
- disable polling with Safari and Firefox
- add manual clipboard synchronization button, make space for it in the top bar
text/htmlnot copied- add test page, add more tools to it
features:
cleanups and cosmetic:
v12
v11.1
v11.0
- more consistent positioning of fullscreen windows
- prefix the
sessionStoragedata with pathname - Safari does not support offscreen decoding, stop saying that it does
- Chrome now requires https to enable offscreen decoding
- missing window icons
- Clipboard:
unescapeplain text clipboard data, copytext/htmlto the server and from the server - improve compatibility with server versions: continue to enable pings, dynamic menus, request start menu data
- don't show the clock menu entry until we have the time
- audio state not updated
- code cleanups: simplify, remove MSIE workarounds
- build with newer python versions via setuptools and update the build dependencies
- minor build file linter warnings whilst preserving backwards compatibility
- detect minifier, default to 'copy' if not found
- automatic release number generation string format
v10.1
v10
[10.0] 2023-11-28
- update libraries: jquery v3.7.1, jquery ui v1.13.2
- disable offscreen rendering with more buggy webkit based browsers, Chrome without https
- missing svg icons in start menu
- don't show the clock menu entry until we have the time
- compatibility with newer servers for ping option
- move some encoding attributes to default settings, support more encoding attributes
- simplify parameter parsing
- structured capabilities and more readable
- cosmetic: debug logging, whitespace, invalid escape sequence