All Versions
83
Latest Version
Avg Release Cycle
34 days
Latest Release
1435 days ago

Changelog History
Page 8

  • v2.0.0 Changes

    April 04, 2016

    πŸ”‹ Features

    • Ability to create url custom fields. (thanks to @astagi).
    • πŸ‘ Blocked projects support
    • πŸ‘ Transfer projects ownership support
    • Customizable max private and public projects per user
    • Customizable max of memberships per owned private and public projects

    Misc

    • πŸ›  Lots of small and not so small bugfixes.
  • v1.10.0 Changes

    January 30, 2016

    πŸ”‹ Features

    • βž• Add logo field to project model
    • βž• Add is_featured field to project model
    • Add is_looking_for_people and looking_for_people_note fields to project model
    • Filter projects list by
      • is_looking_for_people
      • is_featured
      • is_backlog_activated
      • is_kanban_activated
    • Search projects by text query (order by ranking name > tags > description)
    • Order projects list:
      • alphabetically by default
      • by fans (last week/moth/year/all time)
      • by activity (last week/moth/year/all time)
    • πŸ‘‰ Show stats for discover secction
    • i18n.
      • Add swedish (sv) translation.
      • Add turkish (tr) translation.

    Misc

    • πŸ›  Lots of small and not so small bugfixes.
  • v1.9.1 Changes

    January 05, 2016

    πŸ”‹ Features

    • [CSV Reports] Add fields "created_date", "modified_date", "finished_date" to issues CSV report.
    • [Attachment] Generate 'card-image' size (300x200) thumbnails for attached image files.

    Misc

    • πŸ‘Œ Improve login and forgot password: allow username or email case-insensitive if the query only match with one user.
    • πŸ‘Œ Improve the django admin panel, now it is more usable and all the selector fields works properly.
    • [API] Add tribe_gig field to user stories (improve integration between Taiga and Taiga Tribe).
    • 🐎 [API] Performance improvements for project stats.
    • [Events] Add command to send an instant notifications to all the currently online users.
    • πŸ›  Lots of small and not so small bugfixes.
  • v1.9.0 Changes

    November 02, 2015

    πŸ”‹ 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.
  • v1.8.0 Changes

    June 18, 2015

    πŸ”‹ Features

    • πŸ‘Œ Improve timeline resource.
    • βž• Add sitemap of taiga-front (the web client).
    • Search by reference (thanks to @artlepool)
    • βž• Add call 'by_username' to the API resource User
    • i18n.
      • Add deutsch (de) translation.
      • Add nederlands (nl) translation.

    Misc

    • πŸ›  Lots of small and not so small bugfixes.
  • v1.7.0 Changes

    May 21, 2015

    πŸ”‹ Features

    • πŸ‘‰ Make Taiga translatable (i18n support).
    • i18n.
      • Add spanish (es) translation.
      • Add french (fr) translation.
      • Add finish (fi) translation.
      • Add catalan (ca) translation.
      • Add traditional chinese (zh-Hant) translation.
    • βž• Add Jitsi to our supported videoconference apps list
    • βž• Add tags field to CSV reports.
    • πŸ‘Œ Improve history (and email) comments created by all the GitHub actions

    Misc

    • πŸ†• New contrib plugin for letschat (by Ξ”ndrea Stagi)
    • βœ‚ Remove djangorestframework from requirements. Move useful code to core.
    • πŸ›  Lots of small and not so small bugfixes.
  • v1.6.0 Changes

    March 17, 2015

    πŸ”‹ Features

    • βž• Added custom fields per project for user stories, tasks and issues.
    • πŸ‘Œ Support of export to CSV user stories, tasks and issues.
    • πŸ‘ Allow public projects.

    Misc

    • πŸ†• New contrib plugin for HipChat (by Ξ”ndrea Stagi).
    • πŸ›  Lots of small and not so small bugfixes.
    • ⚑️ Updated some requirements.
  • v1.5.0 Changes

    January 29, 2015

    πŸ”‹ Features

    • 🐎 Improving SQL queries and performance.
    • Now you can export and import projects between Taiga instances.
    • Email redesign.
    • πŸ‘Œ Support for archived status (not shown by default in Kanban).
    • πŸ”₯️ Removing files from filesystem when deleting attachments.
    • πŸ‘Œ Support for contrib plugins (existing yet: slack, hall and gogs).
    • Webhooks added (crazy integrations are welcome).

    Misc

    • πŸ›  Lots of small and not so small bugfixes.
  • v1.4.0 Changes

    December 10, 2014

    πŸ”‹ Features

    • Bitbucket integration:
      • Change status of user stories, tasks and issues with the commit messages.
    • Gitlab integration:
      • Change status of user stories, tasks and issues with the commit messages.
      • Sync issues creation in Taiga from Gitlab.
    • πŸ‘Œ Support throttling.
      • for anonymous users
      • for authenticated users
      • in import mode
    • βž• Add project members stats endpoint.
    • πŸ‘Œ Support of leave project.
    • Control of leave a project without admin user.
    • Improving OCC (Optimistic concurrency control)
    • Improving some SQL queries using djrom directly

    Misc

    • πŸ›  Lots of small and not so small bugfixes.
  • v1.3.0 Changes

    November 18, 2014

    πŸ”‹ Features

    • GitHub integration (Phase I):
      • Login/singin connector.
      • Change status of user stories, tasks and issues with the commit messages.
      • Sync issues creation in Taiga from GitHub.
      • Sync comments in Taiga from GitHub issues.

    Misc

    • πŸ›  Lots of small and not so small bugfixes.