Enhancements:

  1. Objects can be moved / copied only by administrators, project managers and project leaders.
  2. Next page link on Projects, People, Files, Tickets, Discussions, Time, Dashboard and Status archive pages.
  3. Improved notification message for private objects.
  4. If attachment is private it is indicated with red dot on Files tab (as for Files).
  5. Calendar subscription link added to Project Calendar page.
  6. File description included in list of files on Files tab.
  7. Mass change ticket visibility added to tickets page.
  8. Links are recognized in text and automatically made clickable in comments.
  9. When time record is submitted through Quick add dialog project and Is billable values are preserved.
  10. Caching for project icon URL-s.
  11. System notifies user if he is viewing trashed object.
  12. Prettier notifications for private and trashed objects.
  13. HTMLPurifier can be turned off by adding define('PURIFY_HTML', false); to config/config.php file.
  14. On New User form Password field is automatically focused when user selects to specify password.

Bug fixes:

  1. Last file revision is not required to be instance of User class in order to be returned. It can also be an AnonymousUser.
  2. First field on reset password form is password field instead of text field.
  3. Completed, canceled or paused projects that project manager or administrator is not directly involved with are now visible in project archives.
  4. Fixed problem where milestone start and due dates can be one day of in some cases.
  5. Fixed problem with users last activity time logging and display.
  6. Helper that shows which action was done by whom now uses a timezone settings of logged in user to display proper time.
  7. Due helper ignores timezone settings when displaying due date tooltip (correct behavior).
  8. JavaScript confirm dialog for Remove User option on role details page.
  9. Is billable is set to Yes by default in Quick Add dialog.
  10. Fixed problem with tickets archive no remembering selected category for pagination.
  11. Fixed bug where pagination does not remember parent object when listing time records attached to task or a ticket.
  12. One day shift for milestones fixed. Calendar applications do not include DTEND day so it needs to be set to the day after due date.
  13. Fixed problem where not billable records are not counted correctly in time reports.
  14. Parent page select box does not list page that is being updated and its sub-pages.
  15. Fixed problem where attachments always inherit author from parent object instead of using logged user.
  16. Fixed problem where not all assignees are properly move into a project created from template.
  17. Fixed broken image link to logo in error layout and on login / forgot password pages in mobile interface.
  18. Fix for project icon not being displayed in Jump to Project dialog if it was inherited from client.

AP I improvements:

  1. Added read_only flag to /info. Value of this flag will be 0 if API supports both read and write requests and 1 if it supports only read requests.