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

2020-01-31

:exclamation: :exclamation: :exclamation:

Baby Buddy >= v1.3.0 introduced a cache table. After updating from a previous version, run the following commands:

  • python manage.py migrate
  • python manage.py createcachetable

:exclamation: :exclamation: :exclamation:

Major updates

  • c80ec252 - 05266d4b: Added optional Child relationship to Timers (#100).
  • 1a31a279 - e1d17759: Added l10n datetime locale support throughout.
  • b8e2416c - e168babd: Improved datetime picker widget integration (#101).
  • 6bf63f89: Added Spanish translations.
  • 6bf63f89: Added Turkish translations.

Minor updates

  • 387bc369: Fixed incorrect element ID for timer start field.
  • 87a38f4e: Added close button to datetime picker widget.
  • a8abfb72 - 3a7c8c92: Added Diaper Change “amount” field.
  • 4c9a4fe4: Improved contrast in datetime picker widget (#96)
  • b3fd5378: Fixed missing user name in Timer info string

Development updates

  • 073bb37d: Reorganized and added some basic documentation to Gulpfile.js
  • c9b9ad54: Added updatestatic gulp command (#102)
  • fd05659f: Tweaked formatting of Travis CI config
  • 4a81e2c5: Added the ability to set the development server IP address from gulp
  • 746526d4: Added “trimmed” key to blocktrans tags and update formatting
  • 06dec227: Updated static files for new translations
  • f0fdbaca: Updated Heroku Python version