You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
beardgans
changed the title
[feat] Show a message if a newer version of the CLI application is available
[feat] Show a message if a newer version of the tauri-cli is available
Mar 28, 2022
beardgans
changed the title
[feat] Show a message if a newer version of the tauri-cli is available
[feat] Show a message if a newer version of tauri-cli is available
Mar 28, 2022
Describe the problem
tauri-cli
can be installed vianpm
orcargo
.At the moment there is no opportunity to know that the new version of
tauri-cli
came out.Describe the solution you'd like
My suggestion is to show a message if a new version of
tauri-cli
is available.This will be an indicator for a user that it's time to update.
Alternatives considered
I found this useful feature in the GitHub CLI application and npm.
Additional context
Ready-made crates to implement that:
The text was updated successfully, but these errors were encountered: