Open-Agriculture / AgIsoVirtualTerminal

A free, experimental ISO11783-6 Virtual Terminal (VT) server GUI based on AgIsoStack++
GNU General Public License v3.0
13 stars 0 forks source link

Add a way to check for updates #12

Open ad3154 opened 9 months ago

ad3154 commented 9 months ago

It would be nice if the application could check to see if a newer update is available.

We could maybe do this by doing a web request on startup to GitHub... Juce supports curl, so maybe we could leverage their api as is described in their documentation.

Ideally this checking should be opt-out probably?