LRFLEW / OpenRCT2Launcher

An Open Source Launcher & Updater for OpenRCT2
MIT License
200 stars 20 forks source link

Show date of last commit next to git hash on options page #52

Open eScribMac opened 4 years ago

eScribMac commented 4 years ago

It would be convenient to see the date of the update in addition to the hash. The date is available in the github api response already.

LRFLEW commented 4 years ago

Interesting idea. Right now, the launcher doesn't access the Github API for OpenRCT2 (only for checking for launcher updates), but goes through the openrct2.org API. Adding this would require an update to the API as well. @JarnoVgr thoughts?

GingerAdonis commented 4 years ago

The API already has the addedTime (ISO string) and addedTimeUnix (unix timestamp in seconds) fields. :)