Donetick
Collaborative task and chore management app for families and roommates
Alternative to: ourhome, tody
About
Versions (78)
v0.1.48
2025-06-23Donetick v0.1.48
What changed
- Implemented multi-select functionality with keyboard shortcuts and bulk actions.
- Added the ability to set up to five reminders for each chore, choosing whether they arrive before, at, or after the due date.
- Support Realtime update for task via Server-Sent Events (SSE) This means your task list can now update instantly as changes happen, without you needing to manually refresh.
- Implemented WebSocket connection management and settings UI.( right now not use in favor of SSE)
- Added more keyboard shortcuts for search focus and multi-select mode toggle in MyChores.
- Added dark mode toggle button and support in HomeHero component, including dark mode screenshots and enhanced image styling.
- Added image compression for profile photo uploads to reduce file size.
Enhancements & Refactors
- Enhanced CompactChoreCard and MyChores with animated transitions for multi-select and search filter.
- Updated button variants and removed unnecessary styles in CompactChoreCard.
- Updated due date display logic and fixed performer ID reference in ChoreCard.
- Refactored user profile management, improved token validation, and removed unused user profile references.
- Refactored error handling and notification system.
- Enhanced MFASettings alert styling and updated ProfileSettings notification handling.
- Updated priority colors in Colors utility and adjusted usage in CompactChoreCard.
- Updated LoginView to use useUserProfile hook and fixed navigation loop bug.
Fixes
- Added userId to users array in DemoMyChore component.
- Adjusted error message formatting for better readability in multiple components.
- Added overflowX hidden to Box in Sidepanel for improved layout.
- Renamed parameter in CompleteSubTask back to completedAt to match backend.
- I believe there are a few small things I forgot, but I can’t remember what they are.