Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 4.6.0 #764

Merged
merged 3 commits into from
Jul 8, 2024
Merged

Release 4.6.0 #764

merged 3 commits into from
Jul 8, 2024

Conversation

Jon-b-m
Copy link
Member

@Jon-b-m Jon-b-m commented Jul 5, 2024

UI finishes

  1. Resolves issues with not displaying rounding corners of the TIR and Loop BarMark Charts. These charts are now looking prettier.
  2. Remove the history button (less crowded now), as this is no longer needed in current UI/UX implementation. You can access the history by tapping the main Chart, as before.
  3. Increase the Apple symbol image size.

New UI updates

  1. New Mini glucose chart added to the Home View. Displayed when scrolling down to always see both the status header View and the glucose past 24 hours.

img_3_1720469231268

  1. Total insulin since start of day now displayed in pump history data table, together with the previous Total insulin 24 hours (or the hours existing with pump data).

image

New features

  1. Read the current active profile (override) preset name in middleware.
  2. Added a post Ore0 layer and integrated it into the middleware function, making it possible to enact a basal rate from middleware. 1 and 2 can of course be combined in middleware, enacting a basal rate when using a certain preset.

To enable basal rate in middleware: profile.set_basal = true
To enact the basal rate (only if set to true) to 2U/h: profile.set_basal = 2

This will override the Oref0 suggestion and enact a new Basal rate. Use cases are numerous, but requested for use when doing prolonged exercises.

image

  1. Add carbs, fat and protein using the iAPS meal presets with iOS shortcuts. For instance: When waking up enable a morning profile override and add two coffees and a breakfast to iAPS.

Resolved issues

  1. Out of bonds issue (found with iOS 18 simulator with Xcode beta2).

Miscellaneous

  1. Add methods for using some iOS 17 - required functions in Swift.

Translations
New translations from the Crowdin translators:
Micheline Tasseron, Hung Nguyen Phuteleco and David de Tommasi

@smilodonis
Copy link

Thank you for the great features added in this version.

@Jon-b-m
Copy link
Member Author

Jon-b-m commented Jul 5, 2024

Added localisations for meal presets and put back some missing in Xcode settings

@Jon-b-m Jon-b-m merged commit d069246 into main Jul 8, 2024
@Jon-b-m Jon-b-m deleted the 4.6.0 branch August 1, 2024 17:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants