aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2022-07-08Merge pull request #121 from GeckoEidechse/add-badges0neGal
Add badges to README
2022-07-08Replace total GitHub downloads with Flatpak installsGeckoEidechse
2022-07-08Merge branch 'main' into add-badgesGeckoEidechse
2022-07-08updated download links0neGal
2022-07-08bumped version number to 1.6.1v1.6.10neGal
2022-07-08fixed "_sendVersionsInfo()" not found0neGal
I removed the underscore at one point and forgot to change the name everywhere it seems.
2022-07-04Merge pull request #140 from GeckoEidechse/fix-german-translation0neGal
2022-07-04Improve German translation GeckoEidechse
Fixed various typos, mistranslations, and grammatical errors
2022-07-02Merge pull request #139 from DxsSucuk/main0neGal
Added FIITE as launcher
2022-07-02Added FIITE as launcherDxsSucuk
2022-07-02added CONTRIBUTING.md and CODE_OF_CONDUCT.md0neGal
I also added the Viper logo header to all the Markdown files.
2022-07-02Merge pull request #138 from DxsSucuk/main0neGal
2022-07-02Fixed TypoDxsSucuk
2022-07-02Update.DxsSucuk
Added German translation of the word German to title.
2022-07-02German translation.DxsSucuk
2022-07-02Merge pull request #137 from GeckoEidechse/update-linked-mod-managers0neGal
Update linked mod managers. Add Papa, remove Ronin
2022-07-02Remove link to Ronin NS installer GeckoEidechse
Its repo hasn't been updated in half a year.
2022-07-02Add link to Papa GeckoEidechse
CLI only Northstar installer, updater, and mod manager
2022-06-29Merge branch 'main' into add-badges0neGal
2022-06-29Merge pull request #135 from 0neGal/dependabot/npm_and_yarn/electron-16.2.60neGal
Bump electron from 16.0.6 to 16.2.6
2022-06-29move badges to the "Install" section0neGal
2022-06-29Bump electron from 16.0.6 to 16.2.6dependabot[bot]
Bumps [electron](https://github.com/electron/electron) from 16.0.6 to 16.2.6. - [Release notes](https://github.com/electron/electron/releases) - [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md) - [Commits](https://github.com/electron/electron/compare/v16.0.6...v16.2.6) --- updated-dependencies: - dependency-name: electron dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
2022-06-29added extract progress messages0neGal
When progress is made on extracting the Northstar zip file it'll update the "Extracting..." message to "Extracting... X%" replacing X with the amount that's been extracted.