Skip to content

Commit bd8d83c

Browse files
author
Wolfgang Ginolas
committed
Release 0.4.3
1 parent d838370 commit bd8d83c

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later
77

88
## [Unreleased]
99

10+
## [0.4.3] - 2025-12-08
11+
12+
- Add support for Nextcloud 32
13+
- Remove support for Nextcloud 29
14+
1015
## [0.4.2] - 2025-09-08
1116

1217
- Fix: [Incorrect window title for new file](https://github.com/cryptpad/nextcloud-open-in-cryptpad/issues/46)

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ interface in the "General" tab.
5959
CryptPad". You can find it in the "Integration" category.
6060
3. Configure "Open in CryptPad" in the administration settings of Nextcloud.
6161
]]></description>
62-
<version>0.4.2</version>
62+
<version>0.4.3</version>
6363
<licence>agpl</licence>
6464
<author mail="contact@cryptpad.org" homepage="https://cryptpad.org">XWiki CryptPad Team and contributors</author>
6565
<namespace>OpenInCryptPad</namespace>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openincryptpad",
33
"description": "Open files in CryptPad",
4-
"version": "0.4.2",
4+
"version": "0.4.3",
55
"author": "XWiki CryptPad Team <contact@cryptpad.org> and contributors",
66
"contributors": [],
77
"bugs": {

0 commit comments

Comments
 (0)