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