• 0.2.0 11e95789e9

    0.2.0
    All checks were successful
    Release / build (push) Successful in 45m44s
    Release / release (push) Successful in 44s
    Stable

    service released this 2026-04-19 22:01:30 +00:00 | 9 commits to main since this release

    Automatic release for version 0.2.0

    Built from commit: 11e95789e9

    Changelog

    Added

    • Two-step confirmation process for email creation requests
      • Users must verify their request by clicking a confirmation link sent to the email address provided during registration
      • After the request is approved, users must complete a second verification by clicking an additional confirmation link sent via email

    Deployment instruction

    A manual db migration is necessary if coming from a previous version:

    ALTER TABLE email_requests ADD COLUMN confirmation_token VARCHAR;
    ALTER TABLE email_requests ADD COLUMN confirmation_expires_at TIMESTAMP;
    

    Automatic migration will be setup in the future if needed

    Downloads