• 0.2.0 026fb79e5a

    0.2.0 Stable

    n released this 2026-04-19 07:19:32 +00:00 | 22 commits to main since this release

    Bug Fixes

    • Fix scheduler reset interval computation for time transitions (DST/timezone edge cases)
    • Fix events query last_notification range
    • Fix bool values in events SQL query
    • Fix events notifier SQL query
    • Fix event URL formatting in IRC, Mastodon, and HTML message formatters
    • Fix date conversion for last notification in renderEvents
    • Fix end time calculation using EndOfDay utility
    • Fix SQL query logic in GetEventToNotify
    • Unset spam_event (renamed db field to important) (#80)

    Features / Enhancements

    • Scheduler persistence — state survives restarts (#90)
    • Delete stale events during fetch (#99)
    • Order events for notifications by start time (#96)
    • Allow up to 1 minute tolerance for event notifications (#94)
    • Mastodon channel adapter (#67)
    • New/changed scheduler (#78)

    Refactoring

    • Refactor diffEvents return value (#100)
    • App refactoring (#81)
    • Event handling improvements (#79)
    • Improve web app alerts and errors (#88)
    • Improve dashboard docs and README
    Downloads
  • 0.1.0 9badea9312

    0.1.0 Stable

    n released this 2025-10-23 08:49:30 +00:00 | 64 commits to main since this release

    first release:

    • Telegram notifier
    • IRC notifier
    • scheduler at specific hours in a day
    • limit notification based on event's id, send 1 notification every 24h for single event
    Downloads