Docker image: docker pull chrisvel/tududi:1.6.0-rc.4
What's Changed
- feat: render mermaid diagrams in markdown by @chrisvel in #1605
- feat: Live editor for notes by @chrisvel in #1606
- feat(notes): show a shared indicator in the sidebar notes tree by @chrisvel in #1608
- feat: task comments with @mentions and soft delete by @chrisvel in #1609
- feat: replies, reactions, and layout fixes for task comments by @chrisvel in #1611
- feat: Notion-style block editing for notes by @chrisvel in #1610
- style: more breathing room in task comments UI by @chrisvel in #1612
- fix: widen oidc_identities.picture to TEXT to avoid varchar(255) overflow by @chrisvel in #1614
- fix: restore account profile and project/avatar images on backup import by @chrisvel in #1615
- fix: point CalDAV private-address error at the setting to allow it by @chrisvel in #1616
- fix: show every note to pick from instead of a dead-end placeholder by @chrisvel in #1617
- Cleanup dead npm scripts, move Billing/AI Usage to admin dashboard by @chrisvel in #1613
- docs: bring docs back in sync with the app by @chrisvel in #1619
- fix: Tag search results ignore the view's tag-filter criteria by @chrisvel in #1627
- fix: default a view's search to Task-only when no entity-type filter is set by @chrisvel in #1628
- fix: unify active task status filtering across TaskList, GroupedTaskList, ViewDetail by @chrisvel in #1629
- fix: view/search task counts ignore status, keeping done/cancelled tasks counted forever by @chrisvel in #1630
- fix: refresh cached tag counts when task/note/project tags change by @chrisvel in #1631
- test(upgrade): add v1.5.0 and v1.6.0-rc.1 legacy SQLite fixtures by @chrisvel in #1618
- fix: project modal closes when clicking the due date calendar or priority menu by @chrisvel in #1621
- fix(inbox): preserve project assignment when creating a task by @emaori in #1572
- Enable backups, CalDAV and MCP by default, remove FF_ENABLE_* flags by @chrisvel in #1632
- feat: accept any file type for task attachments by @chrisvel in #1633
- fix: bump lodash-es to 4.18.1 (Dependabot alerts) by @chrisvel in #1634
- feat: task relations (blocks, related to, duplicates) by @chrisvel in #1635
- feat: plan my day, Today in two modes by @chrisvel in #1636
- feat: AI help for planning the day by @chrisvel in #1637
- feat: task relations in the expanded task row by @chrisvel in #1639
- fix: build the frontend on the host architecture in the Docker image by @chrisvel in #1640
- feat: drag and drop custom order for projects and tasks by @chrisvel in #1641
- feat: clickable tasks, calmer hover and a custom candidate order on Plan my day by @chrisvel in #1643
- feat: natural-language dates, recurrence and @person in the inbox by @chrisvel in #1642
- feat: one Add box for Inbox, Task, Note and Project by @chrisvel in #1655
- feat: manage and show or hide calendars on the Calendar page by @chrisvel in #1654
- chore: remove unused features and dead code by @chrisvel in #1657
- feat: attachments for Inbox items, tasks, projects and notes by @chrisvel in #1656
New Contributors
Full Changelog: v1.6.0-rc.1...v1.6.0-rc.4