Tags give the ability to mark specific points in history as being important
-
2.4.0
3931d002 · ·Added ----------------- - **Notes:** Added a text filter on notes lists, which looks in title and content - **Tasks:** Hide "In epic" filter for subtasks on task view and epic view. It made no sense to have this filter for sub-tasks and epic tasks in the first place - **Router:** Added a fallback route displaying a 404 error - **Projects:** Added project form to settings page - **Notifications:** - Handle support for new notes notifications (on tasks and epics) in notification preference and notifications list - Added support for destroying notifications in batches **Projects**: Feature flags _Feature flags_ allows to disable and hide some projects features from the project's edition forms in order to simplify the UI on some projects: - enable/disable the backlog - enable/disable epics - enable/disable playbooks - enable/disable activity reports When disabling a feature with data, it's not deleted and the feature can be enabled again. **File attachments**: You can attach files to customers, projects, epics and tasks. - _Attachment kinds_ can be defined in customer settings (for customer attachments) and project settings (for the other). It allows to organize files a bit - Changes on attachments are updated over websocket - Notifications are sent to team members when an attachment is created. Notification channel can be changed in the user preferences. - When possible, a thumbnail is shown on the attachment There is no support to display full files in the page for now. Changed ----------------- - **Customers:** Grouped tabs in "show" view - **Tasks:** Added project statuses to tasks filters - **Activity reports:** Renamed "Add frame button" as it also removes extra frames now - **Epics:** Add tabs to "show" view to group tasks and notes Fixed ----------------- - **Customer:** Corrected the title of the modal for the link kind form (incorrectly labeled "New epic kind") - **Tasks:** Set a default value for all list filters - **I18n**: - Improved delete confirmation messages ("Delete this thing?" instead of "Delete thing?") - Translated some hardcoded strings - **Projects**: Hide the button to project's settings when member has no right to edit them -
2.3.0
b37ef38c · ·Added --------------- - **Statuses**: Added `collapsed_by_default` to task statuses form. - **Tasks**: Collapsed rows and columns statuses are now saved in localStorage, per server/user/project. Note that these preferences are not cleared on logout as they don't carry sensitive information and can be reapplied on subsequent logins. If this is an is issue, let us know. - **Backlog**: Added filters Changed --------------- - **Tasks**: On Kanban views, status columns with the `collapsed_by_default` flag set will be... collapsed by default. Previously, only statuses considered _done_ were collapsed. - **Tasks**: - The type of view is now saved per project/task. It still fallbacks to `list` - When reordering tasks, don't replace list by the loading indicator Fixed --------------- - **Tasks**: - Hide empty section on kanban-by-task view - Changed the search placeholder to reflect its behavior: it _filters_ the results, but don't search via the API - When changing the status of a tracked task, only stop time tracking when switching to a status considered as done
-
2.2.0
4b77091a · ·Added ---------------- - **Activity reports**: when creating a new report, the end date of the previous report will be used to determine the start date. - **Time frames**: Add new filter to select frames associated to any activity report - **Tasks**: - Added a button to assign current user to the task in the edition form - Added a button to assign current user to the task in the details page - Added a new view: Kanban-like but with tasks grouped by parents (_à la_ Taiga on their nice "sprint view") - **Project members**: Add button to re-invite members - **Pages titles**: - Display an icon and the page content type on details pages (every "show" views) Changed ---------------- - **Playbook plays**: inverse order - **Project members**: - Aligned actions to the top of entries - Reworked the sections titles and search area a bit Fixed ---------------- - **Activity**: fixed button to toggle users on the tab for activity by task - **Layout**: Fix quick-start menu being displayed under the due soon tasks - **Project members**: Fix actions not updating when removing member or leaving a project - **HTML**: Fixed base page title casing (`ATt` to `aTT`) - **Layout**: Reworded a link in the Auth layout - **Pages titles**: - Display titles on project's settings pages (settings, tags, webhooks, project members) - Add missing page `head` titles - Scope page titles in `head` with current project
-
2.1.0
9d0c6537 · ·Added -------------- - **Project members**: Add a button to apply rates to unlocked time frames of the Fixed -------------- - **Project members**: - prevent edition of a team member that left the project - display an error when join/reject/... actions fails - close confirmation dialogs