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

2022-02-16
:exclamation: Configuration change :exclamation:
If you are using Baby Buddy behind a proxy this version may cause a CSRF error 403 when attempting to add new entries. Set the SECURE_PROXY_SSL_HEADER environment variable to True (or any non-falsy value) in your deployment to resolve this. This is correct behavior as of Django v4.0 (used by Baby Buddy v1.10.0+). See #393 for more information.

Full Changelog

Implemented enhancements:

  • Hardcoded English strings on timeline #352
  • Feature Request: Track baby height #191
  • breakout feeding types #384 (alzyee)
  • Rearrange dashboard cards to set timer card first #382 (adamaze)
  • Update to Django 4.x #378 (cdubz)
  • Updated Italian translation #376 (nos86)
  • Fix ordering of start/stop items when start and stop times are the same #372 (MrApplejuice)
  • Fix German translation mistake #368 (MrApplejuice)
  • Add timer restart and stop triggers to REST-API #367 (MrApplejuice)
  • Optional last name #361 (Alberdi)
  • Add Height, Head Circumference, and BMI #360 (Daegalus)
  • Improve iOS webapp/clip/pwa experience #359 (cdubz)
  • Convert envir variables that are supposed to be boolean to boolean #356 (MagiX13)

Fixed bugs:

  • iOS 15 web app experience is degraded #357
  • Boolean environmental variables #354
  • Sleep graph has incorrect positioning when there is a gap in days. #286
  • Sleep graph issues #283
  • KeyError at /children/XXX/reports/sleep/pattern/ #211
  • fix(sleep-reports): #286 Init all days in the period to remove gaps #341 (codisart)

Closed issues:

  • Show type breakdown on feeding_amounts report #383
  • Error during add/edit action for fed and diaper #374
  • Evaluate replacements for Easy Thumbnails #373
  • Issue with timer API for Feeding, Sleep, and Tummy-Time #363

Merged pull requests: