• v1.7.3 a07d033e93

    Add NoOp email service, /docs shortcut and fix streak timezone bug

    david released this 2026-03-26 23:32:10 +00:00 | 2 commits to main since this release

    Replace nil email service pattern with NoOpEmailService (Null Object)
    to eliminate nil pointer panics across all handlers.

    Add /docs route as a shortcut to Swagger UI.

    Fix streak calculation returning 0 when server timezone differs from
    UTC — CreatedAt was not converted to UTC before date extraction.

    Downloads