Skip to content

Commit f3619c4

Browse files
committed
V0.2
1 parent 47599e6 commit f3619c4

File tree

8 files changed

+291
-1777
lines changed

8 files changed

+291
-1777
lines changed

.idea/files_external_ipfs.iml

Lines changed: 0 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/php.xml

Lines changed: 0 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## V0.2.0
4+
- metadata support
5+
36
## V0.1.0
47
- read functionality
58
- partial write functionality

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ _Place this app in **nextcloud/apps/**_
1212

1313
## Notes
1414
- unless you create a private IPFS swarm all files will be public *[How to](https://github.com/ahester57/ipfs-private-swarm)*
15-
- `js-ipfs` <= `v0.40` and `go-ipfs` dont have write support
15+
- `js-ipfs` <= `v0.40` and `go-ipfs` will not have write support

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
IPFS Backend for file storage
88
</description>
99

10-
<version>0.1.0</version>
10+
<version>0.2.0</version>
1111
<licence>agpl</licence>
1212
<namespace>Files_External_IPFS</namespace>
1313
<author mail="[email protected]" homepage="https://carlomeier.net">Ѵ∑1L</author>

0 commit comments

Comments
 (0)