OpenRCT2Launcher icon indicating copy to clipboard operation
OpenRCT2Launcher copied to clipboard

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

Open eScribMac opened this issue 6 years ago • 2 comments

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.

eScribMac avatar Sep 29 '19 20:09 eScribMac

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?

LRFLEW avatar Sep 30 '19 02:09 LRFLEW

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

GingerAdonis avatar Sep 30 '19 09:09 GingerAdonis