diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 98 |
1 files changed, 98 insertions, 0 deletions
@@ -1,3 +1,101 @@ +Version 1.0.33 (unreleased) +-------------- + +New features: + +* New API calls for task metadata + +Improvements: + +* Allow priority changes for inverted priority scales +* Add the possibility to attach template hooks with local variables and callback +* Add "reference" hooks +* Show project name in task forms +* Convert vanilla CSS to SASS + +Bug fixes: + +* Fix PHP notice when sending overdue notifications + +Version 1.0.32 +-------------- + +New features: + +* New automated actions: + - Close tasks without activity in a specific column + - Set due date automatically + - Move a task to another column when closed + - Move a task to another column when not moved during a given period +* New filter "moved" for moved date of tasks +* Added internal task links to activity stream +* Added new event for removed comments +* Added search filter for task priority +* Added the possibility to hide tasks in dashboard for a specific column +* Documentation translated in Russian + +Improvements: + +* Improve background worker and job handler +* New template hooks +* Removed individual column scrolling on board, columns use the height of all tasks +* Improve project page titles +* Remove sidebar titles when not necessary +* Internal events management refactoring +* Handle header X-Real-IP to get IP address +* Display project name for task auto-complete fields +* Make search attributes not case sensitive +* Display TOTP issuer for 2FA +* Make sure that the table schema_version use InnoDB for Mysql +* Use the library PicoFeed to generate RSS/Atom feeds +* Change all links to the new repository + +Bug fixes: + +* Allow users to see inactive projects +* Fixed typo in template that prevent project permissions to be duplicated +* Fixed search query with multiple assignees (nested OR conditions) +* Fixed Markdown editor auto-grow on the task form (Safari) +* Fixed compatibility issue with PHP 5.3 for OAuthUserProvider class + +Version 1.0.31 +-------------- + +New features: + +* Added tags: global and specific by project +* Added application and project roles validation for API procedure calls +* Added new API call: "getProjectByIdentifier" +* Added new API calls for external task links, project attachments and subtask time tracking + +Improvements: + +* Use PHP 7 for the Docker image +* Preserve role for existing users when using ReverseProxy authentication +* Handle priority for task and project duplication +* Expose task reference field to the user interface +* Improve ICal export +* Added argument owner_id and identifier to project API calls +* Rewrite integration tests to run with Docker containers +* Use the same task form layout everywhere +* Removed some tasks dropdown menus that are now available with task edit form +* Make embedded documentation readable in multiple languages (if a translation is available) +* Added acceptance tests (browser tests) + +Bug fixes: + +* Fixed broken CSV exports +* Fixed identical background color for LetterAvatar on 32bits platforms (Hash greater than PHP_MAX_INT) +* Fixed lexer issue with non word characters +* Flush memory cache in worker to get latest config values +* Fixed empty title for web notification with only one overdue task +* Take default swimlane into consideration for SwimlaneModel::getFirstActiveSwimlane() +* Fixed "due today" highlighting + +Breaking changes: + +* Docker volume paths are changed to /var/www/app/{data,plugins} + Version 1.0.30 -------------- |