You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Sample task edits now sync across devices. Changes to the built-in example chores could previously be overwritten by a freshly set up device, so your edits never reached your other devices. New tasks and completion history were never affected.
WebDAV sync stops recreating the sync folder on every load. Once the folder exists, the app no longer sends repeated folder-creation requests that some servers reject with a 405, reducing needless traffic and server-log noise.
Clearer message when setting up encryption over an insecure connection. Sync encryption requires a secure context (HTTPS, or http://localhost). When the app is opened over plain HTTP on a LAN address, it now explains what to do instead of failing with a confusing error.
Changed
Sync resolves delete-vs-edit conflicts by newest change wins. If one device deletes an item and another device edits it afterward, the edit is now restored everywhere instead of the deletion always winning.
Completion history is easier to scroll on phones. In the chore detail view, the activity heatmap and the full completion list now scroll together as one smooth list, replacing the cramped single-row scroll area.