Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-23 | bumped version number to 1.6.3v1.6.3 | 0neGal | |
2022-11-23 | Merge pull request #155 from 0neGal/dupe-mods-localization | 0neGal | |
feat: Localizations for toasts caused by duplicate mod folders | |||
2022-11-23 | Merge branch 'main' into dupe-mods-localization | 0neGal | |
2022-11-23 | Merge pull request #157 from 0neGal/error-toasts-localization | 0neGal | |
feat: Localize "Unknown Error!" toasts | |||
2022-11-23 | Update src/lang/de.json | 0neGal | |
Co-authored-by: GeckoEidechse <40122905+GeckoEidechse@users.noreply.github.com> | |||
2022-11-23 | Merge pull request #161 from Alystrasz/dupe-french | 0neGal | |
feat: add missing french traductions | |||
2022-11-23 | Merge pull request #162 from Alystrasz/error-toasts-french | 0neGal | |
feat: missing french trads | |||
2022-11-23 | feat: missing french trads | Rémy Raes | |
2022-11-23 | feat: add missing french traductions | Rémy Raes | |
2022-11-23 | Merge pull request #159 from AA-Delta/patch-4 | 0neGal | |
2022-11-23 | Merge pull request #160 from AA-Delta/patch-5 | 0neGal | |
2022-11-23 | Update es.json | Delta | |
#157 | |||
2022-11-23 | Update es.json | Delta | |
#155 | |||
2022-11-23 | remove testing error | 0neGal | |
This was only here to test the uncaught exception catching. | |||
2022-11-23 | added more user friendly error message | 0neGal | |
When JavaScript errors occur outside of the renderer, they'll no longer display a big and confusingly detailed error stack, now they'll simply be shown a toast about the fact that an error happened. The user can then click this to get more details, but still without it being as invasive and obtuse as before. | |||
2022-11-23 | actually fix duplicate mods | 0neGal | |
If a mod has multiple mod folders inside it, however all with the same name, they'll be merged together, this now fixes that, by adding "(dupe)" to the end of it, along with displaying an error, however it will install successfully. This also happens to add some duplicate toast protection, however this should be reworked, but I am not bothered to deal with it right now, and I instead will be putting this on future me. | |||
2022-11-22 | Merge pull request #158 from DxsSucuk/error-toasts-localization-de | 0neGal | |
Error Toasts German Localization. | |||
2022-11-23 | initial empty keys | 0neGal | |
2022-11-22 | Update de.json | Presti | |
2022-11-22 | Merge pull request #156 from DxsSucuk/dupe-mods-localization-DE | 0neGal | |
German Translation. | |||
2022-11-23 | initial empty keys | 0neGal | |
2022-11-22 | Update de.json | Presti | |
2022-11-19 | ignore mod if mod.json isn't formatted correctly | 0neGal | |
If a mod has an incorrectly formatted mod.json it is ignored when trying to build/get the list of installed mods. | |||
2022-11-19 | Merge pull request #153 from 0neGal/dependabot/npm_and_yarn/minimatch-3.1.2 | 0neGal | |
build(deps): bump minimatch from 3.0.4 to 3.1.2 | |||
2022-11-12 | build(deps): bump minimatch from 3.0.4 to 3.1.2 | dependabot[bot] | |
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. - [Release notes](https://github.com/isaacs/minimatch/releases) - [Commits](https://github.com/isaacs/minimatch/compare/v3.0.4...v3.1.2) --- updated-dependencies: - dependency-name: minimatch dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> | |||
2022-09-18 | Merge pull request #146 from Alystrasz/feat/ci-builds | 0neGal | |
2022-09-18 | refactor: remove --force option from `npm install` | Remy Raes | |
Issue has been fixed in #144. | |||
2022-09-18 | docs: update publish documentation | Remy Raes | |
2022-09-17 | fix: don't publish prerelease automatically | Remy Raes | |
2022-09-17 | feat: run release CI on prerelease | Remy Raes | |
2022-09-16 | refactor: replace "-p" by "--publish" in executable builds | Remy Raes | |
2022-09-16 | Merge branch '0neGal:main' into feat/ci-builds | Rémy Raes | |
2022-09-15 | Revert "feat: upload Windows installer executable on commits" | Remy Raes | |
This reverts commit fd9ed6c0a7a323c32733752ce1125c16c20423eb. | |||
2022-09-15 | feat: upload Windows installer executable on commits | Remy Raes | |
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-14 | fix: include .exe.blockmap files in release files | Remy Raes | |
2022-09-14 | fix: upload missing latest-linux.yml file to release | Remy Raes | |
2022-09-14 | fix: don't set published release to draft | Remy Raes | |
2022-09-14 | feat: add linux release builds job | Remy Raes | |
2022-09-14 | refactor: typo in windows release job | Remy Raes | |
2022-09-14 | feat: update release builds to created release | Remy Raes | |
2022-09-14 | Merge branch 'main' of github.com:0neGal/viper into feat/ci-builds | Alystrasz | |
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 branch 'main' into feat/ci-builds | Alystrasz | |
2022-08-09 | fix: try to run release CI on release creation | Alystrasz | |