Skip to content

Commit 94f0a57

Browse files
Merge pull request #992 from nextcloud/release/1.5.4
Release 1.5.4
2 parents 9b8bf32 + a48e786 commit 94f0a57

File tree

4 files changed

+22
-4
lines changed

4 files changed

+22
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## 1.5.4
4+
5+
### Fixed
6+
- fix: add context menu filtering for element types by @benjaminfrueh [#972](https://github.com/nextcloud/whiteboard/pull/972)
7+
- fix: force text wrapping in table cells by @silverkszlo [#969](https://github.com/nextcloud/whiteboard/pull/969)
8+
- fix: reset active tool when clicking custom toolbar button by @benjaminfrueh [#973](https://github.com/nextcloud/whiteboard/pull/973)
9+
- fix: Hide button to add embeddable manually as we do not support web embeds by @juliusknorr [#888](https://github.com/nextcloud/whiteboard/pull/888)
10+
- fix: Proper method for translating plurals by @juliusknorr [#962](https://github.com/nextcloud/whiteboard/pull/962)
11+
- fix: preserve table width on editing content by @benjaminfrueh [#966](https://github.com/nextcloud/whiteboard/pull/966)
12+
13+
### Added
14+
- feat: add config to disable external libraries by @benjaminfrueh [#989](https://github.com/nextcloud/whiteboard/pull/989)
15+
16+
### Other
17+
- ci(actions): Pin action versions by @nickvergessen [#986](https://github.com/nextcloud/whiteboard/pull/986)
18+
- Update nextcloud/ocp dependency by @nextcloud-command [#982](https://github.com/nextcloud/whiteboard/pull/982)
19+
- Add master server version to Playwright workflow by @juliusknorr [#968](https://github.com/nextcloud/whiteboard/pull/968)
20+
321
## 1.5.3
422

523
### 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.3</version>
26+
<version>1.5.4</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.3",
3+
"version": "1.5.4",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)