Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: resend/resend-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: zero8dotdev/resend-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Mar 12, 2026

  1. fix: show update banner at most once per 24 hours

    Previously the update notice printed to stderr after every command as
    long as a newer version was cached. Now a lastNotified timestamp is
    persisted alongside lastChecked, and the banner is suppressed until 24
    hours have elapsed since it was last shown.
    ashu17706 committed Mar 12, 2026
    Configuration menu
    Copy the full SHA
    75aab93 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from zero8dotdev/fix/update-banner-frequency

    fix: show update banner at most once per 24 hours
    ashu17706 authored Mar 12, 2026
    Configuration menu
    Copy the full SHA
    5f761bf View commit details
    Browse the repository at this point in the history
Loading