Skip to content

release: v1.4.2 — settings version UI + full version bump#259

Merged
hoangsonww merged 4 commits into
masterfrom
release/v1.4.2
Jul 25, 2026
Merged

release: v1.4.2 — settings version UI + full version bump#259
hoangsonww merged 4 commits into
masterfrom
release/v1.4.2

Conversation

@hoangsonww

Copy link
Copy Markdown
Owner

Summary

  • Expose server.version on GET /api/settings/info (OpenAPI + tests) so clients can detect mismatched builds.
  • Settings About panel shows the bundled release version and warns when UI and API versions differ (i18n: en/zh/vi/ko).
  • Bump project version to 1.4.2 across root + desktop package.json, both lockfiles, and OpenAPI.
  • Sync observability/docs for the release (API.md, server README, wiki service-worker cache bump).

Commits (4)

  1. feat(settings): expose dashboard version in settings info API
  2. feat(client): show release version in Settings About panel
  3. chore(release): bump version to 1.4.2
  4. docs: sync v1.4.2 release notes and observability docs

Merge order

Test plan

  • npm run test:server (settings info version assertion)
  • npm run test:client (Settings About snapshot)
  • Settings → About shows 1.4.2 and no mismatch warning on a fresh deploy
  • curl -s http://127.0.0.1:3001/api/settings/info | jq .server.version1.4.2

Made with Cursor

Settings info now reports the running server release so the About panel
and operators can confirm version without scraping metrics or health.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copilot AI review requested due to automatic review settings July 25, 2026 06:08

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@github-actions github-actions Bot added bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested labels Jul 25, 2026
@hoangsonww hoangsonww changed the title release: v1.4.2 — settings version UI + full version bump (4 commits) release: v1.4.2 — settings version UI + full version bump Jul 25, 2026
hoangsonww and others added 2 commits July 25, 2026 08:23
Displays the server release from settings info beside runtime stats and
warns when the UI bundle version differs after a partial deploy.

Co-authored-by: Cursor <cursoragent@cursor.com>
Minor release bump across root and desktop packages plus lockfiles and
OpenAPI so CI publishes v1.4.2 artifacts when this lands on master.

Co-authored-by: Cursor <cursoragent@cursor.com>
Document the health/version fields, refresh server API tables, and bump
the wiki service-worker cache for the 1.4.2 release.

Co-authored-by: Cursor <cursoragent@cursor.com>
@hoangsonww
hoangsonww merged commit 2609dec into master Jul 25, 2026
20 checks passed
@github-actions github-actions Bot locked and limited conversation to collaborators Jul 25, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working documentation Improvements or additions to documentation enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed question Further information is requested

Projects

Development

Successfully merging this pull request may close these issues.

2 participants