summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog93
1 files changed, 92 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec5f36b4..cef2e1fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,101 @@
-Version 1.0.25 (unreleased)
+Version 1.0.27 (unreleased)
--------------
+Improvements:
+
+* Improve automatic action creation
+* Move notifications to the bottom of the screen
+* Added the possibility to import automatic actions from another project
+* Added Ajax loading icon for submit buttons
+* Added support for HTTP header "X-Forwarded-Proto: https"
+
+Security issues:
+
+* Access allowed to any tasks from the shared public board by changing the URL parameters
+
+Bug fixes:
+
+* Ambiguous column name with very old version of Sqlite
+
+Version 1.0.26
+--------------
+
+Breaking changes:
+
+* API procedures:
+ - "moveColumnUp" and "moveColumnDown" are replaced by "changeColumnPosition"
+ - "moveSwimlaneUp" and "moveSwimlaneDown" are replaced by "changeSwimlanePosition"
+
+New features:
+
+* Add drag and drop to change subtasks, swimlanes and columns positions
+* Add file drag and drop and asynchronous upload
+* Enable/Disable users
+* Add setting option to disable private projects
+* Add new config option to disable logout
+
+Improvements:
+
+* Use inline popup to create new columns
+* Improve filter box design
+* Improve image thumbnails and files table
+* Add confirmation inline popup to remove custom filter
+* Increase client_max_body_size value for Nginx
+* Split Board model into multiple classes
+* Improve logging for the Docker image
+
+Bug fixes:
+
+* Fix PHP notices during creation of first project and in subtasks table
+* Fix filter dropdown not accessible when there are too many items
+* Fix regression: unable to change project in "task move/duplicate to another project"
+
+Version 1.0.25
+--------------
+
+Breaking changes:
+
+* Core functionalities moved to external plugins:
+ - Google Auth: https://github.com/kanboard/plugin-google-auth
+ - Github Auth: https://github.com/kanboard/plugin-github-auth
+ - Gitlab Auth: https://github.com/kanboard/plugin-gitlab-auth
+
New features:
+* When creating a new project, have the possibility to select another project to duplicate
+* Add a "Me" button to assignee form element
+* Add external links for tasks with plugin api
* Add project owner (Directly Responsible Individual)
* Add configurable task priority
+* Add Greek translation
+* Add automatic actions to close tasks with no activity
+* Add automatic actions to send an email when there is no activity on a task
+* Regroup all daily background tasks in one command: "cronjob"
+* Add task dropdown menu on listing pages
+
+Improvements:
+
+* New Dockerfile based on Alpine Linux and Nginx/PHP-FPM
+* The date time format can be chosen in application settings
+* Export only open tasks in iCal feed
+* Remove time form on task summary page and move that to task edit form
+* Replace box shadow by a larger border width when a task is recently modified
+* Do not refresh the whole page when changing subtask status
+* Add dropdown menu with inline popup for all task actions
+* Change sidebar style
+* Change task summary layout
+* Use inline popup for subtasks, categories, swimlanes, actions and columns
+* Move homepage menus to the user dropdown
+* Have a new task assigned to the creator by default instead of "no assignee"
+* Show progress for task links in board tooltips
+* Simplify code to handle ajax popover and redirects
+* Simplify layout and templates generation
+* Move task form elements to Task helper
+
+Bug fixes:
+
+* Category label is broken on the board if there's a url in the description
+* Fix pagination on task time tracking page
Version 1.0.24
--------------