Baby Buddy v1.4.0 Release Notes

Release Date: 2020-02-19 // about 4 years ago
  • ๐Ÿฑ โ—โ—โ—

    ๐Ÿš€ 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

    ๐Ÿฑ โ—โ—โ—

    โšก๏ธ Major updates

    • ๐Ÿ”ง 93207d8 - 785b87f: Added per-user timezone configuration. The server TIME_ZONE setting will now be used only as a fallback default (#113).
    • cb17123 - a449de0: Included past three methods is Last Feeding Method card (#117) .
    • ๐Ÿ‘ 48a0093 - a751b0b: Added general "notes" support to most models (#89).
    • ๐Ÿ‘ 014b373 - 192d8d9: Added initial basic admin import/export support (#35).

    โšก๏ธ Minor updates

    • ๐Ÿ›  bcfa352: Fixed naps data calculation for reports.
    • ๐Ÿšš f0d763d: Removed deprecated Plot.ly graph generation code (#69).
    • 4d34a48: Standardized card language for "no data".
    • โšก๏ธ d0b33c2: Updated to use user first and last name, when available, in UI.
    • โšก๏ธ a2f145f: Updated all translation files and example French translations.