Changelog: add 1.29.0-1.31.0 (preserve existing versions) - #76
Merged
radiantnode merged 3 commits intoJul 18, 2026
Conversation
Append the three player-facing release days after 1.28.0 without
touching any existing entry (insertion-only):
- 1.29.0 ("The Usual"): signed-in greetings by name, Create Game spacing
- 1.30.0 ("Window Seat"): home-screen widget + stale-board freeze fix
- 1.31.0 ("Round Trip"): target dice climb-and-descend triangle wave
New entries humanized and lightly emoji'd; existing versions left as-is.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DNzKHmNYVQoTuCCKQkxbYu
The /api/widget page is a token-gated internal/ops card, not a player-facing feature, so it doesn't belong in the player changelog. Remove that bullet and rename the day "Second Wind" to pun on the remaining item (the flaky-signal board recovery). Version unchanged: the board-freeze fix is a significant fix, so the day stays a MINOR. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DNzKHmNYVQoTuCCKQkxbYu
Sync the baked changelog HTML in nav-menu.js with the new CHANGELOG.md entries (1.29.0 "The Usual", 1.30.0 "Second Wind", 1.31.0 "Round Trip"). Existing baked entries are untouched. The internal /api/widget item is excluded, matching the doc. Content-only change in the harness-masked .menu-changelog-body region; node --check passes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01DNzKHmNYVQoTuCCKQkxbYu
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.
Appends the three new player-facing release days to
docs/CHANGELOG.mdwithout touching any existing entry. All prior versions (1.0.0 through 1.28.0) are byte-for-byte unchanged; this is an insertion-only change.New entries
Each day is a MINOR bump (a new player-facing feature or a significant fix). July 16–17 were pure merge/dependabot commits with no content of their own, so they get no section.
Notes
/api/widgetpage was intentionally left out (it's ops-facing, not a player feature).static/js/components/nav-menu.js) was not re-baked in this PR.🤖 Generated with Claude Code
https://claude.ai/code/session_01DNzKHmNYVQoTuCCKQkxbYu
Generated by Claude Code