From 64c4d17f1aa5bc39418772f1ddd6c2f31c016fd9 Mon Sep 17 00:00:00 2001 From: kuehnelbs Date: Sun, 11 Nov 2018 10:54:55 +0100 Subject: [PATCH] documented changes --- CHANGELOG.md | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55b5016..f56f72c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # node-red-contrib-nextcloud changelog +## 0.1,1 +_2018-11-11_ +* merged pull request + * fixed errors parsing caldav events + * switched to ical-expander parser + + ## 0.1.0 _2018-04-30_ * addad missing option to set directory in incoming message for WebDAV list @@ -8,10 +15,10 @@ _2018-04-30_ ## 0.0.1 _2018-04-29_ - * Initial version - * CalDAV Node (simple download of calendar entries (ics), no sync, no upload) - * CardDAV Node (simple download of addressbook entries (vcf), no sync, no upload) - * WebDAV Nodes - * List directory entries - * upload file to nextcloud server - * download file to nextcloud server \ No newline at end of file +* Initial version + * CalDAV Node (simple download of calendar entries (ics), no sync, no upload) + * CardDAV Node (simple download of addressbook entries (vcf), no sync, no upload) + * WebDAV Nodes + * List directory entries + * upload file to nextcloud server + * download file to nextcloud server