← What's New
April 13, 2026
Added
releases show <id|slug>— one command that resolves any release, source, org, or product, with forgiving lookups when an ID prefix is dropped.- Releases are now classified as either individual features or seasonal/quarterly rollups, so big "Fall Release"-style posts model correctly alongside everyday entries.
- One-click MCP install and cleaner docs, with docs now authored in Markdown and served as raw
.mdtoo.
Changed
- Homepage reframed around the unified changelog API that agents can query consistently.
- Smarter media filtering keeps legitimate release icons and screenshots while dropping tracking pixels, avatars, and junk.
Fixed
- Broken changelog images now display correctly — Next.js/Vercel image-optimizer URLs (the
/_next/imageproxy links that 404 for outside fetchers) are unwrapped both at ingest and when rendering existing content. - Multi-page changelogs with crawl mode now capture per-post pages instead of silently returning just the index.
- Month-only, quarter, and season-headed entries (e.g. "Q3 2025", "Fall 2025") now get an approximate date instead of being left undated.
- Theme now renders consistently between server and client, eliminating a flash on load.