v2.2.0
Manual Notes
Features:
- Manual Glucose Entry Display:
- Now, manual blood glucose values entered in Loop or Apple Health are available in LoopFollow.
- We've also fixed a bug where mmol/L manual BG checks from Nightscout weren't displaying correctly.
- URL Sanitization and Validation:
- We've enhanced the user experience by ensuring that URL input is sanitized—any characters not allowed in a URL are automatically removed.
- Speech Output Improvements:
- We've improved the clarity of speech outputs by replacing commas (when used as decimal separators) with periods.
- This makes spoken content easier to understand.
Behind the scenes:
- Support for continued Browser Build with required changes from Apple and GitHub
- We've updated the Gemfile.lock and bumped Fastlane to 2.220.0
What's Changed
- Implement Display of Manual BG Values and Standardize Unit Conversion by @bjorkert in #288
- Sanitize and validate URL input to remove unwanted characters. by @bjorkert in #286
- Replace commas with periods in speech output by @bjorkert in #287
- Update Gemfile.lock to bump Fastlane to 2.220.0 by @marionbarker in #289
Full Changelog: v2.1.9...v2.2.0