Skip to content

Commit f21249e

Browse files
authored
Merge pull request #1026 from nextcloud/release/1.5.5
Release 1.5.5
2 parents 96f2587 + 2600b90 commit f21249e

File tree

4 files changed

+29
-4
lines changed

4 files changed

+29
-4
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
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

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)