Skip to content

Releases: babybuddy/babybuddy

v1.7.0

08 Jul 03:41
Compare
Choose a tag to compare

⚠️ 🚨 Docker users: This will be the final release published to babybuddy/babybuddy on Docker Hub. Please use the LSIO image linuxserver/docker-babybuddy instead. 🚨 ⚠️

Full Changelog

Implemented enhancements:

  • Potential security issue #226
  • Feature/UI Request: Only require a single time for feedings #192

Fixed bugs:

  • pipenv install fails because of psycopg2 #238
  • Disable autocomplete for date and time fields #224

Closed issues:

  • WORKER TIMEOUT on Docker 20.x #227
  • iOS Shortcut: "Authentication credentials were not provided" #222
  • Heroku approaching row limit #219
  • Move from Travis CI to GitHub Actions or something else #214
  • Child slug may become empty #205
  • Unable to run on docker ARM64 #199

Merged pull requests:

v1.6.0

14 May 03:50
Compare
Choose a tag to compare

New Features

Improvements

  • e27f7b7: Use new Django timesince feature for Child age (removing ugly monkey patching).
  • f4b9053: Add solid food option to feeding types (thanks, @0x4161726f6e!).
  • 29ef9f4: Add support for unicode characters in child slugs (thanks, @cben!).

Bug fixes

v1.5.1

25 Feb 14:29
Compare
Choose a tag to compare

Improvements

Bug fixes

v1.5.0

06 Jan 05:27
Compare
Choose a tag to compare

New features

Improvements

Bug fixes

  • 9fb4987: Fix Python versions in automated tests.
  • b009a0b: Fixed bug causing incorrect ("0 days") time since data on dashboards.

v1.4.1

27 Jul 03:48
dda1cd4
Compare
Choose a tag to compare

Major updates

Minor updates

v1.4.0

19 Feb 17:33
Compare
Choose a tag to compare

❗❗❗

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.

v1.3.4

09 Feb 04:42
Compare
Choose a tag to compare

❗❗❗ ATTENTION DOCKER USERS ❗❗❗

Beginning with v1.3.4, Baby Buddy is now published to a new Docker Hub repo (babybuddy/babybuddy). v1.3.4 will be the last version published to the old repo (cdubzzz/babybuddy). Users of Docker Compose should be able to change the services:app:image setting to the new repo. E.g. --

docker-compose down
<<< change "cdubzzz/babybuddy" to "babybuddy/babybuddy" in `docker-compose.yml` >>>
docker-compose up -d
docker-compose exec app python manage.py migrate
docker-compose exec app python manage.py createcachetable

❗❗❗ ATTENTION DOCKER USERS ❗❗❗

This release should resolve any issues with static assets from v1.3.1 and v1.3.2. Hopefully the last release for a while... :goberserk:

v1.3.3

08 Feb 23:27
Compare
Choose a tag to compare

This release fixes an issue introduced by 3eb0e33 that caused an exception when adding a feeding entry for a child with no previous feeding entries. :rage4:

v1.3.2

07 Feb 20:32
Compare
Choose a tag to compare

This release only includes 89efe90, which adds static assets missed in v1.3.1 for the new pull to refresh feature (#107) :rage4:

v1.3.1

07 Feb 20:17
Compare
Choose a tag to compare

Major updates

Minor updates

  • 005a4f1: Corrected timer urls to use plural form.
  • 6333b0b: Move add button to header in list views.
  • 703782b: Use provided end in Timer.stop() (#111)
  • 5b24ff2: Move environment variables to example Docker Compose file (#110)
  • 8e5364d: Ensure that empty environment values get defaults
  • c0db245: Do not enforce two columns in dashboard