Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wginolas committed Jul 22, 2024
1 parent 91ce38b commit 9fd13db
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,11 @@ SPDX-License-Identifier: AGPL-3.0-or-later

## [Unreleased]

## [0.3.4] - 2024-07-22

- Fix: Support Nextcloud version 28.0.7.
- Add icons for "New diagrams.net diagram" and "Open in CryptPad" menu entries.

## [0.3.3] - 2024-02-14

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

First public release.

6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public via a secret link to the image.**
When using this app, the file permissions are completely handled by
Nextcloud. The right's management of CryptPad is not used for Nextcloud
files edited in CryptPad.
## Installation
### Prerequisites on the CryptPad side
Expand Down Expand Up @@ -61,15 +61,15 @@ interface in the "General" tab.
CryptPad". You can find it in the "Integration" category.
3. Configure "Open in CryptPad" in the administration settings of Nextcloud.
]]></description>
<version>0.3.3</version>
<version>0.3.4</version>
<licence>agpl</licence>
<author mail="wolfgang.ginolas@xwiki.com" homepage="https://xwiki.com">Wolfgang Ginolas</author>
<namespace>OpenInCryptPad</namespace>
<category>integration</category>
<bugs>https://github.com/cryptpad/nextcloud-open-in-cryptpad/issues</bugs>
<screenshot>https://raw.githubusercontent.com/cryptpad/nextcloud-open-in-cryptpad/main/screenshot.png</screenshot>
<dependencies>
<nextcloud min-version="27" max-version="28"/>
<nextcloud min-version="28" max-version="30"/>
</dependencies>
<settings>
<admin>OCA\OpenInCryptPad\Settings\Admin</admin>
Expand Down

0 comments on commit 9fd13db

Please sign in to comment.