Skip to content

Commit 9df4ebc

Browse files
author
Wolfgang Ginolas
committed
Release 0.4.2
1 parent 52f8de4 commit 9df4ebc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.4.2] - 2025-09-08
11+
12+
- Fix: [Incorrect window title for new file](https://github.com/cryptpad/nextcloud-open-in-cryptpad/issues/46)
13+
1014
## [0.4.1] - 2025-09-05
1115

1216
- Fix: [No icon in file menu entry](https://github.com/cryptpad/nextcloud-open-in-cryptpad/issues/45)

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.1</version>
62+
<version>0.4.2</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.1",
4+
"version": "0.4.2",
55
"author": "XWiki CryptPad Team <contact@cryptpad.org> and contributors",
66
"contributors": [],
77
"bugs": {

0 commit comments

Comments
 (0)