Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
We now use the GitHub Pages link which redirects you to the proper file.
|
|
|
|
|
|
|
|
|
|
I also added the Viper logo header to all the Markdown files.
|
|
Its repo hasn't been updated in half a year.
|
|
CLI only Northstar installer, updater, and mod manager
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The GitHub projects page is never updated, and it never will be, so I've
removed it's link and replaced it with something useful.
|
|
|
|
|
|
I also added a link to the AUR package.
|
|
|
|
I also took the liberty to re-word the descriptions
|
|
|
|
|
|
|
|
|
|
Since all configuration now takes place in the UI, there's no need to
explain how to disable auto-updates through the config file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
A preview of the new UI that is...
|
|
I originally tested out having an issues link instead, but went away
from the idea and managed to forget to change the link.
|
|
I somehow completely forgot to remove the "coming soon" parts for
auto-updating and official releases and download pages, that's now
fixed. And since we have that I also moved and changed some text in the
"How to run" section renaming it to "Development"
Besides that I added Viper's logo along with a link to the projects page
for a nice overview and releases page, even tho it is in fact in the
sidebar, you may miss it somehow.
Given I've removed the application preview we no longer have to keep
updating it everytime some change, changes how the app looks on startup.
Overall much needed changes to the README.
|
|
* [chore] adding electron-updater dependency
* [feat] adding auto-updating mechanism
* [chore] setting package version to v0.8.0
* [fix] restoring original repo URL
* [docs] adding some documentation about publishing new releases
* [chore] adding publish:windows command
* [docs] updating publish instructions with new publish command
* [chore] adding publish:linux command
* [docs] updating publish instructions
* --updatevp, and option to disable auto updates
If you want you can set "autoupdates" to false in your config, no GUI
tools to do this yet. For the CLI auto updates is off by default and
you'll have to use --updatevp.
I also removed the snap package, tho whether this stays as a change is
still to be discussed.
And with the new option I updated the help menu, the man page and
everything along else that needs it.
* removed "soon" parts of README for auto-updates
* [feat] adding French translation for cli.help.updatevp key
* confirmation for restarting the app
Now instead of automatically updating and restarting the app, which may
be slightly confusing to some users, (the app opens then closes and then
opens), it now asks whether you want to restart and open the new
version. If you say no, instead next time you launch it, it'll be on the
new version.
If you want to completely disable updates you can disable it in the
viper.json file...
* [feat] adding French translation for gui.update.available key
* added configuration instruction in README
Co-authored-by: 0neGal <mail@0negal.com>
|
|
|
|
Adds more build formats and info in the README
* [feat] adding build:windows command
* [fix] typo
* [feat] adding build:linux command
* [docs] adding enduser documentation to explain how to install Viper
* [feat] building several Linux packages on build:linux
* [fix] typo on build command
* minor corrections
Co-authored-by: 0neGal <mail@0negal.com>
|
|
|
|
|
|
|
|
|
|
|