Release v0.23.0 — One-Click First-Alert Templates and change_logs Retention Pruning
September 13, 2026
Two changes that lower the barrier to the first alert and keep the database bounded: a one-click first-alert template gallery on the Templates page, and a daily cron that prunes change_logs older than 30 days.
First-Alert Gallery on /templates
New users no longer need to learn CSS selectors to get value. The Templates page now opens with three ready-made monitors — Price drop, Stock status, and Homepage uptime — each backed by GET /api/monitors/templates and mapped 1:1 to a POST /api/monitors payload. Paste a URL, hit Create, get notified.
change_logs Retention Pruning
scripts/cron/prune_change_logs.sh deletes change_logs rows older than 30 days and runs daily at 02:30 via cron, mirroring the in-app 30-day monitor_health_logs retention task.
Get Started
Open /templates, paste any product URL into the Price drop card, and create your first alert. As always: sign up free, no credit card.