Versions in this module Expand all Collapse all v0 v0.5.0 Feb 3, 2026 v0.4.0 Jan 26, 2026 Changes in this version + const CacheDuration + const CacheFileName + const GitHubReleasesURL + func CheckAsync(currentVersion string) <-chan *UpdateInfo + func FormatUpdateNotice(info *UpdateInfo) string + type GitHubRelease struct + HTMLURL string + Name string + PublishedAt time.Time + TagName string + type UpdateCache struct + CurrentVersion string + LastCheck time.Time + LatestVersion string + ReleaseURL string + type UpdateInfo struct + CurrentVersion string + LatestVersion string + ReleaseURL string + UpdateAvailable bool + func Check(currentVersion string) (*UpdateInfo, error)