release: v1.4.2 — settings version UI + full version bump#259
Merged
Conversation
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>
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>
hoangsonww
force-pushed
the
release/v1.4.2
branch
from
July 25, 2026 15:23
c7800cb to
f2ceb97
Compare
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
force-pushed
the
release/v1.4.2
branch
from
July 25, 2026 15:58
f2ceb97 to
e46b0f3
Compare
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
server.versiononGET /api/settings/info(OpenAPI + tests) so clients can detect mismatched builds.package.json, both lockfiles, and OpenAPI.Commits (4)
feat(settings): expose dashboard version in settings info APIfeat(client): show release version in Settings About panelchore(release): bump version to 1.4.2docs: sync v1.4.2 release notes and observability docsMerge order
masterhas no existing release).Test plan
npm run test:server(settings info version assertion)npm run test:client(Settings About snapshot)curl -s http://127.0.0.1:3001/api/settings/info | jq .server.version→1.4.2Made with Cursor