chore: release v0.23.0#47
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 0b85576156
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| entries. Keep entries terse — one line per item under each version | ||
| date, grouped by `Added` / `Changed` / `Fixed` / `Removed`. | ||
|
|
||
| ## [2026-07-15] — v0.23.0 · Mission Control agent fleet |
There was a problem hiding this comment.
When this v0.23.0 entry uses the same bracket date as the previous release, users who opened What's New earlier on July 15 will not get the dashboard unseen indicator for this new release: WhatsNewTile derives freshness from only the first dated entry and compares new Date(entry.date) to changelogSeenAt, so any seen timestamp later than midnight on 2026-07-15 makes v0.23.0 look already seen. Use a per-release timestamp/version for freshness, or adjust the seen check before publishing multiple releases on the same date.
Useful? React with 👍 / 👎.
Summary
Validation