Skip to content

v1.7.1

Choose a tag to compare

@github-actions github-actions released this 28 Jul 16:18
· 7 commits to main since this release

Crona v1.7.1

Crona v1.7.1 fixes repeated extension of the dedicated no-break Timer countdown.

Fixed

  • Extending an expired countdown now starts the TUI clock from the added duration. A 15-minute timer extended by five minutes displays and counts down from five minutes.
  • Countdown clocks, remaining-time labels, end-time previews, and progress now use the daemon's authoritative remaining-time snapshot instead of reconstructing time from the original session duration.
  • The TUI refreshes timer state when its local countdown reaches zero, ensuring the commit-or-extend dialog reopens if the completion event is delayed or missed.
  • Extended countdowns can expire repeatedly and emit the completion flow after every extension.

Compatibility

  • This patch does not change the local IPC protocol version or require a storage migration.