Closed JakobDev closed 2 years ago
The requested changes are now done. I also disabled resizing of the About Window.
But to be honest, I think showing the latest commit in the About Dialog is a bad idea. Is a version released as version 0.1.1, this is what should be shown in the About Dialog rather than the latest commit.
The requested changes are now done. I also disabled resizing of the About Window.
I'd prefer to keep resizing an option, so please revert that.
But to be honest, I think showing the latest commit in the About Dialog is a bad idea. Is a version released as version 0.1.1, this is what should be shown in the About Dialog rather than the latest commit.
I'll change GIT_VERSION
to use git describe --tags --always
now, so on version v0.1.2
it'll be v0.1.2
then
Resizing is now enabled again, but it looks ugly when maximized.
Thank you very much :heart:
I added just a little about dialog. You may want to modify Config.hpp-in so it takes the tag name (without the leading v) instead of changing it per hand every update.