You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The settings page always returns the "latest version tag" instead of current version like v2.0.1 or v2.0.2. That means we are unable to detect exact version of the Client side application.
To Reproduce
Steps to reproduce the behavior:
Open the browser
Go to Checkmate Dashboard
Click on 'Settings'
Scroll down to 'About' section.
See the version, it's always latest.
Expected behavior
Strictly assigned, exact version of the checkmate.
Hey, can you assign this issue to me. To solve this, I plan to modify the code to fetch the correct client version and display it accurately. Additionally, I will implement logic to check for version mismatches and notify users when an upgrade is available. This will ensure that the correct version is shown and help improve the overall user experience.
Describe the bug
The settings page always returns the "latest version tag" instead of current version like
v2.0.1
orv2.0.2
. That means we are unable to detect exact version of the Client side application.To Reproduce
Steps to reproduce the behavior:
Expected behavior
Strictly assigned, exact version of the checkmate.
Code
Checkmate/Client/src/Pages/Settings/index.jsx
Lines 49 to 63 in cb7c118
Screenshots
Looks like I don't have permission to add screenshots here. Or it's disabled.
Additional context
If the current version is old, it can notify the user via toast notification to upgrade it's instance.
The text was updated successfully, but these errors were encountered: