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.
Release Notes
Added
Self update check on startup, with a notification in the status bar if an update is available. This checks the latest
release on crates.io and compares it to the current version. It does not automatically download or install updates.
check-update command to manually trigger an update check.
Under the hood a more general notification system, which can be used for other types of notifications in the future.
Currently it is only used for update notifications and command palette errors.
Changed
Command errors use the new notification system for display errors.