Skip to content

Tasky v1.1.8

Choose a tag to compare

@stephenh678 stephenh678 released this 02 Sep 13:27
· 48 commits to master since this release

Performance / data format

  • Restore-backup dialog no longer fully deserializes every backup file just to show a task count - scans the file structurally instead (faster to open with a long backup history).
  • Save/settings serialization no longer allocates a fresh JsonSerializerOptions on every single save.
  • Google Drive downloads (the data file and every attachment) now stream to disk instead of buffering the whole file in memory first.
  • A task's dead legacy fields (from the pre-notes-unification format) no longer bloat every save/sync payload once they're empty - which is nearly every task.

Desktop/Web parity

  • Tasky Web (and therefore the installed mobile PWA) now has a Priority field in the task editor and a colored priority dot on list rows, matching what Desktop has had - the data already synced both ways, it just had no web UI to set or see it until now.

🤖 Generated with Claude Code