-
feat: add application versioning support to backend and UI
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m38sreleased this
2026-05-31 20:21:37 +03:00 | 45 commits to master since this release- Introduce APP_VERSION build argument and environment variable in Dockerfile.
- Load AppVersion from environment variables in the configuration loader.
- Pass the application version to the HTML renderer and expose it to templates via PageData.
- Update tests to verify the version is correctly rendered in the footer.
Downloads