Skip to content

feat(changelog): show release time in 12-hour format on whats new page#233

Merged
parth0025 merged 1 commit into
stagingfrom
feat/changelog-release-time
Jun 11, 2026
Merged

feat(changelog): show release time in 12-hour format on whats new page#233
parth0025 merged 1 commit into
stagingfrom
feat/changelog-release-time

Conversation

@parth0025

Copy link
Copy Markdown
Collaborator

What changed

The in-app What's New page now shows each release's publish time in 12-hour format next to the date, e.g. 10 June 2026, 3:59 PM.

  • Backend: CHANGELOG.md only records a date, so GET /api/v2/changelog now merges each tag's published_at from the GitHub Releases API. Cached per changelog revision (one API call per new release, not per page view), 10-minute backoff on fetch failure, optional GITHUB_TOKEN support for rate limits.
  • Frontend: Changelog.vue renders the date plus 12-hour local time when a timestamp exists, and degrades gracefully to date-only when it does not (e.g. GitHub unreachable).

Verification

  • End-to-end check against the real repo: v14.2.0 / v14.1.0 / v14.0.26 all resolve their publish timestamps; the baseline release (no date in CHANGELOG.md) now gains one too
  • Controller runtime-loads with STORAGE_TYPE set
  • ESLint clean, backend jest suite passes
  • Manually tested in browser on the What's New page

🤖 Generated with Claude Code

CHANGELOG.md only records a date, so the controller now merges each
release tag publish timestamp from the GitHub Releases API, cached per
changelog revision with a ten minute backoff when the fetch fails. The
page renders the date plus 12-hour local time and degrades to date-only
when no timestamp is available.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@coderabbitai

coderabbitai Bot commented Jun 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: 6ff242dd-e344-499a-8b59-d696bdfce5b7

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/changelog-release-time

Comment @coderabbitai help to get the list of available commands and usage tips.

@parth0025 parth0025 merged commit 8afcc0c into staging Jun 11, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant