releases.shpreview
← What's New

April 2, 2026

Added

  • Unified search across organizations, products, sources, and releases in a single query, with a --type filter 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 categories command, and a --category filter on listings.
  • Changelog auto-discovery via .well-known manifests, AGENTS.md, root-level changelog files, and <link rel="changelog"> relations — letting publishers declare where their changelog lives.
  • Org avatars (--avatar on org add/edit) and optimized image loading on the web.
  • A poll command 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).