Skip to content

Stationarr v1.2.1

Choose a tag to compare

@github-actions github-actions released this 30 Jun 19:54

Fixed

  • 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.