Baby Buddy
Baby care tracker for sleep, feedings, diapers and more
Alternative to: huckleberry, baby connect, glow baby

v1.2.0
2018-11-06Breaking changes
- d943b54614066c1fda8dc755689faa245547abd3: Remove root static folder from .gitignore and add initial static files.
:exclamation::exclamation::exclamation:
Baby Buddy >= v1.2.0 includes compiled static assets in the root static folder. Before upgrading from older versions, that folder should be deleted if it exists in the app root.
:exclamation::exclamation::exclamation:
Minor updates
- 27c914228d9ec5ecc1dd39e6874c99364d1a63d9: Enable persistent data for Docker deployments (thanks, @djmwj and @alastaircoote!).
- 3413d7110c668257197a74eee690f330045a9fc0: Update to Gulp 4.x.
- 7382e74d782795324141d6f82a9fa448b84d758b: Use Bootstrap card columns for Child Dashboard.
- 4b7bb692180f5f9ef92e4e7fb662a3f5546e89fa: Add support for Django 2.1 and Django Filters 2.0.0.
Bug fixes
- b159433375714c67ac36e58d4323196222759f30: Add missing migration from 096092b.
- 131bec769809a0e7ef50135b550386d391a60954: Modify app manifest to fix iOS link issue (thanks, @HorizonXP!)
- 77bf37df332d0be8509afe9fe2ffd8be220c44d7: Correct whitenoise root definition in base settings.