Skip to content

Commit 6f0905c

Browse files
committed
Release v0.3.6
1 parent e66541a commit 6f0905c

3 files changed

Lines changed: 7 additions & 5 deletions

File tree

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.3.6] - 2024-10-21
11+
12+
- Embed imported images into the diagram.
13+
1014
## [0.3.5] - 2024-07-23
1115

1216
- Fix: iframe size for older versions of CryptPad.

appinfo/info.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ interface. Currently, only drawio diagrams are supported.
1818
## Importing images from Nextcloud into diagrams
1919
2020
With this app, you can import images from Nextcloud into
21-
diagrams. These images are not embedded, but linked to their
22-
source in Nextcloud. **To achieve this, imported images are made
23-
public via a secret link to the image.**
21+
diagrams. A copy of the image will be stored inside the `.drawio` file.
2422
2523
## Rights management
2624
@@ -61,7 +59,7 @@ interface in the "General" tab.
6159
CryptPad". You can find it in the "Integration" category.
6260
3. Configure "Open in CryptPad" in the administration settings of Nextcloud.
6361
]]></description>
64-
<version>0.3.5</version>
62+
<version>0.3.6</version>
6563
<licence>agpl</licence>
6664
<author mail="wolfgang.ginolas@xwiki.com" homepage="https://xwiki.com">Wolfgang Ginolas</author>
6765
<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.3.5",
4+
"version": "0.3.6",
55
"author": "Wolfgang Ginolas <wolfgang.ginolas@xwiki.com>",
66
"contributors": [],
77
"bugs": {

0 commit comments

Comments
 (0)