Skip to content

v0.11.0

Choose a tag to compare

@asistent-alex asistent-alex released this 25 Apr 12:46
· 33 commits to main since this release
34f1f5e

What's New

OWNER_EMAIL config variable

Optional env var for notification recipient with smart fallback:

  • Priority: --to flag > OWNER_EMAIL > account.primary_smtp_address
  • Defaults to EXCHANGE_EMAIL when not set (backward compatible)
  • Set it once in env, reminders always go to the right person

Integration tests

  • 3 new tests for OWNER_EMAIL fallback behavior
  • 15 new tests for Exchange sync, error handling, and reminder flows

Changed

  • cmd_reminders now resolves recipient via get_connection_config()

Full Changelog: v0.10.6...v0.11.0