aboutsummaryrefslogtreecommitdiff
path: root/src/extras/requests.js
AgeCommit message (Collapse)Author
2022-09-14renamed Viper requests cache file0neGal
"requests.json" is very vague, and going through your cache folder may confuse you as to what program created the file, now it's way clearer.
2022-08-06feat: translate "impossible to fetch release notes" messagesAlystrasz
2022-08-06feat: getLatestNsVersion returns false if no InternetAlystrasz
2022-08-05feat: handle release notes fetching with no internetAlystrasz
When release notes (either Northstar or Viper) fetching fails, if cache contains data, we display it even if it's outdated; if cache is empty, we display an error message in place of release notes.
2022-01-23moved modules into extras/0neGal
I moved requests.js into extras and made the function for finding the potentional gamepath into it's own module. I also made the exec() called Promise based.