-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
21 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,16 @@ | ||
xpra-html5 (13-r6-1) UNRELEASED; urgency=low | ||
xpra-html5 (13-r1569-1) UNRELEASED; urgency=low | ||
* bug fixes: | ||
- do increase video size with offscreen decoding | ||
- URL parameters ignored | ||
- file downloads corrupted | ||
- URL forwarding not enabled | ||
- handling of connection URIs and session files | ||
* clipboard: | ||
- let users choose the preferred clipboard format | ||
- disable polling with Safari and Firefox | ||
- add manual clipboard synchronization button | ||
- `text/html` not copied | ||
- add test page | ||
* features: | ||
- trigger file download from server via file chooser | ||
- show some server information | ||
|
@@ -17,8 +21,9 @@ xpra-html5 (13-r6-1) UNRELEASED; urgency=low | |
- remove outdated docstring | ||
- installation script supports individual info commands | ||
- ignore whitespace when updating vcs info | ||
- remove pointless line wrapping, bad automated formatting, improve readability | ||
|
||
-- Antoine Martin [email protected] Fri, 10 May 2024 23:12:13 +0700 +700 | ||
-- Antoine Martin [email protected] Thu, 23 May 2024 00:14:28 +0700 +700 | ||
|
||
xpra-html5 (12.0-r6-1) UNRELEASED; urgency=low | ||
* keycloak authentication fails | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: xpra-html5 | ||
Version: 13-r6-1 | ||
Version: 13-r1569-1 | ||
Source: xpra-html5 | ||
Maintainer: Antoine Martin <[email protected]> | ||
Standards-Version: 3.9.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
# later version. See the file COPYING for details. | ||
|
||
%define version 13 | ||
%define release 1.r6%{?dist} | ||
%define release 1.r1569%{?dist} | ||
%define minifier uglifyjs | ||
%define python python3 | ||
|
||
|
@@ -78,15 +78,19 @@ rm -rf $RPM_BUILD_ROOT | |
%endif | ||
|
||
%changelog | ||
* Fri May 10 2024 Antoine Martin <[email protected]> 13-6-1 | ||
* Thu May 23 2024 Antoine Martin <[email protected]> 13-6-1 | ||
- bug fixes: | ||
do increase video size with offscreen decoding | ||
URL parameters ignored | ||
file downloads corrupted | ||
URL forwarding not enabled | ||
handling of connection URIs and session files | ||
- clipboard: | ||
let users choose the preferred clipboard format | ||
disable polling with Safari and Firefox | ||
add manual clipboard synchronization button | ||
`text/html` not copied | ||
add test page | ||
- features: | ||
trigger file download from server via file chooser | ||
show some server information | ||
|
@@ -97,6 +101,7 @@ rm -rf $RPM_BUILD_ROOT | |
remove outdated docstring | ||
installation script supports individual info commands | ||
ignore whitespace when updating vcs info | ||
remove pointless line wrapping, bad automated formatting, improve readability | ||
|
||
* Fri Mar 29 2024 Antoine Martin <[email protected]> 12.0-6-1 | ||
- keycloak authentication fails | ||
|