Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 23 Aug 12:31
da686b3

0.4.0 (2026-08-23)

⚠ BREAKING CHANGES

  • tasks: task tools now operate on the user's task system instead of a local database. Task ids are provider strings rather than integers, and the GTD fields (status, project_id, context, waiting_for, estimated_hours) are gone. task_lists and task_delete are new. Existing rows in eule.db are not migrated.

Features

  • cli: choose the best login flow by default, demote browser paste (b23241c)
  • mail: batch mail_update and always name what was touched (00383b5)
  • tasks: back tasks with Microsoft To Do and CalDAV, drop the local store (df260ba)

Bug Fixes

  • caldav: read iCal properties component-scoped and unfold before parsing (3c45bc4)