index
:
Viper
gamepad-support
linux-launch
linux-launch-v2
main
modularized-frontend
packages-dir
Launcher+Updater for TF|2 Northstar
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils.js
Age
Commit message (
Expand
)
Author
2022-01-07
fix: Game path check (#29)
Rémy Raes
2022-01-07
fix: Rate limit (#27)
Rémy Raes
2022-01-04
fix: No game path (#24)
Rémy Raes
2022-01-03
fixed missingpath localization
0neGal
2022-01-03
download progress for NS
0neGal
2022-01-01
chore: Auto updating (#16)
Rémy Raes
2021-12-30
Merge branch 'main' into feat/version-indicator
0neGal
2021-12-30
buttons now disable when updating, and app logs
0neGal
2021-12-30
version now refreshes, fixed and renamed stuff
0neGal
2021-12-30
[feat] exporting utils.getInstalledVersion method
Alystrasz
2021-12-29
cli is now fully localized
0neGal
2021-12-29
Merge branch 'main' of 0neGal/viper into localization
0neGal
2021-12-29
uses navigator.language to determine language
0neGal
2021-12-29
Merge pull request #6 from Alystrasz/feat/updates-downloading
0neGal
2021-12-29
lil touch up on the log messages
0neGal
2021-12-29
removed updateInstalledVersion()
0neGal
2021-12-28
switched single quotes to double
0neGal
2021-12-28
[fix] settings are saved after setpath call on Windows
Alystrasz
2021-12-28
[refactor] northstar version is stored in gamepath
Alystrasz
2021-12-28
removed unneeded spread operator
0neGal
2021-12-28
[refactor] renaming getInstalledVersion method
Alystrasz
2021-12-28
[refactor] using snake_case for settings.northstar_version property
Alystrasz
2021-12-28
[feat] latest update is not downloaded if it's already installed
Alystrasz
2021-12-28
[feat] saving newly installed version tag
Alystrasz
2021-12-28
[feat] storing local northstar version in viper.json
Alystrasz
2021-12-28
[feat] extracting latest northstar release version tag
Alystrasz
2021-12-28
removed settings.file
0neGal
2021-12-28
you can now exclude certain files like, ns_args
0neGal
2021-12-28
fix initial config not setting zip variable
0neGal
2021-12-27
fixed not being in the gamepath when launching
0neGal
2021-12-27
this might add launch options? maybe?
0neGal
2021-12-27
changed how settings are loaded/saved
0neGal
2021-12-27
added working cli arguments
0neGal
2021-12-26
the renderer is no longer required for updating
0neGal