Skip to content

Releases: ZaryabKhan/Loopweek

v1.0.2

Choose a tag to compare

@ZaryabKhan ZaryabKhan released this 06 Aug 21:27

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

Choose a tag to compare

@ZaryabKhan ZaryabKhan released this 06 Aug 20:53

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

Choose a tag to compare

@github-actions github-actions released this 05 Aug 13:31