Module announcements

Module announcements 

Source
Expand description

Announcement system supporting both version-embedded and remote announcements.

Structs§

RemoteAnnouncement
What: Remote announcement fetched from GitHub Gist.
VersionAnnouncement
What: Version-embedded announcement for a specific app version.

Constants§

VERSION_ANNOUNCEMENTS
What: Embedded announcements for specific app versions.

Functions§

extract_base_version
What: Extract base version (X.X.X) from a version string, ignoring suffixes.
is_expired
What: Check if an announcement has expired.
version_matches
What: Check if current version matches the version range.