Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a link to the GitHub commit at the bottom of the config screen #1189

Closed
wants to merge 2 commits into from

Conversation

ruevs
Copy link
Member

@ruevs ruevs commented Jan 13, 2022

The "Go to GitHub commit for 3.0~a88f5d8b" link at the bottom of the configuration screen opens the URL https://github.com/solvespace/solvespace/commits/a88f5d8b and allows the user to see the date of the commit that SolveSpace was built from.

image

Also revert f1e47e6 #1185

Closes #1172

This reverts commit f1e47e6.
Since unfortunately it breaks the addition of the git commit hash
to the version string when building from the VisualStudio IDE.
I presume this happens because `git` is not of the "path" of the
build environment. The version string ends up "3.0~" only.
@ruevs ruevs added the UI label Jan 13, 2022
The "Go to GitHub commit for 3.0~129ff2f0" link at the bottom of the
configuration screen opens the URL https://github.com/solvespace/solvespace/commits/129ff2f0
and allows the user to see the date of the commit that SolveSpace was
built from.

Closes solvespace#1172
@ppd
Copy link
Member

ppd commented Jan 13, 2022

Oh, very nice, very pragmatic. I wonder if a new menu item in "Help" could also do the trick (there aren't too many); that'd be more discoverable.

@ruevs
Copy link
Member Author

ruevs commented Jan 13, 2022

Lazy people come up with "pragmatic" solutions :-)
A menu item is just as easy. I'll make an alternative PR for it.

@ruevs
Copy link
Member Author

ruevs commented Jan 13, 2022

@ppd here is the Help menu variant #1190

@phkahler
Copy link
Member

Used the other one that puts it in the help menu

@phkahler phkahler closed this Jan 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add build date to the Help->About dialog
3 participants