Donetick
Collaborative task and chore management app for families and roommates
Alternative to: ourhome, tody
v0.0.27
2025-01-15Changelog
-
Improved Main View for Large Screens (Tablet, Desktop):
The main view now includes a side calendar where you can easily see all your scheduled tasks (both assigned to you and others in your circle). -
Updated Configuration Loading:
Added support for environment-specific overrides. -
API Support:
You can now create tasks and chores via the API. -
Points System Upgrade:
Introduced the ability to redeem points! -
Task in sentence: I am excited about this one specifically. the focus is to minimize the click and field switching when creating a task. You would click the input field and type everything into one sentence. Donetick will attempt to parse the details and will show the modal to show you what has been processed You will open Donetick. click on the top field and type the task once you are done press enter. and task created. you can set due dates, recurrent tasks, and priorities all in one shot.
[!WARNING] This may cause tasks to fail to be scheduled or created properly. If you encounter this issue, please open an issue in the repository.
Usage:
- Priority: For the highest priority, use any of the following keywords:
P1,Urgent,Important, orASAP.
UseP2,P3, orP4for lower priorities. - Due date: Specify dates with phrases like tomorrow, next week, Monday, or August 1st at 12 pm.
- Frequency/Reccurent: Set recurring tasks with terms like daily, weekly, monthly, yearly, or patterns such as every Tuesday and Thursday.
What’s Changed
- IsRolling tests by @johan-autohome in https://github.com/donetick/donetick/pull/73
- Bugfix: error when disabling push notifications by @dkhalife in https://github.com/donetick/donetick/pull/58
New Contributors
- @johan-autohome made their first contribution in https://github.com/donetick/donetick/pull/73
- @dkhalife made their first contribution in https://github.com/donetick/donetick/pull/58
Full Changelog: https://github.com/donetick/donetick/compare/v0.0.26…v0.0.27