Skip to content

feat: add silent background update checker with PyPI caching#63

Merged
Huerte merged 1 commit intomainfrom
feature/auto-update-checker
Apr 23, 2026
Merged

feat: add silent background update checker with PyPI caching#63
Huerte merged 1 commit intomainfrom
feature/auto-update-checker

Conversation

@Huerte
Copy link
Copy Markdown
Owner

@Huerte Huerte commented Apr 23, 2026

What's New?

GitGo now checks PyPI for newer versions in the background when you run any command. If an update is found, it shows a one-line notice with the upgrade command.

How it works:

  • Runs in a background thread so it never slows down your commands
  • Caches the result and only checks once every 7 days
  • Fails silently if there is no internet or PyPI is unreachable
  • Stores the cache at ~/.gitgo/update_check.json

@Huerte Huerte merged commit 9676a49 into main Apr 23, 2026
1 check passed
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