graphs1090 icon indicating copy to clipboard operation
graphs1090 copied to clipboard

Wish: Add Version number here

Open Dtrieb opened this issue 3 years ago • 2 comments

https://github.com/wiedehopf/graphs1090/blob/30cbb24203ffce3e9d73c3c494f1d4738007ebea/html/index.html#L188

Could you please add the version number of the installed version here?

Dtrieb avatar Feb 20 '22 13:02 Dtrieb

Since there are no actual releases, the git commit hash would probably be better, as in: image

techfixpros avatar Mar 31 '22 04:03 techfixpros

I had a look at how to do this and found a Python example which requires a subprocess to run a git command, so it could be inserted into the main html file on install/update somehow?

https://stackoverflow.com/questions/14989858/get-the-current-git-hash-in-a-python-script

mpentler avatar Jan 19 '23 23:01 mpentler