releases.shpreview
← What's New

April 16, 2026

Added

  • The CLI now tells you when a newer version is available, with the right upgrade command for how you installed it (npm or Homebrew).
  • New --compact output and --limit/--page pagination when listing sources, so large lists are easier to page through and pipe.
  • One-step org refresh: re-fetch all of an organization's sources and regenerate its overview in a single command, with --dry-run, concurrency, and window controls.
  • Server-side search and pagination on the public API — filter organizations and sources by name, slug, or URL with ?q=, and page results with ?limit/?offset/?page.
  • A new docs Examples page showing the same command's human-readable table output side-by-side with its --json form.

Changed

  • Latest-releases output now includes a short content preview and media, so you can see what a release is about without opening it.
  • AI overviews favor real product changelogs over high-frequency version bumps, so the summary reflects what actually shipped.

Fixed

  • Renaming a source slug is now guarded behind an explicit confirmation, so you don't silently break existing web links, and bad fields return a clear error instead of a server error.