aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-17feat: run release CI on prereleaseRemy Raes
2022-09-16refactor: replace "-p" by "--publish" in executable buildsRemy Raes
2022-09-16Merge branch '0neGal:main' into feat/ci-buildsRémy Raes
2022-09-15Revert "feat: upload Windows installer executable on commits"Remy Raes
This reverts commit fd9ed6c0a7a323c32733752ce1125c16c20423eb.
2022-09-15feat: upload Windows installer executable on commitsRemy Raes
2022-09-14bumped version number to 1.6.2v1.6.20neGal
2022-09-14differentiation between update() and updatevp()0neGal
Some functions have been renamed: update() -> updateNorthstar() updatevp() -> updateViper() Overall these are far better function names...
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-09-14Merge pull request #151 from Alystrasz/fix/northstar-freezes0neGal
fix: spawn game processes in separate shells
2022-09-14fix: include .exe.blockmap files in release filesRemy Raes
2022-09-14fix: upload missing latest-linux.yml file to releaseRemy Raes
2022-09-14fix: don't set published release to draftRemy Raes
2022-09-14feat: add linux release builds jobRemy Raes
2022-09-14refactor: typo in windows release jobRemy Raes
2022-09-14feat: update release builds to created releaseRemy Raes
2022-09-14Merge branch 'main' of github.com:0neGal/viper into feat/ci-buildsAlystrasz
2022-09-13fix: spawn game processes in separate shellsAlystrasz
2022-08-17Merge branch 'main' of https://github.com/0neGal/viper0neGal
2022-08-17removed man page0neGal
Along with it marked-man, it has npm problems, and we also don't package the man page anywhere, so there's not much reason to keep it here.
2022-08-09Merge branch 'main' into feat/ci-buildsAlystrasz
2022-08-09fix: try to run release CI on release creationAlystrasz
2022-08-09Merge pull request #145 from Alystrasz/feat/no-internet-handling0neGal
feat: No internet handling
2022-08-08feat: add Spanish translationAlystrasz
Co-authored-by: Delta <31860825+AA-Delta@users.noreply.github.com>
2022-08-08fix: run release CI on published releaseAlystrasz
2022-08-08Merge branch 'feat/ci-builds' of github.com:Alystrasz/viper into feat/ci-buildsAlystrasz
2022-08-08build: add release CI skeletonAlystrasz
2022-08-07Merge branch 'main' into feat/ci-buildsRémy Raes
2022-08-07feat: add Linux builds CIAlystrasz
2022-08-07refactor: rename windows build jobAlystrasz
2022-08-07fix: lintAlystrasz
2022-08-07added: contributor list "embed"0neGal
2022-08-07feat: add German translationAlystrasz
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me>
2022-08-07fix: only include executable windows artefactsAlystrasz
2022-08-07fix: do not let electron-builder publish development buildsAlystrasz
2022-08-07fix: only upload needed files after buildAlystrasz
2022-08-07fix: only compile windows build on windows ciAlystrasz
2022-08-07build: install npm dependencies by forceAlystrasz
2022-08-07fix: typoAlystrasz
2022-08-07build: add initial CI configurationAlystrasz
2022-08-06feat: translate "impossible to fetch release notes" messagesAlystrasz
2022-08-06feat: display a toast message if no Internet at launchAlystrasz
2022-08-06feat: prevent Northstar update and update download link text if no InternetAlystrasz
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-07-09apparently i copied and didn't move the files0neGal
2022-07-09remove download links0neGal
We now use the GitHub Pages link which redirects you to the proper file.
2022-07-09fixed wrong name for win-portable0neGal
2022-07-09move site/ to docs/0neGal
2022-07-08Merge branch 'main' of https://github.com/0neGal/viper0neGal
2022-07-08added site for redirecting to download URLs0neGal
This will be used instead of having to update download URLs every single time a new release is made, simplifying everything.