Update donetick to v0.1.75 (#5321)

This commit is contained in:
Alexander L. 2026-04-14 15:21:18 +02:00 committed by GitHub
parent d124c889f1
commit a8670046e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 17 additions and 5 deletions

View File

@ -8,7 +8,7 @@ services:
PROXY_AUTH_ADD: "false"
app:
image: donetick/donetick:v0.1.74@sha256:5e6e2afe0f23c16f791ce52ef22c1914e39673f889e85ba4517b7e6ad4fbc2f0
image: donetick/donetick:v0.1.75@sha256:5c207a86e5425052e9ffe5286f96f71babfe57337760d303a5fb56a856790d11
user: "1000:1000"
restart: on-failure
volumes:

View File

@ -3,7 +3,7 @@ id: donetick
name: Donetick
tagline: An intelligent way to organize tasks and chores
category: files
version: "0.1.74"
version: "0.1.75"
port: 8121
description: >-
Donetick is an open-source task management application designed to streamline the organization of household chores and other recurring responsibilities. It provides a flexible system for assigning tasks to multiple users, using various selection strategies such as random allocation or assignment based on the fewest completed tasks. Tasks can be scheduled with customizable recurrence patterns, making it easy to manage both daily routines and less frequent responsibilities.
@ -29,9 +29,21 @@ gallery:
- 4.jpg
- 5.jpg
releaseNotes: >-
This update includes important improvements and bug fixes:
- Standardized time handling to UTC across the app
- Fixed SQL Scanner not handling string values from SQLite
This is a big release with many new features and improvements:
- Internationalization support added - more languages coming with community contributions
- Rescheduling history now tracked for chores, giving better visibility into how tasks have been moved
- Label filtering now available in the advanced filter system
- New Smart Insights panel added to the side panel for task analysis and suggestions
- "Available for Me" quick filter refined to show chores assigned to you or unassigned
- Extended API documentation and authentication coverage via Swagger
- Added 30-second grace period for edit time checks
- Aligned password requirements and increased maximum password length to 64 characters
- Custom from-email and separate SMTP user configuration now supported
- TaskCreated event now enabled
- Fixed a bug where a non-assignee could be incorrectly assigned a chore based on prior completions
- Fixed "next assigned" rules not being respected for triggered chores
- Added simple health check API endpoint
- Fixed cache headers for static assets
Full release notes can be found at https://github.com/donetick/donetick