Skip to content

Fix Windows installer stamping itself as beta.3 - #10

Merged
tradewithmeai merged 1 commit into
mainfrom
fix/installer-version-string
Aug 31, 2026
Merged

Fix Windows installer stamping itself as beta.3#10
tradewithmeai merged 1 commit into
mainfrom
fix/installer-version-string

Conversation

@tradewithmeai

Copy link
Copy Markdown
Owner

Summary

Codex flagged (P2) that the Windows installer built for v0.1.0-beta.4 would install and register
itself as 0.1.0-beta.3: installer/windows/setup.iss's MyAppVersion -- which the build bakes
into the compiled .exe's AppVersion (visible in Windows' Programs & Features and the
installer's own properties) -- was never bumped past 0.1.0-beta.3, even though the release
workflow builds the executable by invoking iscc installer\windows\setup.iss for the tagged
release. This makes version reporting and future upgrade diagnosis misleading.

Fix

  • Bumped MyAppVersion from 0.1.0-beta.3 to 0.1.0-beta.4.
  • Added a regression test (tests/test_installer_setup_iss.py) that cross-checks setup.iss's
    MyAppVersion against docs/index.html's JSON-LD softwareVersion field. There's no single
    VERSION file in this repo (the version string is repeated across a handful of files), so this
    catches the two most load-bearing copies drifting apart again without introducing new shared
    state.
  • Added a concise Unreleased/Fixed changelog entry.

Validation

  • pytest -- 108 passed (was 107 before this PR)
  • python -m compileall -q auth installer doctor.py tests -- clean
  • git diff --check -- clean
  • Nothing under profiles/ touched

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Aug 31, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-08-31T01:34:29.264563Z 2f40465 PR opened
ℹ️ 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" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

Codex reported: installer/windows/setup.iss's MyAppVersion -- baked
into the built .exe as its AppVersion, visible in Windows' Programs &
Features and the installer's own properties -- was still 0.1.0-beta.3
after v0.1.0-beta.4 was tagged and released. The advertised beta.4
download would therefore install and register itself as beta.3,
misleading for version reporting and upgrade diagnosis.

Bump MyAppVersion to 0.1.0-beta.4. Add a regression test
cross-checking it against docs/index.html's JSON-LD softwareVersion
field -- there's no single VERSION file in this repo, so this catches
future drift without introducing new shared state.
@tradewithmeai
tradewithmeai merged commit 5dae7e0 into main Aug 31, 2026
11 checks passed
@tradewithmeai
tradewithmeai deleted the fix/installer-version-string branch August 31, 2026 03:00
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