Skip to content

v0.19.13

Choose a tag to compare

@github-actions github-actions released this 21 Jul 01:55
f06caa8

Fixed

  • Cron mutations are now durable. Disabling, updating, or deleting a scheduled task (/loop, Settings → Scheduled Tasks) now waits for the change to be persisted to disk before returning. Previously the in-memory state updated immediately but the save to disk was fire-and-forget — if Obsidian reloaded (or crashed) in that window, the item reverted to its last-saved state on disk, silently resurrecting a task you'd just disabled or deleted. (#314)
  • Missed/overdue scheduled items now catch up with a staggered delay (5s, plus up to 30s more per additional overdue item) instead of all firing simultaneously on startup, and logs a warning when catching up more than one overdue item.

Also included

  • Consecutive tool calls in a thread now group into a collapsible pill instead of rendering as a long flat list. (#313)