Update ChangeLog

This commit is contained in:
Frederic Guillot 2016-10-10 18:59:00 -04:00
parent cd633b9aff
commit b2b25748f0
No known key found for this signature in database
GPG Key ID: 92D77191BA7FBC99
1 changed files with 23 additions and 1 deletions

View File

@ -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
--------------