Releases: ZaryabKhan/Loopweek
Releases · ZaryabKhan/Loopweek
Release list
v1.0.2
Release 1.0.2 - fixes 'Could not save task: Missing type parameter' when editing existing tasks.
What was wrong
Older app versions cached scheduled notifications in a format the current flutter_local_notifications plugin could no longer deserialize. Every cancel/schedule then threw, so editing any task that touches reminders failed.
Fix
- Detects the corrupt cache on launch and clears it once natively.
- Wraps all notification cancel/schedule calls so a stale cache can never break saving a task again.
v1.0.1
Release 1.0.1 - robust repeat/recurrence sync on edit.
- Syncfuture occurrences with rule on repeat edit (updates stale metadata, removes pattern-mismatched dates, fills gaps).
- Preserves past task history; cancels orphaned future reminders.
- Double-tap save guard and loading indicator on task sheet.
v1.0.0
Full Changelog: https://github.com/ZaryabKhan/Loopweek/commits/v1.0.0