← What's New
April 2, 2026
Added
- Unified search across organizations, products, sources, and releases in a single query, with a
--typefilter in the CLI and entity cards on the web search page. - Products — multi-product organizations can now group their sources under named products, surfaced in both the API and the web app.
- Categories and freeform tags on organizations and products, with CLI flags, tag subcommands, a
categoriescommand, and a--categoryfilter on listings. - Changelog auto-discovery via
.well-knownmanifests,AGENTS.md, root-level changelog files, and<link rel="changelog">relations — letting publishers declare where their changelog lives. - Org avatars (
--avataron org add/edit) and optimized image loading on the web. - A
pollcommand and HEAD-based change detection that cheaply checks feed sources for upstream changes before running the full fetch pipeline.
Changed
- Redesigned CLI help with grouped commands, a universal flags section, and per-command
help. - Source visibility flags are now
--disable/--enable, and disabled sources drop out of fetch, search, latest, and stats by default. - "Did you mean?" suggestions and case-insensitive slug lookups when an org or source name doesn't match exactly.
- Syntax-highlighted code blocks and JetBrains Mono for code in rendered changelog markdown.
- Hardened handling of externally-sourced changelog content across the CLI, API, and web (safe link/image schemes, security headers, and terminal-injection protection).