Taiga v1.9.0 Release Notes

Release Date: 2015-11-02 // over 8 years ago
  • ๐Ÿ”‹ Features

    • Project can be starred or unstarred and the fans list can be obtained.
    • US, tasks and Issues can be upvoted or downvoted and the voters list can be obtained.
    • Now users can watch public issues, tasks and user stories.
    • โž• Add endpoints to show the watchers list for issues, tasks and user stories.
    • โž• Add a "field type" property for custom fields: 'text', 'multiline text' and 'date' right nowi (thanks to @artlepool).
    • ๐Ÿ‘ Allow multiple actions in the commit messages.
    • Now every user that coments USs, Issues or Tasks will be involved in it (add author to the watchers list).
    • Now profile timelines only show content about the objects (US/Tasks/Issues/Wiki pages) you are involved.
    • โž• Add custom videoconference system.
    • ๐Ÿ›  Fix the compatibility with BitBucket webhooks and add issues and issues comments integration.
    • โž• Add support for comments in the Gitlab webhooks integration.
    • โž• Add externall apps: now Taiga can integrate with hundreds of applications and service.
    • ๐Ÿ‘Œ Improve searching system, now full text searchs are supported
    • โž• Add sha1 hash to attachments to verify the integrity of files (thanks to @astagi).
    • i18n.
      • Add italian (it) translation.
      • Add polish (pl) translation.
      • Add portuguese (Brazil) (pt_BR) translation.
      • Add russian (ru) translation.

    Misc

    • Made compatible with python 3.5.
    • Migrated to django 1.8.
    • โšก๏ธ Update the rest of requirements to the last version.
    • ๐Ÿ‘Œ Improve export system, now is more efficient and prevents possible crashes with heavy projects.
    • API: Mixin fields 'users', 'members' and 'memberships' in ProjectDetailSerializer.
    • API: Add stats/system resource with global server stats (total project, total users....)
    • API: Improve and fix some errors in issues/filters_data and userstories/filters_data.
    • API: resolver suport ref GET param and return a story, task or issue.
    • Webhooks: Add deleted datetime to webhooks responses when isues, tasks or USs are deleted.
    • โž• Add headers to allow threading for notification emails about changes to issues, tasks, user stories, and wiki pages. (thanks to @brett).
    • ๐Ÿ›  Lots of small and not so small bugfixes.