Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-09-14 | bumped version number to 1.6.2v1.6.2 | 0neGal | |
2022-09-14 | differentiation between update() and updatevp() | 0neGal | |
Some functions have been renamed: update() -> updateNorthstar() updatevp() -> updateViper() Overall these are far better function names... | |||
2022-09-14 | renamed Viper requests cache file | 0neGal | |
"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-14 | Merge pull request #151 from Alystrasz/fix/northstar-freezes | 0neGal | |
fix: spawn game processes in separate shells | |||
2022-09-13 | fix: spawn game processes in separate shells | Alystrasz | |
2022-08-17 | Merge branch 'main' of https://github.com/0neGal/viper | 0neGal | |
2022-08-17 | removed man page | 0neGal | |
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-09 | Merge pull request #145 from Alystrasz/feat/no-internet-handling | 0neGal | |
feat: No internet handling | |||
2022-08-08 | feat: add Spanish translation | Alystrasz | |
Co-authored-by: Delta <31860825+AA-Delta@users.noreply.github.com> | |||
2022-08-07 | fix: lint | Alystrasz | |
2022-08-07 | added: contributor list "embed" | 0neGal | |
2022-08-07 | feat: add German translation | Alystrasz | |
Co-authored-by: GeckoEidechse <gecko.eidechse+git@pm.me> | |||
2022-08-06 | feat: translate "impossible to fetch release notes" messages | Alystrasz | |
2022-08-06 | feat: display a toast message if no Internet at launch | Alystrasz | |
2022-08-06 | feat: prevent Northstar update and update download link text if no Internet | Alystrasz | |
2022-08-06 | feat: getLatestNsVersion returns false if no Internet | Alystrasz | |
2022-08-05 | feat: handle release notes fetching with no internet | Alystrasz | |
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-09 | apparently i copied and didn't move the files | 0neGal | |
2022-07-09 | remove download links | 0neGal | |
We now use the GitHub Pages link which redirects you to the proper file. | |||
2022-07-09 | fixed wrong name for win-portable | 0neGal | |
2022-07-09 | move site/ to docs/ | 0neGal | |
2022-07-08 | Merge branch 'main' of https://github.com/0neGal/viper | 0neGal | |
2022-07-08 | added site for redirecting to download URLs | 0neGal | |
This will be used instead of having to update download URLs every single time a new release is made, simplifying everything. | |||
2022-07-08 | Merge pull request #121 from GeckoEidechse/add-badges | 0neGal | |
Add badges to README | |||
2022-07-08 | Replace total GitHub downloads with Flatpak installs | GeckoEidechse | |
2022-07-08 | Merge branch 'main' into add-badges | GeckoEidechse | |
2022-07-08 | updated download links | 0neGal | |
2022-07-08 | bumped version number to 1.6.1v1.6.1 | 0neGal | |
2022-07-08 | fixed "_sendVersionsInfo()" not found | 0neGal | |
I removed the underscore at one point and forgot to change the name everywhere it seems. | |||
2022-07-04 | Merge pull request #140 from GeckoEidechse/fix-german-translation | 0neGal | |
2022-07-04 | Improve German translation | GeckoEidechse | |
Fixed various typos, mistranslations, and grammatical errors | |||
2022-07-02 | Merge pull request #139 from DxsSucuk/main | 0neGal | |
Added FIITE as launcher | |||
2022-07-02 | Added FIITE as launcher | DxsSucuk | |
2022-07-02 | added CONTRIBUTING.md and CODE_OF_CONDUCT.md | 0neGal | |
I also added the Viper logo header to all the Markdown files. | |||
2022-07-02 | Merge pull request #138 from DxsSucuk/main | 0neGal | |
2022-07-02 | Fixed Typo | DxsSucuk | |
2022-07-02 | Update. | DxsSucuk | |
Added German translation of the word German to title. | |||
2022-07-02 | German translation. | DxsSucuk | |
2022-07-02 | Merge pull request #137 from GeckoEidechse/update-linked-mod-managers | 0neGal | |
Update linked mod managers. Add Papa, remove Ronin | |||
2022-07-02 | Remove link to Ronin NS installer | GeckoEidechse | |
Its repo hasn't been updated in half a year. | |||
2022-07-02 | Add link to Papa | GeckoEidechse | |
CLI only Northstar installer, updater, and mod manager | |||
2022-06-29 | Merge branch 'main' into add-badges | 0neGal | |
2022-06-29 | Merge pull request #135 from 0neGal/dependabot/npm_and_yarn/electron-16.2.6 | 0neGal | |
Bump electron from 16.0.6 to 16.2.6 | |||
2022-06-29 | move badges to the "Install" section | 0neGal | |
2022-06-29 | Bump electron from 16.0.6 to 16.2.6 | dependabot[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-29 | added extract progress messages | 0neGal | |
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. | |||
2022-06-29 | fixed version number not updating after updates | 0neGal | |
2022-06-29 | Merge pull request #128 from 0neGal/deprecate-nsversiontxt | 0neGal | |
feat: Deprecate ns_version.txt | |||
2022-06-29 | Merge branch 'main' into deprecate-nsversiontxt | 0neGal | |
2022-06-29 | require NorthstarLauncher.exe to be found | 0neGal | |
Now, even if the core mods are installed it'll still make sure the NorthstarLauncher.exe exists, so if Northstar has only been half installed it'll be detected. |