summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2017-01-28 11:53:44 -0500
committerFrederic Guillot <fred@kanboard.net>2017-01-28 11:53:44 -0500
commitdbe001d9578e7140ce96dc38dfb1d1eac5eed330 (patch)
tree83ac579ab65d37650aea9a5788adb20b037bec70 /ChangeLog
parentc185d2415695a3b40154ba359395e20c64851f77 (diff)
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog19
1 files changed, 15 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b87b3ab..87eef5ca 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,15 +1,21 @@
-Version 1.0.38 (unreleased)
----------------------------
+Version 1.0.38 (Jan 28, 2017)
+-----------------------------
New features:
-* User invites
-* Add command to execute individual job (mostly for debugging)
+* User invitations by email
Improvements:
+* Simplify user creation form
+* Add modification date for comments
+* Add project creation links to project management pages
* More API procedures are now available to project members and project viewers
* Simplify date and time configuration to avoid potential validation issues
+* Show dashboard column visibility in columns page
+* Add new template hooks
+* Update translations (id_ID, de_DE, ru_RU, fr_FR, pt_PT)
+* Add command to execute individual job (mostly for debugging)
Regressions:
@@ -18,9 +24,14 @@ Regressions:
Bug fixes:
+* Fix broken link when clicking on user avatar for tasks on board
* Fix wrong datetime formatting when task form shows validation errors
* Empty arrays are serialized to a list instead of a dict (Json API)
* Always unbind internal listeners when closing a modal dialog
+* Fix installation errors on MySQL 8.0.0 (unescaped reserved keyword)
+* Avoid PHP notice when column form validation failed
+* Fix wrong default value for add group member modal
+* Add missing filter (completed) for task search
Version 1.0.37 (Jan 14, 2017)
-----------------------------