STAND-122: Display OpenMRS Platform Version in Standalone App Window#79
STAND-122: Display OpenMRS Platform Version in Standalone App Window#79dkayiwa merged 28 commits intoopenmrs:masterfrom
Conversation
# Conflicts: # .github/workflows/standalone-ci.yml
|
Why do you repeat the version? |
Was addressing this comment here #78 (comment) |
|
Why do you repeat it? |
I think repeating it makes the version more clear however can reduce on the duplication in the modes would that make a difference? |
|
How do other applications in the industry do it? |
In my Research |
|
New Looks now
cc @dkayiwa |
|
Can we remove the .DS_Store files? |
|
addressed @dkayiwa |


See https://openmrs.atlassian.net/browse/STAND-122
Description
This pull request enhances the OpenMRS Standalone application by displaying the running Platform version in the main window title. This provides users with quick visibility into the platform version they are using, which is particularly helpful for testers, implementers, and developers.
It addresses the comment here - #78 (comment)
Changes Introduced:
Introduced logic in
MainFrameto retrieve the openmrs.version usingStandaloneUtil.getPlatformVersion().Updated
MainFrame.setTitle()to include the platform version in the window title, e.g.,OpenMRS Standalone Platform 2.7.0-SNAPSHOTEnsured compatibility by loading the version string from standalone.properties (resolved from Maven during the build).
Old Screenshot
New Screenshot