oceantume / ArtilleryCalculator

Artillery calculator for Hell Let Loose that runs on your desktop
MIT License
5 stars 4 forks source link

Add optional update checking on each launch of the application #5

Closed oceantume closed 3 years ago

oceantume commented 3 years ago

This new feature uses a simple API powered by AWS Lambda that checks the Github project for a newer release than the current one which is passed as a query parameter. It returns some information about the version so some of it can be displayed to user and the URL for that release can be opened if wanted.

Resolves #2