Skip to content

v0.42.0

Choose a tag to compare

@github-actions github-actions released this 24 Apr 05:06
· 1117 commits to main since this release
9e1a3ab

Added

  • Custom properties on documents, tasks, and calendar events. Initiative managers define reusable properties from a new Custom Properties tab in initiative settings, picking from nine types (text, number, checkbox, date, date & time, URL, single-select, multi-select, or person). Attach them to any document, task, or event alongside tags; filter by them in every list; toggle per-property columns on the task and document tables; and see compact chips on kanban cards, document cards, and the calendar list view. Select/multi-select pickers support creating new options inline without leaving the entity.

Removed

  • Moving a project between initiatives. The "Initiative ownership" card is gone from project settings and PATCH /projects/{id} no longer accepts initiative_id. The move crossed a privacy boundary — the project and everything attached to it suddenly became visible to a different initiative's members — and each new initiative-scoped attachment (role permissions, tags, custom properties, calendar events) needed its own cascade rule to stay coherent. The cost of keeping the move correct grew faster than the demand for the feature. Create the project in the right initiative from the start; if you end up in the wrong one, duplicate it into the target and delete the original. A follow up will enable export and import for projects that will cover this use case.

Changed

  • Avatars are now consistent everywhere a person appears. The same deterministic color that powers the whiteboard cursor and Lexical editor caret tints the initials fallback in comments, task assignees, queue item owners, @-mention typeahead, calendar attendees, custom-property people pickers, and the collaboration badge. The collaboration badge and custom-property people cells also show uploaded profile pictures when available; previously both only ever showed initials. Non-user avatars like guild icons are unchanged.

Downloads

Android App

Download the APK from the assets below and install on your Android device.

Docker Image

docker pull morelitea/initiative:0.42.0

Or use latest tag. View on Docker Hub.