NewImprovementFixDeprecatedv1.0.1
Webhooks, AI tone presets, faster dashboard, and API updates
May 2, 2026
New
- Webhook events —
entry.published,entry.updated, andentry.deletednow fire on every state change with HMAC-SHA256 signatures - AI tone presets — Professional, Casual, and Technical, each tuned to a different reader
Improved
- Dashboard load time on projects with 500+ entries has been reduced from 380ms to 90ms via lazy-loaded analytics and query batching
API
- GET
/v2/projects/:id/statsreturns total entries, subscriber count, and 30-day page views - GET
/v2/entriesnow supports cursor-based pagination — pass?cursor=to page through history
Fixes
- Fixes duplicate notification emails when republishing the same entry within 60 seconds
- Breaking: The
/api/v1/feedroute has been removed. Use/[slug]/feed.xmlinstead.