Getting the releases info from Github's Api, remember that doing this will consume your hourly api limit:
Reading the releases Json and converting it into a Array of Maps with coco's JXON.ahk, this is not necessary,
the methods will do this themselves:
Getting an Array of releases, each is a Map containing various release's info.
Getting only the latest release:
Getting the download link to the latest release:
Getting the latest release version, or tag_name:
Getting if the current version is up to date with the latest release: