diff options
author | Frédéric Guillot <fred@kanboard.net> | 2018-12-19 16:05:15 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2018-12-19 16:05:15 -0800 |
commit | f470873d5d95571a30a99c2482ece7873e8f88d5 (patch) | |
tree | 035b593e510a845e6af3ade640fd876d957af212 /ChangeLog | |
parent | f070ad87d6ff33b5fb18fa13463955d93cf08a4d (diff) |
Update ChangeLog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -1,3 +1,26 @@ +Version 1.2.7 (December 19, 2018) +--------------------------------- + +* Write log entry on file removal +* Auto link duplicated tasks +* Auto link tasks duplicated to another project +* Auto link tasks created from a subtask +* Redirect to board view of the current task after duplication +* Fix broken link to contributor page +* Add automatic action for moving a task to a swimlane based on category change +* Add automatic action to assign a category based on swimlane change +* Add ordering comments by id along with creation date +* Fix custom roles duplication (source and destination column_id) +* Add locale en_GB +* New automatic action: move the task to another swimlane when assigned +* Disable php_uname() warning for restrictive environments +* Add hook to board settings +* Add method remove() to settings model +* Add php7-bcmath to Docker image +* Add sorting by reference in list view +* Added priority, swimlane, and column values from parent task to task converted from subtask +* Update translations + Version 1.2.6 (October 10, 2018) -------------------------------- |