File tree Expand file tree Collapse file tree 3 files changed +24
-15
lines changed
Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 22
33All notable changes to this project will be documented in this file.
44## [ 20.0] 2025-12-19
5- - Fixes:
6- - [ keyboard mapping] ( https://github.com/Xpra-org/xpra-html5/issues/406 )
7- - [ desktop windows should be shown fullscreen] ( https://github.com/Xpra-org/xpra-html5/issues/407 )
8- - handle decode worker initialization timeouts
5+ - [ keyboard mapping] ( https://github.com/Xpra-org/xpra-html5/issues/406 )
6+ - [ desktop windows should be shown fullscreen] ( https://github.com/Xpra-org/xpra-html5/issues/407 )
7+ - handle decode worker initialization timeouts
8+ - [ handle video decoder failures] ( https://github.com/Xpra-org/xpra-html5/commit/8f653cdc6e3de342d4644e00445dfe0cb443b81c )
9+ - [ unicode clipboard copy] ( https://github.com/Xpra-org/xpra-html5/commit/e99ae9323eb07d897a9d0884cde2a925c4894e98 )
10+ - [ window dragging] ( https://github.com/Xpra-org/xpra-html5/commit/bb88bd77541301f9584235c2666a1ed135627b28 )
11+ - [ broken file upload with newer servers] ( https://github.com/Xpra-org/xpra-html5/commit/53d531c6b0003097cfe8f7b899d91deef5d760a8 )
912
1013## [ 19.0] 2025-12-07
1114- New Features:
Original file line number Diff line number Diff line change 11xpra-html5 (20-r0-1) UNRELEASED; urgency=low
2- * Fixes:
3- - keyboard mapping
4- - desktop windows should be shown fullscreen
5- - handle decode worker initialization timeouts
6-
7- -- Antoine Martin antoine@xpra.org Fri, 19 Dec 2025 22:38:57 +0700 +700
2+ * keyboard mapping
3+ * desktop windows should be shown fullscreen
4+ * handle decode worker initialization timeouts
5+ * handle video decoder failures
6+ * unicode clipboard copy
7+ * window dragging
8+ * broken file upload with newer servers
9+
10+ -- Antoine Martin antoine@xpra.org Wed, 18 Mar 2026 19:19:09 +0700 +700
811
912xpra-html5 (19-r0-1) UNRELEASED; urgency=low
1013 * New Features:
Original file line number Diff line number Diff line change @@ -78,11 +78,14 @@ rm -rf $RPM_BUILD_ROOT
7878%endif
7979
8080%changelog
81- * Fri Dec 19 2025 Antoine Martin <antoine@xpra.org> 20-0-1
82- - Fixes:
83- - keyboard mapping
84- - desktop windows should be shown fullscreen
85- - handle decode worker initialization timeouts
81+ * Wed Mar 18 2026 Antoine Martin <antoine@xpra.org> 20-0-1
82+ - keyboard mapping
83+ - desktop windows should be shown fullscreen
84+ - handle decode worker initialization timeouts
85+ - handle video decoder failures
86+ - unicode clipboard copy
87+ - window dragging
88+ - broken file upload with newer servers
8689
8790* Sun Dec 07 2025 Antoine Martin <antoine@xpra.org> 19-0-1
8891- New Features:
You can’t perform that action at this time.
0 commit comments