File tree Expand file tree Collapse file tree 4 files changed +22
-4
lines changed
Expand file tree Collapse file tree 4 files changed +22
-4
lines changed Original file line number Diff line number Diff line change 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
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.3 </version >
26+ <version >1.5.4 </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.3 " ,
3+ "version" : " 1.5.4 " ,
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