babybuddy

A buddy to help caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without (as much) guess work.

BSD-2-CLAUSE License

Stars
2K
Committers
96

Bot releases are hidden (Show)

babybuddy - v2.5.0 Latest Release

Published by cdubz 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/babybuddy/babybuddy/compare/v2.4.0...v2.5.0

babybuddy - v2.4.0

Published by cdubz 5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/babybuddy/babybuddy/compare/v2.3.1...v2.4.0

babybuddy - v2.3.1

Published by cdubz 6 months ago

What's Changed

Full Changelog: https://github.com/babybuddy/babybuddy/compare/v2.3.0...v2.3.1

babybuddy - v2.3.0

Published by cdubz 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/babybuddy/babybuddy/compare/v2.2.1...v2.3.0

babybuddy - v2.2.1

Published by cdubz 9 months ago

What's Changed

Full Changelog: https://github.com/babybuddy/babybuddy/compare/v2.2.0...v2.2.1

babybuddy - v2.2.0

Published by cdubz 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/babybuddy/babybuddy/compare/v2.1.2...v2.2.0

babybuddy - v2.1.2

Published by cdubz about 1 year ago

What's Changed

Full Changelog: https://github.com/babybuddy/babybuddy/compare/v2.1.1...v2.1.2

babybuddy - v2.1.1

Published by cdubz about 1 year ago

babybuddy - v2.1.0

Published by cdubz about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/babybuddy/babybuddy/compare/v2.0.4...v2.1.0

babybuddy - v2.0.4

Published by cdubz about 1 year ago

Full Changelog

Fixed bugs:

  • Unable to login with default information + image uploads fail #684
babybuddy - v2.0.3

Published by cdubz about 1 year ago

Full Changelog

Fixed bugs:

  • Missing table on fresh 2.0.2 install #687
  • Move cache table creation to a migration #688 (cdubz)
babybuddy - v2.0.2

Published by cdubz over 1 year ago

Full Changelog

Implemented enhancements:

  • Polish translation via POEditor not included in last updates #681

Fixed bugs:

  • Recent Sleep arrow buttons don't work on v2 dashboard #680
babybuddy - v2.0.1

Published by cdubz over 1 year ago

Full Changelog

Fixed bugs:

  • Quick start timer icon no longer working #677
babybuddy - v2.0.0

Published by cdubz over 1 year ago

Full Changelog

Implemented enhancements:

  • [Enhancement] Include temperature measurements in timeline #662
  • Pumping should have a start time and be creatable from a timer #573
  • Use homeassistant X-Ingress-Path for building paths, expose ingress_session #672 (MrApplejuice)
  • Add Pumping Duration and Create from Quick Timer #665 (johnmerlie)
  • Add Pumping link to quick-add in navbar #664 (johnmerlie)
  • Include temperature measurements in timeline #663 (abdessamad-el)

Closed issues:

  • Start Time Default to Current Date/Time #670
  • Running replica babybuddy containers #668

Merged pull requests:

See also:

babybuddy - v2.0.0-beta3

Published by cdubz over 1 year ago

Full Changelog

Fixed bugs:

  • Nap field always False when adding Sleep entries via API #657
  • Timeline shows wrong time since events happened #648

Closed issues:

  • nginx: [emerg] no "events" section in configuration #659
  • Feed update appears to reset the breast selection #658
babybuddy - v2.0.0-beta2

Published by cdubz over 1 year ago

Full Changelog

Implemented enhancements:

  • Overlapping Times Error if Entries Have Same HH:MM #619
  • Make nap user toggleable #513
  • display 0 minutes ago on dashboard when event is less than 1 minute old #649 (abdessamad-el)
  • 513: Make nap user toggleable #641 (cdubz)

Fixed bugs:

  • Migration fails for 0028_alter_sleep_options_remove_sleep_napping_sleep_nap if something in "set_sleep_nap_values" is None #644
  • Events less than 1 minute old show incorrect "time ago" on dashboard #628
  • Fix dependency for hand-written migration 0028 #645 (MrApplejuice)

Closed issues:

  • Failed to save "Diaper change" #651
  • Failed to start when using Home Assistant add-on #646
  • Loading Baby Buddy in iframe #643
  • Make error more helpful when entering conflicting/bad data #542

Merged pull requests:

  • New PostgreSQL database requirement with BabyBuddy 1.16.0 / Django 4.2 #654 (ldrouard)
babybuddy - v2.0.0-beta1

Published by cdubz over 1 year ago

Full Changelog

Implemented enhancements:

  • Move nap start min and max environment variables to site settings #639
  • Create method for managing application-level settings #637
  • Use browser native datetime handling #636
  • Delete (instead of deactivate) completed timers #109

Closed issues:

  • Remove USE_24_HOUR_TIME_FORMAT option (rely on datetime-local form fields) #638
  • Upgrade to Bootstrap 5 #635
  • Remove TIME_ZONE environment variable configuration #301

Merged pull requests:

babybuddy - v1.16.0

Published by cdubz over 1 year ago

Full Changelog

Implemented enhancements:

  • PROXY_HEADER - Documentation update #608
  • Feature Request: Store Baby's Schedule/Routine #362
  • Add id to filter fields for children-api endpoint #625 (MrApplejuice)

Fixed bugs:

  • Birth date when adding time does not format correctly #631

Closed issues:

  • DOC : new value to SECURE_PROXY_SSL_HEADER #632
  • new feature : add wash the baby activity #630
  • Hide unused fields from dashboard #622
  • Feature Request - Potty Training #620
  • Unable to install Baby Buddy in Home Assistant via Add-Ons #618
  • Notifications filling each screen even when navigating to another screen #616
babybuddy - v1.15.1

Published by cdubz over 1 year ago

Full Changelog

Fixed bugs:

  • Changing display up till time brings up persistent 500 server error #613
  • Non-staff users get 403 error unless given superuser privileges #605
babybuddy - v1.15.0

Published by cdubz over 1 year ago

Implemented enhancements:

  • Additional Dashboard Tile - Pumping #601
  • Implement ordering support in API #588
  • Implement user types in users management form #563
  • Improve user permissions structure #544
  • Indicate user locked state and allow unlocking from users admin #449
  • Add a last pumping dashboard card #604 (cdubz)
  • Indicate user locked state and allow unlocking from users admin #600 (cdubz)
  • Add DRF's OrderingFilter to list of default filter backends to implement ordering in the API #598 (btoconnor)
  • Implement user types in users management form #597 (cdubz)

Fixed bugs:

  • Today's Feedings should be rounded #595
  • In Portuguese: events created from timers don't inherit times (start/end) #532
  • DateTime fields don't load the current values or fail to validate in some languages #498
  • Unit tests fail on fresh dev install on Ubuntu #483
  • Use Django's floatformat on today's feeding total #596 (btoconnor)

Closed issues:

  • Can't add event in the future #579