fix(changelog): latest-only NEW badge + #028 copy revisions - #55
Merged
Conversation
The badge was driven purely by a per-page publishedAt window, so every changelog published in the last 10 days showed it (e.g. #27 lingered after #28 shipped). Scope the changelog badge to the highest-numbered entry and shorten the window to 7 days, so publishing a newer changelog moves the badge forward and the previous entry drops it immediately.
Reword the inactivity-timeout copy around 'when your agent goes quiet', drop em dashes, reorder bug fixes by priority (billing, fingerprint, docs 500s), remove the changelog-redirect fix and the housekeeping section.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Two related changelog fixes.
NEW badge: latest entry only, 7-day window
Previously the sidebar NEW badge showed on any changelog with a
publishedAtinside a 10-day window, so #27 kept its badge after #28 shipped. Now:Verified: #28 (latest, today) shows the badge; #27 does not.
Changelog #28 copy
/changelogredirect fix and the Housekeeping (GTM) section.