Skip to content

Commit 58e349a

Browse files
authored
Merge pull request #333 from nextcloud/release/1.0.5
release/1.0.5
2 parents bc77ddf + 538b7c1 commit 58e349a

File tree

4 files changed

+25
-5
lines changed

4 files changed

+25
-5
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 1.0.5
4+
5+
### Features
6+
- Compatibility with Nextcloud 31
7+
- Upload other files then images to whiteboards @grnd-alt [#278](https://github.com/nextcloud/whiteboard/pull/278)
8+
- feat: Add option to take screenshot of the visible area @juliusknorr [#325](https://github.com/nextcloud/whiteboard/pull/325)
9+
- Data management improvements @hweihwang [#259](https://github.com/nextcloud/whiteboard/pull/259)
10+
- feat(Dockerfile): do not pin alpine version @szaimen [#241](https://github.com/nextcloud/whiteboard/pull/241)
11+
12+
### Fixed
13+
- Fix server crashed, regular cleanups, improve configs, etc... @hweihwang [#306](https://github.com/nextcloud/whiteboard/pull/306)
14+
- fix: prevent preview div from collapsing to 0px height @pbirrer [#277](https://github.com/nextcloud/whiteboard/pull/277)
15+
- fix #183 typo in Readme for nginx reverse configuration @EricMeallier [#242](https://github.com/nextcloud/whiteboard/pull/242)
16+
- fix: failed to update nextcloud/ocp package on branch main @hweihwang [#240](https://github.com/nextcloud/whiteboard/pull/240)
17+
- add excalidraw type to whiteboard file @grnd-alt [#255](https://github.com/nextcloud/whiteboard/pull/255)
18+
19+
### Other
20+
- add reverse proxy config example for Apache >= 2.4.47 @DanScharon [#282](https://github.com/nextcloud/whiteboard/pull/282)
21+
- chore(readme): add exemplary configuration for Caddy v2 @st3iny [#213](https://github.com/nextcloud/whiteboard/pull/213)
22+
323
## 1.0.4
424

525
### Fixed

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whiteboard",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
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)