Releases: Xpra-org/xpra-html5
Releases · Xpra-org/xpra-html5
v11.0
- more consistent positioning of fullscreen windows
- prefix the
sessionStorage
data 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:
unescape
plain text clipboard data, copytext/html
to 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
v5.4
v9.1
v9.0
- support only xpra v5
- windows that shouldn't be collapsible can be collapsed but not restored back
- Unicode clipboard transfers
- fix keyboard modifiers mapping
- allow spaces in passwords
- safari doesn't draw the window
- enable offscreen rendering with Firefox and Safari
- require less CPU but more bandwidth
- use relative path for icons
- more robust value parsing
- dependencies cleanup
v8.1
v5.3
v8.0
- disable scroll encoding with offscreen decode worker
- screenshots cannot be used with the offscreen api
- don't close windows when re-connecting or when closing the browser window
- closing windows is only a request, even from the menu
- hide options when they are not available:
shutdown
andfile upload
- remote logging arguments missing
- fix initiate-move-resize
- cursor fixes: cursor updates, geometry
- fix vertical scroll reverse
- minor cleanups: unused variables, unused function, unused statements, document empty functions, linter cleanup, use a more correct datatype, improved syntax, use the preferred keywords for variable declaration
v5.2
- offscreen decode worker issues: disable scroll encoding and screenshots, fix decode parsing errors
- workarounds for older versions of Safari
- correctly parse audio metadata
- stop collecting vertical refresh data once we have enough
- don't close windows when re-connecting
- connect form can populate username
- add missing alt attributes
- honour vertical scroll reverse option