File tree Expand file tree Collapse file tree 4 files changed +29
-4
lines changed
Expand file tree Collapse file tree 4 files changed +29
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.5.5
4+
5+ ### Fixed
6+
7+ - fix: add ffmpeg to dockerfile for recording by @benjaminfrueh [ #1025 ] ( https://github.com/nextcloud/whiteboard/pull/1025 )
8+ - fix: use native puppeteer recording by @grnd-alt [ #1023 ] ( https://github.com/nextcloud/whiteboard/pull/1023 )
9+ - fix: recording stop on disconnect by @hweihwang [ #993 ] ( https://github.com/nextcloud/whiteboard/pull/993 )
10+ - fix: word wrapping in tables cuts svg image for short words by @benjaminfrueh [ #1020 ] ( https://github.com/nextcloud/whiteboard/pull/1020 )
11+ - fix: adjust zindex so comments don't overlap controls by @benjaminfrueh [ #1022 ] ( https://github.com/nextcloud/whiteboard/pull/1022 )
12+ - fix: calculate a scale factor based on natural dimensions by @benjaminfrueh [ #1018 ] ( https://github.com/nextcloud/whiteboard/pull/1018 )
13+ - fix: prevent memory leaks in whiteboard canvas interactions by @silverkszlo [ #998 ] ( https://github.com/nextcloud/whiteboard/pull/998 )
14+ - fix: include existing elements when adding voting to canvas by @benjaminfrueh [ #1013 ] ( https://github.com/nextcloud/whiteboard/pull/1013 )
15+ - fix: enable zen mode shortcut by @hweihwang [ #1003 ] ( https://github.com/nextcloud/whiteboard/pull/1003 )
16+ - fix: recording initial viewport follow by @hweihwang [ #996 ] ( https://github.com/nextcloud/whiteboard/pull/996 )
17+ - fix: recording runtime cache busting by @hweihwang [ #994 ] ( https://github.com/nextcloud/whiteboard/pull/994 )
18+ - fix: enforce admin max image size for all image inserts by @hweihwang [ #997 ] ( https://github.com/nextcloud/whiteboard/pull/997 )
19+ - fix: scroll to linked element by @hweihwang [ #991 ] ( https://github.com/nextcloud/whiteboard/pull/991 )
20+ - fix: proper placeholders for presenter strings in javascript by @juliusknorr [ #999 ] ( https://github.com/nextcloud/whiteboard/pull/999 )
21+
22+ ### Added
23+ - Improve recording overlay UI by @hweihwang [ #995 ] ( https://github.com/nextcloud/whiteboard/pull/995 )
24+
25+ ### Other
26+ - chore: Bump max-version to 33 by @juliusknorr [ #1002 ] ( https://github.com/nextcloud/whiteboard/pull/1002 )
27+
328## 1.5.4
429
530### Fixed
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ The official whiteboard app for Nextcloud. It allows users to create and share w
2323
2424]]>
2525 </description >
26- <version >1.5.4 </version >
26+ <version >1.5.5 </version >
2727 <licence >agpl</licence >
2828 <author >Julius Härtl</author >
2929 <namespace >Whiteboard</namespace >
Original file line number Diff line number Diff line change 11{
22 "name" : " whiteboard" ,
3- "version" : " 1.5.4 " ,
3+ "version" : " 1.5.5 " ,
44 "license" : " AGPL-3.0-or-later" ,
55 "private" : true ,
66 "type" : " module" ,
You can’t perform that action at this time.
0 commit comments