mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-18 00:46:45 +00:00
The misc-to-tasks migration spread the transformed legacy misc values over an already-populated tasks section, so a stale v1 misc copy could overwrite settings a v2 client had since changed. Flip the merge order (existing tasks section wins) and drop the already-migrated early return, which made the outcome depend on which duplicate arrived first. |
||
|---|---|---|
| .. | ||
| src | ||
| tests | ||
| .gitignore | ||
| package.json | ||
| tsconfig.json | ||
| tsup.config.ts | ||
| vitest.config.ts | ||