Skip to main content

Module updater

Module updater 

Source

Structsยง

GhRelease ๐Ÿ”’
UpdateInfo
Result of checking GitHub Releases for a newer Entracte build.

Constantsยง

RELEASES_URL ๐Ÿ”’

Functionsยง

check_for_update
Hit the GitHub Releases API and compare the latest tag against the running version. 10-second timeout; errors stringify the underlying reqwest / parse failure for display in the About tab.
check_for_update_at ๐Ÿ”’
HTTP layer for check_for_update. Split off so tests can point it at a mockito::Server URL without bringing up a Tauri AppHandle.
is_newer ๐Ÿ”’
normalize ๐Ÿ”’
parse_version ๐Ÿ”’

Type Aliasesยง

ParsedVersion ๐Ÿ”’