Changelog

New features, improvements, and fixes. See what we've been building.

v1.3.0

March 2026
  • Feature
    Job cloning — duplicate any job with one click
  • Feature
    Bulk operations — pause, resume, or delete multiple jobs at once
  • Feature
    Audit logging — track all account actions with full history
  • Feature
    Export reports — download execution data as CSV
  • Improvement
    Webhook delivery retry — automatic 3-attempt retry with exponential backoff for webhook/Slack/Discord notifications
  • Improvement
    API documentation — interactive Swagger UI at /docs with all 63 endpoints documented
  • Improvement
    Notification throttling — prevents notification spam (5-minute cooldown per channel)

v1.2.0

March 2026
  • Feature
    Social login — Sign in with Google, GitHub, or Apple
  • Feature
    Cron Expression Generator — interactive visual builder at /tools/cron-generator
  • Feature
    Blog — 5 SEO-optimized articles about cron jobs and monitoring
  • Improvement
    Schema.org structured data on all marketing pages
  • Improvement
    SSRF prevention — comprehensive IP and hostname blocking
  • Improvement
    API key permissions — read-only vs read-write access control
  • Improvement
    Team invite expiry — invitations expire after 72 hours
  • Security
    Enhanced SSRF blocklist (cloud metadata, CGNAT, multicast ranges)

v1.1.0

February 2026
  • Feature
    Cookie consent banner — GDPR compliant
  • Feature
    Dark/Light mode toggle
  • Feature
    Contact page with support form
  • Feature
    Onboarding wizard for new users
  • Feature
    Email verification enforcement
  • Improvement
    Favicon + PWA manifest
  • Improvement
    Open Graph images for social sharing
  • Improvement
    Analytics integration
  • Improvement
    Rate limiting on badge endpoints

v1.0.0

January 2026
  • Feature
    Cron job scheduling with 7 HTTP methods
  • Feature
    Retry strategies: exponential, linear, fixed backoff
  • Feature
    Circuit breaker with automatic job disabling
  • Feature
    HMAC request signing
  • Feature
    Real-time execution logs via SSE
  • Feature
    Team management with 4 roles (owner, admin, editor, viewer)
  • Feature
    MFA/2FA with TOTP and backup codes
  • Feature
    Notification channels: email, webhook, Slack, Discord
  • Feature
    Public status pages with custom slugs
  • Feature
    Uptime badges (SVG)
  • Feature
    Stripe billing integration (4 plans + Enterprise)
  • Feature
    API key authentication
  • Feature
    Job analytics with charts