wger logo

wger

Self hosted FLOSS fitness/workout, nutrition and weight tracker

Alternative to: myfitnesspal, strong, jefit, hevy, trainerize


About Versions (15)

2.4

2026-01-18

Breaking changes

Please note that the default location for the settings files has changed, if you are not using the docker setup you will probably need to update this, please check the instructions at #2153

Update steps

  • Update python libraries uv sync or pip3 install .
  • Migrate database python manage.py migrate
  • Update CSS and JS libraries npm install
  • Compile the CSS npm run build:css:sass
  • Update static files (only production): python3 manage.py collectstatic
  • For the trophies you will need to manually start the evaluation process:
    python manage.py recalculate_statistics --all --active-only
    python manage.py evaluate_trophies --all

What’s Changed

Features

Dependencies

New Contributors

Full Changelog: https://github.com/wger-project/wger/compare/2.3…2.4