Skip to content

Commit 1114e55

Browse files
committed
version bump + update the release notes
1 parent 7dce93f commit 1114e55

File tree

7 files changed

+34
-13
lines changed

7 files changed

+34
-13
lines changed

docs/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
All 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)

html5/connect.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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"

html5/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
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 &lt;antoine@xpra.org&gt;
287287
<br />

html5/js/Utilities.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ if (!Object.hasOwn) {
1313

1414
const 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,

packaging/debian/changelog

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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

612
xpra-html5 (11-r1520-1) UNRELEASED; urgency=low
713
* more consistent positioning of fullscreen windows

packaging/debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Package: xpra-html5
2-
Version: 12.0-r1520-1
2+
Version: 12.0-r6-1
33
Source: xpra-html5
44
Maintainer: Antoine Martin <antoine@xpra.org>
55
Standards-Version: 3.9.3

packaging/rpm/xpra-html5.spec

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

0 commit comments

Comments
 (0)