File tree Expand file tree Collapse file tree 7 files changed +34
-13
lines changed
Expand file tree Collapse file tree 7 files changed +34
-13
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
5+ ## [ 12.0] 2024-03-29
6+ - [ keycloak authentication fails] ( https://github.com/Xpra-org/xpra-html5/commit/d09a0b2170c3f93319a5ce0984f57f12794617ca )
7+ - [ bug report tool error] ( https://github.com/Xpra-org/xpra-html5/commit/bc83f23390956b2590fb843275ffe6e4c88f7698 )
8+ - [ support custom minifier command] ( https://github.com/Xpra-org/xpra-html5/commit/1789bb05cf96ba6f864c9a50f0eb4458ee0c013e )
9+ - [ build fix when using github source archives] ( https://github.com/Xpra-org/xpra-html5/commit/20dddce76047ee95fcdc3d2b57672429951ab38b )
10+ - [ send relative pointer coordinates when available] ( https://github.com/Xpra-org/xpra-html5/commit/c43ef8af5faed1cda99a44fad9e13a9efa9e09ca )
11+ - [ remove legacy 'wheel' workarounds] ( https://github.com/Xpra-org/xpra-html5/commit/047f32f7c097fc143fffde636499639da231d4de )
12+ - [ remove unused function] ( https://github.com/Xpra-org/xpra-html5/commit/a1c1d39fadb6cf7042fa9ffb25049e54976fa386 )
13+
514## [ 11.0] 2024-01-31
615- [ more consistent positioning of fullscreen windows] ( https://github.com/Xpra-org/xpra-html5/commit/be43532f1637b315466289154b387f48db7a9a0b )
716- [ prefix the ` sessionStorage ` data with pathname] ( https://github.com/Xpra-org/xpra-html5/commit/b944a32f4b3a1394e092095e6ab57d575b764307 )
Original file line number Diff line number Diff line change 4444 < form class ="form-signin " action ="./index.html ">
4545 < img src ="icons/xpra-logo.png " alt ="xpra logo " />
4646 < h2 class ="form-signin-heading "> Xpra HTML5 Client</ h2 >
47- < h5 > Version 12.0 beta </ h5 >
47+ < h5 > Version 12.0</ h5 >
4848
4949 < div
5050 id ="alert-disconnect "
Original file line number Diff line number Diff line change 281281
282282 < div id ="about ">
283283 < h2 > Xpra HTML5 Client</ h2 >
284- < h3 > Version 12.0 beta </ h3 >
284+ < h3 > Version 12.0</ h3 >
285285 < span >
286286 Copyright (c) 2013-2022 Antoine Martin <antoine@xpra.org>
287287 < br />
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ if (!Object.hasOwn) {
1313
1414const Utilities = {
1515 VERSION : "12.0" ,
16- REVISION : 1285 ,
17- LOCAL_MODIFICATIONS : 3 ,
18- BRANCH : "master " ,
16+ REVISION : 6 ,
17+ LOCAL_MODIFICATIONS : 0 ,
18+ BRANCH : "v12.x " ,
1919
2020 exc : console_error_safe ,
2121 error : console_error_safe ,
Original file line number Diff line number Diff line change 1- xpra-html5 (12.0-r1520-1) UNRELEASED; urgency=low
2- * TODO
3-
4- -- Antoine Martin antoine@xpra.org Wed, 31 Jan 2024 22:34:47 +0700 +700
1+ xpra-html5 (12.0-r6-1) UNRELEASED; urgency=low
2+ * keycloak authentication fails
3+ * bug report tool error
4+ * support custom minifier command
5+ * build fix when using github source archives
6+ * send relative pointer coordinates when available
7+ * remove legacy 'wheel' workarounds
8+ * remove unused function
9+
10+ -- Antoine Martin antoine@xpra.org Fri, 29 Mar 2024 16:29:40 +0700 +700
511
612xpra-html5 (11-r1520-1) UNRELEASED; urgency=low
713 * more consistent positioning of fullscreen windows
Original file line number Diff line number Diff line change 11Package: xpra-html5
2- Version: 12.0-r1520 -1
2+ Version: 12.0-r6 -1
33Source: xpra-html5
44Maintainer: Antoine Martin <antoine@xpra.org>
55Standards-Version: 3.9.3
Original file line number Diff line number Diff line change 44# later version. See the file COPYING for details.
55
66%define version 12.0
7- %define release 1.r1520 %{?dist }
7+ %define release 1.r6 %{?dist }
88%define minifier uglifyjs
99%define python python3
1010
@@ -78,8 +78,14 @@ rm -rf $RPM_BUILD_ROOT
7878%endif
7979
8080%changelog
81- * Wed Jan 31 2024 Antoine Martin <antoine@xpra.org> 12.0-1520-1
82- - TODO
81+ * Fri Mar 29 2024 Antoine Martin <antoine@xpra.org> 12.0-6-1
82+ - keycloak authentication fails
83+ - bug report tool error
84+ - support custom minifier command
85+ - build fix when using github source archives
86+ - send relative pointer coordinates when available
87+ - remove legacy 'wheel' workarounds
88+ - remove unused function
8389
8490* Wed Jan 31 2024 Antoine Martin <antoine@xpra.org> 11-1498-1
8591- more consistent positioning of fullscreen windows
You can’t perform that action at this time.
0 commit comments