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
fix(sync-helpers): SYNC_STATE_VERSION 1→2 with loadSyncState migration
Keep the canonical library consistent with the W1 template v4.1 fix. v1
persisted morgenTagLabels alongside entries even when the live Morgen
push had wiped tags to [] due to the parser bug. v2 detects the upgrade
on load and strips the stale morgenTagLabels (and _tagCache, which held
old numbered labels) so the next run re-diffs every task and pushes the
correct tag set with the fixed parsers.
0 commit comments