All Versions
42
Latest Version
Avg Release Cycle
26 days
Latest Release
164 days ago

Changelog History
Page 3

  • v1.8.0-beta Changes

    July 10, 2021

    Full Changelog

    Implemented enhancements:

    • 🚚 Dashboard: Move "Last Diaper Change" to near-top #230

    🔀 Merged pull requests:

    • 🚚 Move Time column to be first in list view #250 (lutzky)
    • 🚚 Dashboard: Move all "last" cards to top #248 (lutzky)
    • 👉 Show duration in timeline #247 (lutzky)
  • v1.7.0 Changes

    July 08, 2021

    Full Changelog

    Implemented enhancements:

    • 🔒 Potential security issue #226

    🛠 Fixed bugs:

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

    Closed issues:

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

    🔀 Merged pull requests:

  • v1.6.0 Changes

    May 14, 2021

    Full Changelog

    🛠 Fixed bugs:

    • 👍 unsupported format character in "duration_string" (i18n problem, german language) #208
    • 👉 Test test_user_settings_language fails in CI consistently but does not fail CI #203
    • Sleep Pattern Error #198

    Closed issues:

    • 🐳 Docker-compose settings being ignored #204

    🔀 Merged pull requests:

  • v1.5.1 Changes

    February 25, 2021

    Full Changelog

    🛠 Fixed bugs:

    • 🚀 Translations are inconsistent on Docker Deployment of v 1.5 #197

    Closed issues:

    • 👍 iFrame Support #184
    • Using Minio and an S3 endpoint via the AWS_S3_ENDPOINT_URL setting #183
    • 👌 Improve manual install documentation step 4 #194

    🔀 Merged pull requests:

  • v1.5.0 Changes

    January 06, 2021

    Full Changelog

    Implemented enhancements:

    • ➕ Add tracking for height #105
    • 🔋 Feature Request: Media Tracking #87
    • 🔋 Feature Request: Development Milestones #86
    • Postgres password concern #180
    • Store birthday as timestamp with time zone #167
    • ➕ Adding via Portainer #165
    • 👍 Allow to set/change the date/time of notes #151

    🛠 Fixed bugs:

    • Last Feeding - 0 Days #181
    • ✅ Travis running all tests with Python 3.8 #158
    • Unable to run gulp migrate locally as database path does not exist #156

    Closed issues:

    • Recommend Backup Solution #164
    • Integration with HA #163
    • Start page showing "Welcome to nginx!" #157
    • pre-filled date/time #91
    • 👉 Use of datetime.date.fromisoformat breaks Python 3.6 compatability #170
    • 🌐 POEditor translations not reflected in codebase #168
    • 🔨 Refactor Sleep pattern graph to not need pandas/numpy #116

    🔀 Merged pull requests:

    • 👍 Allow for custom PostgreSQL Deployments #182 (Zutart)
    • ⚡️ Updates to docker compose files for Portainer compatibility #179 (phidauex)
    • 🔨 Refactor to remove pandas dependency #177 (cdubz)
    • ⚡️ Update README.md #175 (jcgoette)
    • 👷 Use correct Python versions in Travis CI #169 (cdubz)
    • German spelling corrections #160 (dettmering)
    • 🛠 Fixed duplicate data/form-submit from double click #173 (ABOTlegacy)
    • ➕ Add Finnish language #152 (haiksu)
  • v1.4.1 Changes

    July 27, 2020

    Full Changelog

    Implemented enhancements:

    • Using 24H format for time #148
    • [Feature Request] API Endpoints to end timers and associate that timer with a task #131

    🛠 Fixed bugs:

    • 🚀 Deploy to Heroku Fails on Boto #146
    • "Today's Naps" card no longer has data #136

    Closed issues:

    • 🐳 docker-compose example needs rework #141
    • server error 500 after initial login #140
    • 🔋 Feature request: Allow hiding the "Last Feeding Method" card #139
    • 🐳 Docker data problems #129
    • 👍 Allow activity without ending datetime, to be filled in later #92
    • ➕ Add importable API examples JSON file #147
    • 🐳 Docker instance using Sqlite #145
    • Set user automatically on Timer via API #134
    • ⏱ Extend session timeout #130
    • Auto select "bottle" method with "formula" type #127
    • ➕ Add PATCH support to API #126

    🔀 Merged pull requests:

    • ➕ Add support for 24 hour time override (#148) #150 (cdubz)
    • ➕ Add a "Today's Feeding" card #149 (JeanFred)
    • Ensure date passed to nap filter is localtime. #144 (phardy)
    • ⚡️ Periodic session expiry update to prevent timeouts #143 (phardy)
    • Auto select "bottle" method for formula and fortified milk types #138 (phardy)
    • ➕ add enhanced feedings statistics #135 (BenjaminHae)
    • ⚡️ [WIP] Update serializers to accept a "timer" argument #133 (cdubz)
    • ➕ Add API PATCH and DELETE methods #132 (cdubz)
    • 🐳 Rework docker example #142 (MaximilianKindshofer)
  • v1.4.0 Changes

    February 19, 2020

    🍱 ❗❗❗

    🚀 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 Changes

    February 09, 2020

    🐳 ❗❗❗ 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 Changes

    February 08, 2020

    🚀 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 Changes

    February 07, 2020

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