Skip to content

Commit 9fd13db

Browse files
committed
Release 0.3.4
1 parent 91ce38b commit 9fd13db

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
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.3.4] - 2024-07-22
11+
12+
- Fix: Support Nextcloud version 28.0.7.
13+
- Add icons for "New diagrams.net diagram" and "Open in CryptPad" menu entries.
14+
1015
## [0.3.3] - 2024-02-14
1116

1217
- Fix: Cannot leave diagram, when opened from file info.
@@ -60,4 +65,3 @@ SPDX-License-Identifier: AGPL-3.0-or-later
6065
## [0.0.1] - 2023-08-24
6166

6267
First public release.
63-

appinfo/info.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public via a secret link to the image.**
2727
When using this app, the file permissions are completely handled by
2828
Nextcloud. The right's management of CryptPad is not used for Nextcloud
2929
files edited in CryptPad.
30-
30+
3131
## Installation
3232
3333
### Prerequisites on the CryptPad side
@@ -61,15 +61,15 @@ interface in the "General" tab.
6161
CryptPad". You can find it in the "Integration" category.
6262
3. Configure "Open in CryptPad" in the administration settings of Nextcloud.
6363
]]></description>
64-
<version>0.3.3</version>
64+
<version>0.3.4</version>
6565
<licence>agpl</licence>
6666
<author mail="wolfgang.ginolas@xwiki.com" homepage="https://xwiki.com">Wolfgang Ginolas</author>
6767
<namespace>OpenInCryptPad</namespace>
6868
<category>integration</category>
6969
<bugs>https://github.com/cryptpad/nextcloud-open-in-cryptpad/issues</bugs>
7070
<screenshot>https://raw.githubusercontent.com/cryptpad/nextcloud-open-in-cryptpad/main/screenshot.png</screenshot>
7171
<dependencies>
72-
<nextcloud min-version="27" max-version="28"/>
72+
<nextcloud min-version="28" max-version="30"/>
7373
</dependencies>
7474
<settings>
7575
<admin>OCA\OpenInCryptPad\Settings\Admin</admin>

0 commit comments

Comments
 (0)