File tree 3 files changed +21
-3
lines changed
3 files changed +21
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.4
4
+
5
+ ### Fixed
6
+
7
+ - support translation @hweihwang [ #200 ] ( https://github.com/nextcloud/whiteboard/pull/200 )
8
+ - fix: use system theme if no ncTheme available @grnd-alt [ #215 ] ( https://github.com/nextcloud/whiteboard/pull/215 )
9
+ - fix: Properly handle metrics aggregation with room data @juliushaertl [ #224 ] ( https://github.com/nextcloud/whiteboard/pull/224 )
10
+ - fix: Generate proper URL for token endpoint @juliushaertl [ #209 ] ( https://github.com/nextcloud/whiteboard/pull/209 )
11
+ - set viewmode if share is readonly @grnd-alt [ #216 ] ( https://github.com/nextcloud/whiteboard/pull/216 )
12
+ - fix: Proper fallback for app config methods on Nextcloud 28 @juliushaertl [ #206 ] ( https://github.com/nextcloud/whiteboard/pull/206 )
13
+ - fix: Color picker buttons too wide @konradmb [ #211 ] ( https://github.com/nextcloud/whiteboard/pull/211 )
14
+
15
+ ### Other
16
+
17
+ - docs: Storage strategies & Scaling @hweihwang [ #198 ] ( https://github.com/nextcloud/whiteboard/pull/198 )
18
+ - test: Add vitest and some basic integration tests @juliushaertl [ #146 ] ( https://github.com/nextcloud/whiteboard/pull/146 )
19
+ - docs: Enhance setup documentation @juliushaertl [ #210 ] ( https://github.com/nextcloud/whiteboard/pull/210 )
20
+
3
21
## 1.0.3
4
22
5
23
- Start translating the app #202
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
23
23
24
24
]]>
25
25
</description >
26
- <version >1.0.3 </version >
26
+ <version >1.0.4 </version >
27
27
<licence >agpl</licence >
28
28
<author >Julius Härtl</author >
29
29
<namespace >Whiteboard</namespace >
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " whiteboard" ,
3
- "version" : " 1.0.3 " ,
3
+ "version" : " 1.0.4 " ,
4
4
"license" : " AGPL-3.0-or-later" ,
5
5
"private" : true ,
6
6
"type" : " module" ,
89
89
"node" : " ^20" ,
90
90
"npm" : " ^10"
91
91
}
92
- }
92
+ }
You can’t perform that action at this time.
0 commit comments