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
Fixed: a reminder firing at the exact moment you edited a task could silently undo that edit. Reminders now re-check the task's latest saved state right before persisting, so an edit in progress always wins.
Fixed: synced devices could keep re-uploading to the cloud forever with nothing actually different, just because the internal ordering of tasks or categories didn't match between devices. Sync now compares content, not list order, so devices with nothing new to sync stay quiet.
Fixed: a failed step during password change or account recovery could silently leave your account unable to sign in with the new password. Both flows now verify the encrypted vault update actually went through and tell you clearly (with a way to retry) if it didn't.
Fixed: deleting a category could leave stale color tags on tasks until you switched views and back.
Added an automated test suite and CI checks covering the sync/merge logic, to catch regressions before they ship.