diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-07-25 14:02:23 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-07-25 14:02:23 -0400 |
commit | c360ab3aa6821e6f6b51325e8866a0c57d2bdff2 (patch) | |
tree | 9be1eba677e9d126573e9fb1e7293f1bb3748bfc | |
parent | 8142d43057939265d15317bc051ff149553ca727 (diff) |
Added ChangeLog file
-rw-r--r-- | ChangeLog | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 00000000..24d9f732 --- /dev/null +++ b/ChangeLog @@ -0,0 +1,90 @@ +Version 1.0.17 +-------------- + +New features: + +* Added url rewrite and new routes +* Added new search engine with advanced syntax +* Added global search section +* Added search form on the dashboard +* Added new dashboard layout +* Added new layout for board/calendar/list views +* Added filters helper for search forms +* Added settings option to disable subtask timer +* Added settings option to include or exclude closed tasks into CFD +* Added settings option to define the default task color +* Added new config option to disable automatic creation of LDAP accounts +* Added loading icon on board view +* Prompt user when moving or duplicate a task to another project +* Added current values when moving/duplicate a task to another project and add a loading icon +* Added memory consumption in debug log +* Added form to create remote user +* Added option to disable automatic LDAP user creation +* Added edit form for user authentication +* Added config option to hide login form +* Display OAuth2 urls on integration page +* Added keyboard shortcuts to switch between board/calendar/list view +* Added keyboard shortcut to focus on the search box +* Added Slack channel override +* Added new report: Lead and cycle time for projects +* Added new report: Average time spent into each column +* Added task analytics +* Added icon to set automatically the start date +* Added datetime picker for start date + +Improvements: + +* Updated documentation +* Display user initials when tasks are in collapsed mode +* Show title in tooltip for collapsed tasks +* Improve alert box fadeout to avoid an empty space +* Set focus on the dropdown for category popover +* Make escape keyboard shorcut global +* Check the box remember me by default +* Store redirect login url in session instead of using url parameter +* Update Gitlab webhook +* Do not rewrite remember me cookie for each request +* Set the assignee as organizer for ical events +* Increase date range for ics export +* Reduce spacing on cards +* Move board collapse/expand mode to server side to avoid board flickering +* Use ajax requests for board collapse/expand +* Do not set anchor for the default swimlane on the link back to board +* Replace timeserie axis to category axis for charts +* Hide task age in compact mode +* Improve quick-add subtasks form +* Reduce the size of the filter box for smaller screen +* Added icon to hide/show sidebar +* Update GitLab logo +* Improve Dockerfile + +Translations: + +* Added Czech translation +* Updated Spanish translation +* Updated German Translation + +Bug fixes: + +* Screenshot dropdown: unexpected scroll down on the board view and focus lost when clicking on the drop zone +* No creator when duplicating a task + +Code refactoring: + +* Split task controller into smaller classes +* Remove method Category::getBoardCategories() +* Rewrite movePosition() to improve performances +* Refactoring of Github and Google authentication + +Breaking changes: + +* New OAuth url for Google and Github authentication + +API: + +* Add urls in api response for tasks and projects + +Other: + +* Added automated Docker build +* Remove edit recurrence from the task menu on the board |