Release 2.2.3
New Features
- Add Fat and Protein from Watch app.
- Add meal notes (Food Type). Upload foodType to Nightscout.
- List all 3 upload toggles to Nightscout in Nightscout Config View instead (Feature request #140).
- Add setting to Autotune which allows for autotuning of only basal rates
- Add dynamic ratio and dynamic ISF to the insulin sensitivity config view
Bug fixes
- Typo in logs
- glucose conversion bug (issue 141) fix by @eugene Bashmakov
- Fix Fetching carbs from NS and prepare for fetching fat and protein from Nightscout.
- Fix minus button for nutrients in Watch app. Now easier to tap. Scale down text when necessary.
- Display current oref0 threshold when bolus alert about dropping below threshold.
- Prevent displaying button shape for bottom panel buttons
- Fix for Remote NS Announcements (bolus, open loop etc), by @daniela C. Sort by timestamp before fetching to make sure that always the last announcement is fetched.
- Typo in stat view laying TIR chart.
Miscellaneous
- Change back to TDD in enacted pop-up
- TIR. Display value even when 0 % (<3.3, 3.9-7-8, > 11), by request
- Enable Apple Health integration footer update, by @MikePlante
- Logging of COBpredBG
- Display units in statistics.json and
fix for issue nr 156: #156 - Allow carb ratios as low as 1 g/U, by request
- ISSUE-161 | Rename title Target Ranges to Target Glucose by @eugene Bashmakov
- Avoid rounding twice
- Use same sequence of nutrients as the Phone app.
- Crowdin updates and new localizations.
- Fix for issue157 #157
When there is a red bolus warning use the old bolus recommendation for Watch app. To avoid displaying alerts on watch app and to avoid overdose insulin when using iAPS watch app. - Raise max COBpredBG from 401 mg/dl to 1500 mg/dl. Test. This will indirectly also raise the max Eventual Glucose to 1500 mg/dl.
- Upload euglycemic range to optional statistics.json (70-140). Reduced code (made it more similar to the functions used in StatView).