File tree 3 files changed +11
-2
lines changed
3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 1.0.2
4
+
5
+ ### Fixed
6
+
7
+ - fix: Make template file creator registration compatible with 28/29 @juliushaertl [ #169 ] ( https://github.com/nextcloud/whiteboard/pull/169 )
8
+ - fix: Use proper server url parameter from the frontend @juliushaertl [ #167 ] ( https://github.com/nextcloud/whiteboard/pull/167 )
9
+ - fix: Update room data in storage when adding a file @juliushaertl [ #170 ] ( https://github.com/nextcloud/whiteboard/pull/170 )
10
+ - fix: Properly set URL for settings check if running in a subdirectory @juliushaertl [ #158 ] ( https://github.com/nextcloud/whiteboard/pull/158 )
11
+
3
12
## 1.0.1
4
13
5
14
### 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
23
23
24
24
]]>
25
25
</description >
26
- <version >1.0.1 </version >
26
+ <version >1.0.2 </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.1 " ,
3
+ "version" : " 1.0.2 " ,
4
4
"license" : " AGPL-3.0-or-later" ,
5
5
"private" : true ,
6
6
"type" : " module" ,
You can’t perform that action at this time.
0 commit comments