diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 20 |
1 files changed, 19 insertions, 1 deletions
@@ -3,16 +3,34 @@ Version 1.0.32 (unreleased) New features: -* New automated action to close tasks without activity in a specific column +* 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 +* 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 Improvements: +* Removed individual column scrolling on board, columns use the height of all tasks +* Improve project page title +* 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 Bug fixes: +* 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 |