Enhancements:

  1. Added auto-reconnect for situations when MySQL closes connection in the middle of the request
  2. Added new config options for better controlling the way mailing is working (native mailer and marking messages as bulk options)
  3. System permission 'manage_trash' has been added
  4. Administrators and project managers see all objects that are in the Trash
  5. GZIP compression for assets (js, css and print collector files) can be turned off by setting COMPRESS_ASSET_REQUESTS option to false in config.php file
  6. {title} accepts language parameters just like {lang} does

Bug Fixes:

  1. Fixed fread() problem in collector files
  2. HTML Purifier now uses /cache folder to cache definitions
  3. Styles in visual editor are translatable
  4. Time records API returns same records as web interface
  5. Fixed notice in DashboardController
  6. Many localization fixes and tweaks (thanks to Frederik Sauer)
  7. Welcome message after user login is now in user's language
  8. Fixed problem when, in some rare cases, task parent form was loaded when tasks was created with AJAX request
  9. Aligment of 'Complete ticket with this comment' checkbox fixed
  10. Empty Return-Path turned off by default
  11. Uppercase letters can be used in email addresses
  12. Fixed infinite visual editor explanding in Google Chrome
  13. Fixed issue where on some installations, incoming mail was treating first empty line in the imported email, as beginning of hidden email history

API Changes:

  1. Comments now return list of files attached to them
  2. Fixed problem with Pages category not listing pages in API response