siemens / CtrlppCheck

GNU General Public License v3.0
14 stars 11 forks source link

The WinCCOA_QualityChecks dock window should show its version number at its titlebar #84

Open rglockETM opened 11 months ago

rglockETM commented 11 months ago

Is your feature request related to a problem? Please describe. Currently it can not be easily fetched, which WinCCOA_QualityChecks-version is currently used (only the download package contains the version number in its zip-filename).

Describe the solution you'd like 1.) Add the version number to the dock window title 2.) Add an "About"-panel at Gedi -> Quality Checks

Describe alternatives you've considered n.n.

Additional context n.n.

mPokornyETM commented 11 months ago

hm, this might be tricky, but it makes sense. Thx for the feature request

jumoog commented 11 months ago

It's not difficult. I do it on every project. The CI job write the last tag to a file (e.g. data/VERSION) and WinCC OA reads the file and shows the version. Maybe it is a good idea to append the short commit hash of the last commit.

mPokornyETM commented 11 months ago

It's not difficult. I do it on every project. The CI job write the last tag to a file (e.g. data/VERSION) and WinCC OA reads the file and shows the version. Maybe it is a good idea to append the short commit hash of the last commit.

exactly this will be the trick ;-) I will write it into root directory close to readme and license info. But this does not matter. We need to change github workflow and the panel self. But this request is about the release number. And this might be really tricky, because you dont have this information. But when we agree that the SHA1 is fine for us (is also fine for me), it is easy.