← What's New
April 18, 2026
Added
- New
tailcommand for the latest releases, withtail -fto follow new releases live as they're indexed. - Live release streaming over WebSocket, so tools can subscribe to a real-time feed of new releases instead of polling.
- Browser-side AI agents can now query the registry directly through built-in WebMCP tools (search, list/get organizations, get source, get release) on releases.sh.
- An explicit
--feed-typeoverride (rss/atom/jsonfeed) on source edit, for feed endpoints whose URL has no file extension to infer from. - A new version-ladder favicon for releases.sh.
Changed
- Latest-releases responses are now cached, so the feed and the CLI load noticeably faster.
- Opt-in pagination envelope on the sources API (
?envelope=true) returns accurate total counts alongside the items.
Fixed
- More resilient feed discovery — dead feeds are now detected and re-checked instead of silently stalling ingestion, and changelogs behind very large pages are now picked up.