File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.5.2
4+
5+ ### Fixed
6+
7+ - fix: support table editing in public shares and resolve stale closures @silverkszlo [ #941 ] ( https://github.com/nextcloud/whiteboard/pull/941 )
8+ - fix: timer text positioning @juliusknorr [ #939 ] ( https://github.com/nextcloud/whiteboard/pull/939 )
9+ - fix: public share whiteboard @hweihwang [ #936 ] ( https://github.com/nextcloud/whiteboard/pull/936 )
10+ - fix: embed and follow e2e regressions @hweihwang [ #937 ] ( https://github.com/nextcloud/whiteboard/pull/937 )
11+
312## 1.5.1
413
514### Added
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.1 </version >
26+ <version >1.5.2 </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.1 " ,
3+ "version" : " 1.5.2 " ,
44 "license" : " AGPL-3.0-or-later" ,
55 "private" : true ,
66 "type" : " module" ,
126126 "node" : " ^24.0.0" ,
127127 "npm" : " ^11.3.0"
128128 }
129- }
129+ }
You can’t perform that action at this time.
0 commit comments