Skip to content

Commit cad59ca

Browse files
authored
Merge pull request #812 from nextcloud/release/1.4.2
chore(release): v1.4.2
2 parents a13a939 + 91390cd commit cad59ca

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## 1.4.2
4+
5+
### Features
6+
* Add read-only EmbeddedViewer component for whiteboard nesting #800
7+
8+
### Fixed
9+
* Fix recordings' file names for Windows compatibility #809
10+
* Fix versions comparison, regular clean-ups, improve structure #774
11+
12+
### Other
13+
* Add host environment variable to the websocket server #784
14+
* Update node and npm engines versions #771
15+
* Keep Nextcloud OCP development dependency up to date #785 #797 #810
16+
317
## 1.4.1
418

519
### Features

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
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.4.1</version>
26+
<version>1.4.2</version>
2727
<licence>agpl</licence>
2828
<author>Julius Härtl</author>
2929
<namespace>Whiteboard</namespace>

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "whiteboard",
3-
"version": "1.4.1",
3+
"version": "1.4.2",
44
"license": "AGPL-3.0-or-later",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)