Changelog History
Page 3
-
v1.8.0-beta Changes
July 10, 2021 -
v1.7.0 Changes
July 08, 2021Implemented enhancements:
- 🔒 Potential security issue #226
🛠 Fixed bugs:
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:
- ➕ Add
libpq-dev
to instructions #242 (lutzky) - 🐳 Make docker-compose examples unicorn-appropriate #228 (lutzky)
- Replace Travis with GitHub Actions #216 (cdubz)
- Timeline: Add edit links #246 (lutzky)
- 📚 Update deployment documentation #245 (cdubz)
- Clarify "no events" on timeline #244 (lutzky)
- Timeline: Show diaper change details #243 (lutzky)
- ⏪ Reverted tempus dominus to the previous version to fix an issue with marking fields as read only #241 (ntrecina)
- 👉 Show feeding amount on timeline #240 (lutzky)
- 👉 Show absolute last times in dashboard #239 (lutzky)
- ⚡️ Update dutch translation #225 (svenvdmeer)
- Feedings #223 (jcgoette)
- ⚡️ update post: sections #221 (jcgoette)
- 🔄 change ADD to COPY #220 (jcgoette)
- Dashboard: Hide old data #215 (BenjaminHae)
-
v1.6.0 Changes
May 14, 2021🛠 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:
- ➕ add option for hiding empty dashboard cards (3) #213 (BenjaminHae)
- 🛠 Fixes another issue with translation (de) #212 (BenjaminHae)
- 🛠 fix translation format strings #209 (BenjaminHae)
- 🛠 fixes translation (de) #210 (BenjaminHae)
- child slugs: Require non-blank, preserve unicode letters #206 (cben)
- ➕ Add solid food option to feeding types #201 (0x4161726f6e)
-
v1.5.1 Changes
February 25, 2021 -
v1.5.0 Changes
January 06, 2021Implemented 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, 2020Implemented enhancements:
- Using 24H format for time #148
- [Feature Request] API Endpoints to end timers and associate that timer with a task #131
🛠 Fixed bugs:
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...
-
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.
-
v1.3.2 Changes
February 07, 2020