github babybuddy/babybuddy v1.4.0

latest releases: v2.4.0, v2.3.1, v2.3.0...
4 years ago

❗❗❗

Baby Buddy v1.4.0 includes database and dependency updates. For manual deployments, run the following after pulling the updated code:

  • pipenv install
  • pipenv run python manage.py migrate

Docker Compose users should only need to run (after updating the Docker image):

  • docker-compose exec app python manage.py migrate

❗❗❗

Major updates

  • 93207d8 - 785b87f: Added per-user timezone configuration. The server TIME_ZONE setting will now be used only as a fallback default (#113).
  • cb17123 - a449de0: Included past three methods is Last Feeding Method card (#117) .
  • 48a0093 - a751b0b: Added general "notes" support to most models (#89).
  • 014b373 - 192d8d9: Added initial basic admin import/export support (#35).

Minor updates

  • bcfa352: Fixed naps data calculation for reports.
  • f0d763d: Removed deprecated Plot.ly graph generation code (#69).
  • 4d34a48: Standardized card language for "no data".
  • d0b33c2: Updated to use user first and last name, when available, in UI.
  • a2f145f: Updated all translation files and example French translations.

Don't miss a new babybuddy release

NewReleases is sending notifications on new releases.