Fixed
- Fixed app version reporting so
/api/healthand 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_VERSIONis not set.
Added
- Added a release version guard to prevent Docker releases when the Git tag and
package.jsonversion 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.