From d07ba3148ce73213a500cf67a067ca7a14be0575 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Sat, 15 Jul 2017 02:36:28 +0300 Subject: [PATCH] Outgoing Webhooks. Import Wekan board. --- Features.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Features.md b/Features.md index 8d5e3b4..e5718f3 100644 --- a/Features.md +++ b/Features.md @@ -18,7 +18,8 @@ Authentication, Admin Panel, SMTP Settings Import -* Import from Trello: Text, labels, images, comments, checklists (checklist import needs to be checked, are checklists imported correctly). Not imported yet: stickers, etc. +* Import from Trello: Text, labels, images, comments, checklists. Not imported yet: stickers, etc. +* [Import Wekan board](https://github.com/wekan/wekan/pull/1117): Text, labels, images, comments, checklists. Export @@ -32,6 +33,10 @@ API * [REST API](https://github.com/wekan/wekan/issues/1037) +Webhooks + +* [Outgoing Webhooks](https://github.com/wekan/wekan/pull/1119) + Cleanup * [Wekan database cleanup script](https://github.com/wekan/wekan-cleanup)