Baby Buddy logo

Baby Buddy

Baby care tracker for sleep, feedings, diapers and more

Alternative to: huckleberry, baby connect, glow baby

Baby Buddy screenshotBaby Buddy screenshot

About Versions (73)

v1.4.0

2020-02-19

:exclamation::exclamation::exclamation:

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

:exclamation::exclamation::exclamation:

Major updates

  • 93207d88 - 785b87f6: Added per-user timezone configuration. The server TIME_ZONE setting will now be used only as a fallback default (#113).
  • cb171237 - a449de0b: Included past three methods is Last Feeding Method card (#117) .
  • 48a00937 - a751b0b2: Added general “notes” support to most models (#89).
  • 014b373a - 192d8d9b: Added initial basic admin import/export support (#35).

Minor updates

  • bcfa352b: Fixed naps data calculation for reports.
  • f0d763d3: Removed deprecated Plot.ly graph generation code (#69).
  • 4d34a486: Standardized card language for “no data”.
  • d0b33c2b: Updated to use user first and last name, when available, in UI.
  • a2f145f0: Updated all translation files and example French translations.