Skip to content

v1.3.0

Compare
Choose a tag to compare
@cdubz cdubz released this 31 Jan 17:31
· 1109 commits to master since this release

❗ ❗ ❗

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

❗ ❗ ❗

Major updates

Minor updates

  • 387bc36: Fixed incorrect element ID for timer start field.
  • 87a38f4: Added close button to datetime picker widget.
  • a8abfb7 - 3a7c8c9: Added Diaper Change "amount" field.
  • 4c9a4fe: Improved contrast in datetime picker widget (#96)
  • b3fd537: Fixed missing user name in Timer info string

Development updates

  • 073bb37: Reorganized and added some basic documentation to Gulpfile.js
  • c9b9ad5: Added updatestatic gulp command (#102)
  • fd05659: Tweaked formatting of Travis CI config
  • 4a81e2c: Added the ability to set the development server IP address from gulp
  • 746526d: Added "trimmed" key to blocktrans tags and update formatting
  • 06dec22: Updated static files for new translations
  • f0fdbac: Updated Heroku Python version