Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(cli): add version update notification #141

Merged
merged 1 commit into from
Nov 27, 2024
Merged

feat(cli): add version update notification #141

merged 1 commit into from
Nov 27, 2024

Conversation

steebchen
Copy link
Member

@steebchen steebchen commented Nov 27, 2024

Implement version check and notification using update-informer crate. This informs users of new versions with formatted messages to encourage updates. Updated Cargo.toml and Cargo.lock files to include new dependencies.

image

@steebchen steebchen linked an issue Nov 27, 2024 that may be closed by this pull request
Copy link
Member

@kariy kariy left a comment

Choose a reason for hiding this comment

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

this prints before the command output, no?

Implement version check and notification using update-informer
crate. This informs users of new versions with formatted messages
to encourage updates. Updated Cargo.toml and Cargo.lock files
to include new dependencies.
@steebchen
Copy link
Member Author

steebchen commented Nov 27, 2024

yes, forgot to push the latest, should be good now.

@steebchen steebchen requested review from kariy and glihm November 27, 2024 10:40
Copy link
Contributor

@glihm glihm left a comment

Choose a reason for hiding this comment

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

Great job, thanks @steebchen!

@glihm glihm merged commit 221b7a6 into main Nov 27, 2024
4 checks passed
@glihm glihm deleted the feat/cli branch November 27, 2024 14:05
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.

prompt user to update if there is a new version available
3 participants