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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
cratis update now verifies the actually installed version with the package manager after running, instead of trusting a pre-update NuGet availability check that could be stale or time out — fixing cases where it reported "already at the latest version" right after installing a newer one (#34)
The "update available" hint shown after commands now reliably appears instead of only surfacing when the background check happened to finish before the command did
Changed
cratis update now shows a progress spinner while checking for and installing updates, and displays the target version up front when known