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
Fixed app version reporting so /api/health and the Settings page show the correct release version.
Docker builds now pass the release/tag version into the app as APP_VERSION.
Local development now falls back to the package version when APP_VERSION is not set.
Added
Added a release version guard to prevent Docker releases when the Git tag and package.json version do not match.
Added a Manual Release workflow to automate version bumps, tagging, and GitHub release creation.
Changed
Future releases now use a more reliable release flow to keep GitHub tags, Docker image versions, app health version, and Settings page version aligned.