Changelog
New features, improvements, and fixes. See what we've been building.
v1.3.0
March 2026- FeatureJob cloning — duplicate any job with one click
- FeatureBulk operations — pause, resume, or delete multiple jobs at once
- FeatureAudit logging — track all account actions with full history
- FeatureExport reports — download execution data as CSV
- ImprovementWebhook delivery retry — automatic 3-attempt retry with exponential backoff for webhook/Slack/Discord notifications
- ImprovementAPI documentation — interactive Swagger UI at /docs with all 63 endpoints documented
- ImprovementNotification throttling — prevents notification spam (5-minute cooldown per channel)
v1.2.0
March 2026- FeatureSocial login — Sign in with Google, GitHub, or Apple
- FeatureCron Expression Generator — interactive visual builder at /tools/cron-generator
- FeatureBlog — 5 SEO-optimized articles about cron jobs and monitoring
- ImprovementSchema.org structured data on all marketing pages
- ImprovementSSRF prevention — comprehensive IP and hostname blocking
- ImprovementAPI key permissions — read-only vs read-write access control
- ImprovementTeam invite expiry — invitations expire after 72 hours
- SecurityEnhanced SSRF blocklist (cloud metadata, CGNAT, multicast ranges)
v1.1.0
February 2026- FeatureCookie consent banner — GDPR compliant
- FeatureDark/Light mode toggle
- FeatureContact page with support form
- FeatureOnboarding wizard for new users
- FeatureEmail verification enforcement
- ImprovementFavicon + PWA manifest
- ImprovementOpen Graph images for social sharing
- ImprovementAnalytics integration
- ImprovementRate limiting on badge endpoints
v1.0.0
January 2026- FeatureCron job scheduling with 7 HTTP methods
- FeatureRetry strategies: exponential, linear, fixed backoff
- FeatureCircuit breaker with automatic job disabling
- FeatureHMAC request signing
- FeatureReal-time execution logs via SSE
- FeatureTeam management with 4 roles (owner, admin, editor, viewer)
- FeatureMFA/2FA with TOTP and backup codes
- FeatureNotification channels: email, webhook, Slack, Discord
- FeaturePublic status pages with custom slugs
- FeatureUptime badges (SVG)
- FeatureStripe billing integration (4 plans + Enterprise)
- FeatureAPI key authentication
- FeatureJob analytics with charts