summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-11-14 15:39:43 -0800
committerFrederic Guillot <fred@kanboard.net>2017-11-14 15:39:43 -0800
commit95cdeed472d00cd1b2f53b4878afd7fbc39ea389 (patch)
treeaf3aebe998dd6551946eea5901e1f2249adef3a9 /ChangeLog
parentf6d7791ddc5c58cab0eedc6b290fd08b61191329 (diff)
Task CSV import is now able to handle more fields
Add support for the priority, start date, tags and one external link.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8bb9f6ee..4db2f207 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,7 +4,7 @@ Version 1.x (unreleased)
Breaking changes:
* Remove feature "Allow everybody to access to this project" (You must define members and groups)
-* Composer dependencies are now included in the repository (except development dependencies)
+* Composer dependencies are now included in the repository to be able to use git-archive (except development dependencies)
New features:
@@ -13,6 +13,7 @@ New features:
Improvements:
+* Task CSV import is now able to handle the priority, start date, tags and one external link
* Improve iCalendar feed to include tasks with start/end date and due date with a time
* Check if the start date is before due date
* You can get an archive of Kanboard by using the download button in Github or the command git archive