Skip to content

Commit 87e932b

Browse files
committed
update the release notes
1 parent 20152fe commit 87e932b

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

docs/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4-
## [18.0] 2025-10-20
4+
## [18.0] 2025-10-21
55
- Build and packaging:
66
- RHEL 10 builds
77
- DEB `Section` value
@@ -17,8 +17,12 @@ All notable changes to this project will be documented in this file.
1717
- [undecorated windows cannot be moved](https://github.com/Xpra-org/xpra-html5/commit/229ae72211bd714e64500aff68fb7967bfe607d8)
1818
- [video frames have padding](https://github.com/Xpra-org/xpra-html5/commit/ce3e0c5ca7c74f19748ad85b896e44337c542283), [prevent padding with images too](https://github.com/Xpra-org/xpra-html5/commit/2e93ae295167e887b86615db4709c1c288b1bc83)
1919
- pointer offset
20+
- [pointer relative coordinates](https://github.com/Xpra-org/xpra-html5/commit/63f7b9a02e3a11b107e29c5937cbc0aae8df1d2e)
21+
- [clipboard-direction ignored](https://github.com/Xpra-org/xpra-html5/commit/271326b70373182a5292abd0823adfd548ae0ed2)
22+
- [window title not trimmed](https://github.com/Xpra-org/xpra-html5/commit/0e50602f40e954061cd39acf69fd96094f7eb075)
2023
- window clipping calculations
2124
- decoding error handler fails to request a redraw
25+
- [Firefox offscreen decoding flickers](https://github.com/Xpra-org/xpra-html5/issues/393)
2226
- offscreen decode error stalled the decode queue
2327
- [remove the paint worker](https://github.com/Xpra-org/xpra-html5/issues/329)
2428
- fixup invalid refactoring
@@ -27,6 +31,8 @@ All notable changes to this project will be documented in this file.
2731
- `visibilitychange` must change the refresh-rate, not send power events
2832
- focus confusion
2933
- [missing window icons](https://github.com/Xpra-org/xpra-html5/commit/8f9a14cd13208e70d3292a77847a87d55fb1a9a9)
34+
- [windows can have multiple types](https://github.com/Xpra-org/xpra-html5/commit/aadf9b05dbc8a5e87a709c78d36449089de79968)
35+
- [DPI warning with newer servers](https://github.com/Xpra-org/xpra-html5/commit/19e35170e29bb13307b6c1bd56119b2fb56f9163)
3036
- Cosmetic:
3137
- cleanups and linter warnings
3238
- stricter comparison operators

packaging/debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@ xpra-html5 (18-r0-1) UNRELEASED; urgency=low
1414
- undecorated windows cannot be moved
1515
- video frames have padding, prevent padding with images too
1616
- pointer offset
17+
- pointer relative coordinates
18+
- clipboard-direction ignored
19+
- window title not trimmed
1720
- window clipping calculations
1821
- decoding error handler fails to request a redraw
22+
- Firefox offscreen decoding flickers
1923
- offscreen decode error stalled the decode queue
2024
- remove the paint worker
2125
- fixup invalid refactoring
@@ -24,12 +28,14 @@ xpra-html5 (18-r0-1) UNRELEASED; urgency=low
2428
- `visibilitychange` must change the refresh-rate, not send power events
2529
- focus confusion
2630
- missing window icons
31+
- windows can have multiple types
32+
- DPI warning with newer servers
2733
* Cosmetic:
2834
- cleanups and linter warnings
2935
- stricter comparison operators
3036
- drop legacy fullscreen handlers
3137

32-
-- Antoine Martin antoine@xpra.org Wed, 15 Oct 2025 21:24:04 +0700
38+
-- Antoine Martin antoine@xpra.org Tue, 21 Oct 2025 22:03:30 +0700
3339

3440
xpra-html5 (17-r0-1) UNRELEASED; urgency=low
3541
* Build and packaging:

packaging/rpm/xpra-html5.spec

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
7878
%endif
7979

8080
%changelog
81-
* Mon Oct 20 2025 Antoine Martin <antoine@xpra.org> 18-0-1
81+
* Tue Oct 21 2025 Antoine Martin <antoine@xpra.org> 18-0-1
8282
- Build and packaging:
8383
RHEL 10 builds
8484
DEB `Section` value
@@ -94,8 +94,12 @@ rm -rf $RPM_BUILD_ROOT
9494
undecorated windows cannot be moved
9595
video frames have padding, prevent padding with images too
9696
pointer offset
97+
pointer relative coordinates
98+
clipboard-direction ignored
99+
window title not trimmed
97100
window clipping calculations
98101
decoding error handler fails to request a redraw
102+
Firefox offscreen decoding flickers
99103
offscreen decode error stalled the decode queue
100104
remove the paint worker
101105
fixup invalid refactoring
@@ -104,6 +108,8 @@ rm -rf $RPM_BUILD_ROOT
104108
`visibilitychange` must change the refresh-rate, not send power events
105109
focus confusion
106110
missing window icons
111+
windows can have multiple types
112+
DPI warning with newer servers
107113
- Cosmetic:
108114
cleanups and linter warnings
109115
stricter comparison operators

0 commit comments

Comments
 (0)