Thanks to visit codestin.com
Credit goes to github.com

Skip to content

fix: skip version check for dev builds#314

Merged
clangenb merged 1 commit into
mainfrom
fix/skip-version-check-dev
Mar 26, 2026
Merged

fix: skip version check for dev builds#314
clangenb merged 1 commit into
mainfrom
fix/skip-version-check-dev

Conversation

@eldara-cruncher
Copy link
Copy Markdown
Collaborator

Summary

  • Skip the remote version check entirely when the current version is "dev" (unbuilt/local binary), avoiding unnecessary API calls during development.

Closes #198

Test plan

  • TestCheckLatestVersion_DevBuildSkipsCheck asserts nil return (no command issued)
  • All existing version-check tests pass

🤖 Generated with Claude Code

Closes #198

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Copy link
Copy Markdown
Collaborator

@clangenb clangenb left a comment

Choose a reason for hiding this comment

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

Manual test was ok.

@clangenb clangenb merged commit 52c4f4f into main Mar 26, 2026
11 of 17 checks passed
@eldara-cruncher eldara-cruncher deleted the fix/skip-version-check-dev branch June 5, 2026 12:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Check if there's a newer version

2 participants