Skip to content

Commit d12572c

Browse files
authored
Merge pull request #225 from nextcloud/release/1.0.4
chore(release): Bump version to 1.0.4
2 parents fcc007d + 2bc9a83 commit d12572c

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

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+
321
## 1.0.3
422

523
- Start translating the app #202

appinfo/info.xml

+1-1
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.0.3</version>
26+
<version>1.0.4</version>
2727
<licence>agpl</licence>
2828
<author>Julius Härtl</author>
2929
<namespace>Whiteboard</namespace>

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whiteboard",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",
@@ -89,4 +89,4 @@
8989
"node": "^20",
9090
"npm": "^10"
9191
}
92-
}
92+
}

0 commit comments

Comments
 (0)