Donetick
Collaborative task and chore management app for families and roommates
Alternative to: ourhome, tody
v0.1.45
2025-06-01What’s Changed
New Look for the Dashboard
The Dashboard is now table/mount ready! Users with manager or admin privileges can complete tasks on behalf of others. The top-right card allows users to select their identity and complete tasks accordingly.
Additional updates:
- The Calendar now matches the Donetick design.
- A “Recent Changes” card displays activities from the last 7 days.
- Add support for compact mode that show smaller card to gain more realstate if needed
Task Management
- Added support for rich text editing in the task description field using Markdown.
- Enabled image uploads if storage is configured.
Storage Improvements
- Added support for file uploads using S3 compatible storage integration.
Multi-Factor Authentication (MFA)
- Implemented endpoints for MFA setup, confirmation, disabling, and verification.
- Updated expiration date format in the
GetUserByUsernamequery. - Added functionality to regenerate backup codes during MFA setup.
Circle Management:
Added ChangeMemberRole endpoint with role validation for circle members. Enhanced GetCircleUsers method to include user images.
Build and Versioning:
Added versioning information to build and configuration.
Fixes:
- OIDC Authentication: Fixed authentication issues with OIDC. (8c30bed)
- few other i can’t remember will type later
New Contributors
- @BapRx made their first contribution in https://github.com/donetick/donetick/pull/201
- @ssddanbrown their first contribution in https://github.com/donetick/frontend/pull/23
Full Changelog: https://github.com/donetick/donetick/compare/v0.1.43…v0.1.44