We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fix(chores): add allow_long_recurrences gate to reschedule_chores_after
fix(services): auto-generate per-assignee due dates on chore assignment for independent
feat(chores): add assignment_action and per-user chore select sync
feat(rewards): add per-user reward assignment with assigned_user_ids - Wiki updated: Configuration:-Rewards, Services:-Reference
feat(notifications): add per-user configurable notification clickAction URL Add two optional per-user fields that inject a `clickAction` value into mobile notification payloads, allowing users to land on a specific dashboard when tapping a notification instead of the last-open screen. - `notif_click_url`: Used for assignee-directed notifications (chore approved, badge earned, points awarded). Configurable in the Identity and profile section of the user form. - `notif_approve_click_url`: Used for approver-directed notifications (chore/reward claimed, needs review). Configurable in the Admin and approval options section, positioned below the Can approve toggle. Both fields are optional URL-type text inputs with empty-string defaults, fully backward compatible with no migration needed. Each recipient's own URL is used based on notification role (assignee vs approver), supporting users who serve in both capacities with different landing pages.
docs(tips): Alerts to ntfy
docs(tips): clarify chore handling limits
docs(tips): Bulk Updating Chores
doc(chores): update examples for chore shard handling
docs(services): add reschedule_chores_after service
docs(services): add rotation order changes to update chore service
docs(access): add admin approval option What changed: - Documented the new general option for admin approval authority - Clarified the compatibility impact of disabling admin approvals Why: - Explains the follow-up to request 81 in the access control wiki
docs(access): clarify request 81 approval scope What changed: - Documented linked approver approval scope for non-admin users - Added compatibility note for setups that relied on global non-admin approval Why: - Explains the request 81 behavior change in the access control wiki
doc(points): add support for decimal points
doc(calendar): updated general options detail about scheduled calendar entries
doc(customization): additional dashboard language tweaks
doc(customization): added instruction about pref_ and copy paste options
doc: improve awareness for user authentication and kiosk mode
Updated Tips & Tricks: Template Cookbook for Chores, Rewards, and Approvals (markdown)
docs(troubleshooting): add dashboard dependency update step
doc: dashboard wiki troubleshooting improvements
Updated Home (markdown)
Updated _Sidebar (markdown)
docs(wiki): rename template cookbook page
docs(wiki): add pending approval template tips
doc(chores): due date always requred for recurrence other than daily
Update logo location
doc(notificatons): improvements to notifcation handling
doc: updates for rank and quest badges
doc: ui_control service