Skip to content

Show build number alongside version on the About screen - #11

Merged
moveson merged 2 commits into
masterfrom
about-build-number
Jul 15, 2026
Merged

Show build number alongside version on the About screen#11
moveson merged 2 commits into
masterfrom
about-build-number

Conversation

@moveson

Copy link
Copy Markdown
Contributor

The About screen showed only the marketing version (e.g. "Version 4.0.0"). This adds the build number from CFBundleVersion, displaying as "Version 4.0.0 (1)".

Both values are read from the bundle at runtime, so the label keeps itself up to date as versions and build numbers change — no hardcoded strings (the classic app's About screen was famously hardcoded to "3.1.1" forever).

All 200 tests pass.

🤖 Generated with Claude Code

movesonand others added 2 commits July 14, 2026 20:14
Reads CFBundleVersion from the bundle at runtime, so the label stays
current automatically as build numbers are bumped for each upload.
Displays as e.g. "Version 4.0.0 (1)".
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@moveson
moveson merged commit fe77711 into masterJul 15, 2026
1 check passed
@moveson
moveson deleted the about-build-number branch July 15, 2026 16:55
Sign up for freeto 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

@moveson