Releases: Xpra-org/xpra-html5
Releases · Xpra-org/xpra-html5
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
v7.0
- unable to move undecorated / CSD windows
- throttle video decoder to prevent flooding
- disable offscreen decode worker with Firefox to prevent flickering
- workaround for setuptools breakage in version 61 and later
- native video decoding is fast enough not to require much downscaling
- propagate error messages
- truncate large clipboard buffers in log messages
scroll
draw packets can hang the connection- disable VP9, prefer h264 / remove vp9
- spurious audio stop errors
- make stream download URL easier to embed
- missing scroll wheel events
- avoid errors if the window's title is unset
- remove support for software video decoding
- don't enable clipboard with Safari and SSL
- provide more useful screen name to the server
- cursor display and scaling issues
- workaround for older versions of Safari
- audio metadata corruption
v5.1
- missing wheel events in non-seamless modes
- workaround for older browsers without hasOwn (ie: Safari)
- workaround debilitating Safari clipboard implementation
- broken legacy clipboard
- windows movement compatibility with Xpra 3.1.x
- don't allow modal windows to be minimized
- build fixes for RHEL and clones
- setuptools and Debian repo build script fixes
- only send 'sound-stop' if audio is enabled
- rencode draw compatibility fix
- avoid errors when windows don't have a title
- provide a more useful screen name to the server
- truncate large clipboard buffers in debug output
- log the actual packet data with network errors
- decode worker always supports rgb
- fix brotli decompression
- minor codestyle tweaks
- clarify installation instructions
v6.2
v6.1
v6.0
- refactorings, cleanups, github CI, etc - JanCVanB
- split decode from paint - TijZwa
- experimental native decoding - TijZwa
- require ES6
- support
hjsmin
minifier - arrowd - updated installer script
- support for chunked file transfers of large files
- modal windows should not be minimized
- move to structured
hello
packet data
v5.0
- new features:
- picture encoding:
- minor improvements:
- fixes and updates:
- 64-bit rencode decoding bug with Safari (and IE) d5badd5
- notification errors with bencoder a9292f3
- avoid popping up the on-screen keyboard on mobile touch events #147
- updated on-screen simple-keyboard UI (#157) and file saver library f05516e
- shifted characters with simple-keyboard #156
- prevent stuck keys #137
- focus and raise windows when their title bar is clicked 27b823b, #148
- spurious focus events when minimizing windows ec2d300
- fix AES encryption when used with authentication and rencodeplus 0d2d584
v4.5.2
- fix toolbar position #110
- install default settings in
/etc/xpra/html5-client/
#111, #112 - image decoding time accounting
- handle scaled screen updates
- skip re-connecting when the error is likely to be permanent
- more helpful disconnection messages
- ensure we timeout if the websocket connection fails
- provide an easy way to prevent unwanted connections (ie: xpra.org)
- fix decode worker sanity checks, validate jpeg, png and webp #20, #101
- decode worker errors with legacy packet encoders
- validate all encodings
- window title string decoding errors
- create directories as needed when installing
- css syntax error
- better support for relative URLs (proxied configurations) #107, #104
- window resize offset bug #105, minimization bugs
- force xz compression for DEB packages (zstd support missing from repository webhost)
- compress harder with brotli
- remove unnecessary time wrapper
- try harder to detect the correct screen refresh rate