From bc6f477a1c289b2b049925a980045924210b985f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Tue, 4 Feb 2025 12:39:07 +0700 Subject: [PATCH] update the release notes --- docs/CHANGELOG.md | 9 ++++++++- packaging/debian/changelog | 9 ++++++++- packaging/rpm/xpra-html5.spec | 9 ++++++++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 77e24301..1aa23e2e 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## [17.0] 2025-01-14 +## [17.0] 2025-02-04 - Build and packaging: - [nodejs-less formatting script](https://github.com/Xpra-org/xpra-html5/pull/332) - [remove unused modules](https://github.com/Xpra-org/xpra-html5/pull/333) @@ -10,20 +10,24 @@ All notable changes to this project will be documented in this file. - [gaming cursor mode](https://github.com/Xpra-org/xpra-html5/pull/335) - [use builtin browser crypto functions](https://github.com/Xpra-org/xpra-html5/issues/314) - [noVNC-style vertical retractable floating menu](https://github.com/Xpra-org/xpra-html5/pull/330) + - [set page title to session-name](https://github.com/Xpra-org/xpra-html5/commit/40dc01add8b1eaf5b149a69570dacc214509edd2), [honour setting changes](https://github.com/Xpra-org/xpra-html5/commit/908989a1ca269828899af4101edc5c6a49dad7f8) - Fixes: - [missing start menu with some servers](https://github.com/Xpra-org/xpra-html5/commit/0aa77036fb9ffadff54aa98cc6d9d235d5531d08) - [horizontal scrolling was inverted](https://github.com/Xpra-org/xpra-html5/pull/331) - [keep modal windows on top](https://github.com/Xpra-org/xpra-html5/issues/336) - [offset in desktop mode](https://github.com/Xpra-org/xpra-html5/commit/f706e8f4f135663e6a8065c3eeabca9812c92661) + - [modal focus failure with minified windows](https://github.com/Xpra-org/xpra-html5/commit/f716dde9f2cc0e9b88e6d6088e5ed9385a648f08) - Network: - [WebSocket connections linger and cause re-connect](https://github.com/Xpra-org/xpra-html5/issues/345) - [longer WebSocket connection timeout](https://github.com/Xpra-org/xpra-html5/commit/af1b036612609e2743b3c824ba3c2ea2211faf5f) + - [rencodeplus breaks in strict mode](https://github.com/Xpra-org/xpra-html5/commit/e6799a672c820dc5c7a4706d97d87ff9e518317b) - Decoding: - [bump max video size when offscreen is actually used](https://github.com/Xpra-org/xpra-html5/commit/69faf56c5fd11b15087334c1b1f54eefd486e854) - [honour offscreen toggle](https://github.com/Xpra-org/xpra-html5/commit/345d3d228d796afabbc19e451fce6158ab0583a70), [override detection](https://github.com/Xpra-org/xpra-html5/commit/e74030354f74f844c07da405bc7acdb04aff2dcb) - [try to fallback to client decoding when worker fails](https://github.com/Xpra-org/xpra-html5/commit/345d3d228d796afabbc19e451fce6158ab0583a7) - [disable decode worker zero-copy on errors](https://github.com/Xpra-org/xpra-html5/commit/194cbbf7bade77a1730a08521704d28600b0ee03) - [errors when debug logging is enabled](https://github.com/Xpra-org/xpra-html5/commit/bbc3fc3a670055bbdc1f61ba89f1e4d262e9fdf4) + - [enable video decoding on all platforms](https://github.com/Xpra-org/xpra-html5/commit/cc30225ea9e0c2e5838a5c2da6fc7ece9b1b6318) - Connect dialog: - [update 'offscreen' availability when `ssl`](https://github.com/Xpra-org/xpra-html5/commit/988b1509c14d8f24428ac13d2ad451ca211c8891) [is toggled](https://github.com/Xpra-org/xpra-html5/commit/d75129ac69870a0c068430a0c29c5e5695a6028a) - [consistent and less ugly font](https://github.com/Xpra-org/xpra-html5/pull/346) @@ -32,7 +36,9 @@ All notable changes to this project will be documented in this file. - [don't send clipboard packets to servers that don't want them](https://github.com/Xpra-org/xpra-html5/commit/20094daaf1b98d03619b50670903daffe3919139) - [restrict allowed characters](https://github.com/Xpra-org/xpra-html5/commit/a178df013ca5c5d8f60278c4c26f9b82c7f94629) - [prevent the float menu from overflowing](https://github.com/Xpra-org/xpra-html5/pull/352) + - [cursors not set for desktop sessions](https://github.com/Xpra-org/xpra-html5/commit/f3eb9b9625e4ab60d12e513dd8debf3822070269) - Cosmetic: + - [login box overflowing](https://github.com/Xpra-org/xpra-html5/commit/5971e9234d37be058f9b202a847c3ef61b032ec1) - [float menu keyboard icon not changing colours](https://github.com/Xpra-org/xpra-html5/commit/95b3cdbd5515f6b3d4f7c31244c283bc53f35e3f) - [hide start menu when there are no entries](https://github.com/Xpra-org/xpra-html5/pull/334) - [undo formatting mess](https://github.com/Xpra-org/xpra-html5/commit/9e30e97b4efcdde481166043679d962fa76484ab) @@ -43,6 +49,7 @@ All notable changes to this project will be documented in this file. - [workaround ugly Chrome obfuscation](https://github.com/Xpra-org/xpra-html5/commit/c6a04b7cabd059785439382052b6ad1704579327) - [remove legacy bootstrap](https://github.com/Xpra-org/xpra-html5/commit/26b1b8549bcb8bdf08a46a5faafbd8f2c4930567) - [session info box not big enough](https://github.com/Xpra-org/xpra-html5/pull/343) + - [source formatting](https://github.com/Xpra-org/xpra-html5/commit/fb17b5e7884a19f760e8e40ae3af544067326a70) ## [16.0] 2024-09-09 - [retry WebSocket connection](https://github.com/Xpra-org/xpra-html5/commit/8614719f724b06ce99a9fb1f3093464274ad5d25) diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 13233741..ca6214ea 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -12,15 +12,19 @@ xpra-html5 (17-r0-1) UNRELEASED; urgency=low - horizontal scrolling was inverted - keep modal windows on top - offset in desktop mode + - modal focus failure with minified windows + - set page title to session-name, honour setting changes * Network: - WebSocket connections linger and cause re-connect - longer WebSocket connection timeout + - rencodeplus breaks in strict mode * Decoding: - bump max video size when offscreen is actually used - honour offscreen toggle, override detection - try to fallback to client decoding when worker fails - disable decode worker zero-copy on errors - errors when debug logging is enabled + - enable video decoding on all platforms * Connect dialog: - update 'offscreen' availability when `ssl` is toggled - consistent and less ugly font @@ -29,7 +33,9 @@ xpra-html5 (17-r0-1) UNRELEASED; urgency=low - don't send clipboard packets to servers that don't want them - restrict allowed characters - prevent the float menu from overflowing + - cursors not set for desktop sessions * Cosmetic: + - login box overflowing - float menu keyboard icon not changing colours - hide start menu when there are no entries - undo formatting mess @@ -40,8 +46,9 @@ xpra-html5 (17-r0-1) UNRELEASED; urgency=low - workaround ugly Chrome obfuscation - remove legacy bootstrap - session info box not big enough + - source formatting - -- Antoine Martin antoine@xpra.org Tue, 14 Jan 2025 20:49:14 +0700 +700 + -- Antoine Martin antoine@xpra.org Tue, 04 Feb 2025 12:37:48 +0700 +700 xpra-html5 (16-r0-1) UNRELEASED; urgency=low * re-connection fixes: diff --git a/packaging/rpm/xpra-html5.spec b/packaging/rpm/xpra-html5.spec index 1913b364..1010f9a4 100644 --- a/packaging/rpm/xpra-html5.spec +++ b/packaging/rpm/xpra-html5.spec @@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog -* Tue Jan 14 2025 Antoine Martin 17-0-1 +* Tue Feb 04 2025 Antoine Martin 17-0-1 - Build and packaging: nodejs-less formatting script remove unused modules @@ -87,20 +87,24 @@ rm -rf $RPM_BUILD_ROOT gaming cursor mode use builtin browser crypto functions noVNC-style vertical retractable floating menu + set page title to session-name, honour setting changes - Fixes: missing start menu with some servers horizontal scrolling was inverted keep modal windows on top offset in desktop mode + modal focus failure with minified windows - Network: WebSocket connections linger and cause re-connect longer WebSocket connection timeout + rencodeplus breaks in strict mode - Decoding: bump max video size when offscreen is actually used honour offscreen toggle, override detection try to fallback to client decoding when worker fails disable decode worker zero-copy on errors errors when debug logging is enabled + enable video decoding on all platforms - Connect dialog: update 'offscreen' availability when `ssl` is toggled consistent and less ugly font @@ -109,7 +113,9 @@ rm -rf $RPM_BUILD_ROOT don't send clipboard packets to servers that don't want them restrict allowed characters prevent the float menu from overflowing + cursors not set for desktop sessions - Cosmetic: + login box overflowing float menu keyboard icon not changing colours hide start menu when there are no entries undo formatting mess @@ -120,6 +126,7 @@ rm -rf $RPM_BUILD_ROOT workaround ugly Chrome obfuscation remove legacy bootstrap session info box not big enough + source formatting * Mon Sep 09 2024 Antoine Martin 16-0-1 - re-connection fixes: