-
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
3 changed files
with
52 additions
and
5 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,7 +1,24 @@ | ||
xpra-html5 (8.0-r1425-1) UNRELEASED; urgency=low | ||
* TODO | ||
|
||
-- Antoine Martin [email protected] Mon, 13 Mar 2023 15:47:45 +0700 +700 | ||
* disable scroll encoding with offscreen decode worker | ||
* screenshots cannot be used with the offscreen api | ||
* don't close windows when re-connecting or when closing the browser window | ||
* closing windows is only a request | ||
* hide options when they are not available: `shutdown` and `file upload` | ||
* remote logging arguments missing | ||
* fix initiate-move-resize | ||
* cursor fixes: cursor updates and geometry | ||
* fix vertical scroll reverse | ||
* minor cleanups: | ||
- unused variables | ||
- unused function | ||
- unused statements | ||
- document empty functions | ||
- linter cleanup | ||
- use a more correct datatype | ||
- improved syntax | ||
- use the preferred keywords for variable declaration | ||
|
||
-- Antoine Martin [email protected] Sat, 06 May 2023 19:19:03 +0700 +700 | ||
|
||
xpra-html5 (7.0-r1424-1) UNRELEASED; urgency=low | ||
* unable to move undecorated / CSD windows | ||
|
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 |
---|---|---|
|
@@ -77,8 +77,26 @@ rm -rf $RPM_BUILD_ROOT | |
%endif | ||
|
||
%changelog | ||
* Mon Mar 13 2023 Antoine Martin <[email protected]> 8.0-1425-1 | ||
- TODO | ||
* Sat May 06 2023 Antoine Martin <[email protected]> 8.0-1425-1 | ||
- disable scroll encoding with offscreen decode worker | ||
- screenshots cannot be used with the offscreen api | ||
- don't close windows when re-connecting or when closing the browser window | ||
- closing windows is only a request | ||
- hide options when they are not available: `shutdown` and `file upload` | ||
- remote logging arguments missing | ||
- fix initiate-move-resize | ||
- cursor fixes: cursor updates and geometry | ||
- fix vertical scroll reverse | ||
- minor cleanups: | ||
unused variables | ||
unused function | ||
unused statements | ||
document empty functions | ||
linter cleanup | ||
use a more correct datatype | ||
improved syntax | ||
use the preferred keywords for variable declaration | ||
|
||
|
||
* Sun Mar 12 2023 Antoine Martin <[email protected]> 7.0-1424-1 | ||
- unable to move undecorated / CSD windows | ||
|