Skip to content

fix: show a short message when up to date#180

Merged
GideonBear merged 1 commit into
jaemk:masterfrom
mat813:small-fix
Apr 23, 2026
Merged

fix: show a short message when up to date#180
GideonBear merged 1 commit into
jaemk:masterfrom
mat813:small-fix

Conversation

@mat813
Copy link
Copy Markdown
Contributor

@mat813 mat813 commented Apr 23, 2026

Currently, it somewhats leaves things hanging if no new releases are available.

It outputs:

Checking target-arch... x86_64-unknown-linux-gnu
Checking current version... v1.4.2
Checking latest released version... %

The % is added by zsh and means that there is not even a \n added.

This patch changes it to:

Checking target-arch... x86_64-unknown-linux-gnu
Checking current version... v1.4.2
Checking latest released version... up-to-date.

Copy link
Copy Markdown
Collaborator

@GideonBear GideonBear left a comment

Choose a reason for hiding this comment

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

Nice, thanks!

@GideonBear GideonBear merged commit cad8bb9 into jaemk:master Apr 23, 2026
2 checks passed
@mat813 mat813 deleted the small-fix branch April 23, 2026 13:29
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.

2 participants