Implement a self-updater which checks for the latest release on GitHub, and either prompts the user to manually download it or automatically download it. Consider adding a system to allocate importance levels per each new release, indicating whether a new version is optional or required.
Implement a self-updater which checks for the latest release on GitHub, and either prompts the user to manually download it or automatically download it. Consider adding a system to allocate importance levels per each new release, indicating whether a new version is optional or required.