diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-10-10 18:59:00 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-10-10 18:59:00 -0400 |
commit | b2b25748f062ad678937b78b818683eaf599cea1 (patch) | |
tree | fc35bdafe6026b9d452b6946be89e5dc98b84fd9 | |
parent | cd633b9aff78650752906dad0c2f64d82e018f39 (diff) |
Update ChangeLog
-rw-r--r-- | ChangeLog | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Version 1.0.34 (unreleased) +Version 1.0.34 -------------- New features: @@ -8,6 +8,28 @@ New features: * New automatic action: - Close a task in a specific column when not moved during a given period +Improvements: + +* Do not close the popover when clicking on the background +* Add visual icon to show a dropdown action on task +* Avoid 'blur' effect on popover +* Accept more file types for external links +* Restrict search to active projects +* Improve task status filter +* Add filter tag:none +* Always apply merge hooks in task creation controller +* Update task moved date only when the column or swimlane is changed +* Add new subtask hooks +* Add the actual use of TaskStartDateFilter +* Update translations and documentation + +Bug fixes: + +* Send absolute links in email notifications +* Restrict task complexity to a specific range to avoid integer overflow +* Do not show closed tasks in task move position form +* Avoid "Controller not found" in Settings > Links + Version 1.0.33 -------------- |