Add detailed version information #3894
leroyloren
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I’d like to suggest an improvement regarding version visibility.
Currently, the application only shows a simple version string (e.g., v0.53.3). Would it be possible to include a more detailed version identifier — for example the Git commit hash, build metadata, build date, or any other indicator that would allow users to determine the exact build/version they are running?
This would be especially helpful when using dev or master branches, or when running development Docker images, where it can be difficult (or impossible) to know whether you are actually running the latest build or which exact commit is deployed.
Having precise version information would greatly help with troubleshooting, debugging, reporting issues, and verifying whether a problem has already been fixed in a newer commit. It would also make it much easier to correlate behavior with specific changes in the codebase.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions