You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/version/releases.md
+22-7
Original file line number
Diff line number
Diff line change
@@ -25,16 +25,30 @@ Releases from `Loop 3.4.4` and older are reported at [*GitHub* _<span trans
25
25
26
26
### Loop v3.6.0
27
27
28
-
*Loop* v3.6.0 was released on 22 April 2025.
28
+
*Loop* v3.6.0 was released on TBD April 2025.
29
29
30
30
*[Link to release notes for Loop 3.6.0](https://github.com/LoopKit/LoopWorkspace/releases/tag/v3.6.0){: target="_blank" }
31
-
* This is the first release where the release notes are at the LoopWorkspace repository
32
31
33
-
#### Add Automatic Certificate Generation and Renewal
32
+
#### 3.6.0 Highlights
33
+
34
+
* Add Automatic Certificate Generation and Renewal
35
+
* Implement updates to minimize Dexcom G7 outages that were reported over the last few months, possibly related to iOS 18 changes
36
+
* Modify the bolus after meals button to explicitly say `Save Carbs & Deliver`
37
+
* Updates to Omnipod Eros and DASH repositories: some bug fixes, some improved responses
38
+
* Fix a few bugs
39
+
* Fixed: Stale value of the total bolus in the Bolus Progress Display in HUD - UI Bug only
40
+
* Fixed: Glucose change graph 'predicted' effects are inconsistent at different times or between orientations
41
+
* Fixed: Dexcom G7 calibration flags were not decoded correctly and some backfill messages could be left over from a previous sensor and provide erroneous date data
42
+
* Fixed: The Algorithm Experiments screen could show stale selections - UI Bug only
43
+
* Not Fixed: The Basal Rate section of the Therapy Settings screen does not update until you exit the screen and then return (this will be addressed in a future update) - UI Bug only, and only seen on some phone hardware (like SE phones) with iOS 18
44
+
45
+
#### 3.6.0 Details
46
+
47
+
##### Add Automatic Certificate Generation and Renewal
34
48
35
49
Automatic certificate generation and renewal requires a `Variable` be added to your organization or your repository. Please see these instructions: [Add Variable](../browser/prepare-fork.md#add-variable){: target="_blank" }
36
50
37
-
#### Maintenance Updates
51
+
#####Maintenance Updates
38
52
39
53
These maintenance changes do not affect the functioning of the *Loop* app but do enable continued build with current iOS, Xcode and macOS versions, as well as continued operation of the GitHub Actions (Browser Build) capability.
40
54
@@ -43,15 +57,15 @@ These maintenance changes do not affect the functioning of the *Loop* app but do
43
57
* LoopWorkspace PR 243: Update GitHub action files to use fastlane 2.227.1 and Xcode 16.3
44
58
* LoopWorkspace PR 248: Enable GitHub build to continue working after the keepalive-workflow repository was disabled by *GitHub*
45
59
46
-
#### Feature Updates
60
+
#####Feature Updates
47
61
48
62
These are changes in response to feature requests (`Loop Issues`) that were implemented in the noted submodule. The LoopWorkspace respository was subsequently updated to include the feature.
|[2168](https://github.com/LoopKit/Loop/issues/2168){: target="_blank" } | Loop |[2300](https://github.com/LoopKit/Loop/pull/2300){: target="_blank" } | Request for message change helpful for little loopers with multiple caregivers; avoid double carbohydrate entry | Change button label to `Save Carbs & Deliver`|
53
67
54
-
#### Bug Fixes
68
+
#####Bug Fixes
55
69
56
70
These are fixes in response to specific bug reports (`Loop Issues`) that were implemented in the noted submodule. The LoopWorkspace respository was subsequently updated to include the bug fix.
57
71
@@ -61,8 +75,9 @@ These are fixes in response to specific bug reports (`Loop Issues`) that were im
61
75
|[2196](https://github.com/LoopKit/Loop/issues/2196){: target="_blank" } | Loop |[2295](https://github.com/LoopKit/Loop/pull/2295){: target="_blank" } | Bolus progress can display a stale total delivery value (UI bug only) |
|[2291](https://github.com/LoopKit/Loop/issues/2291){: target="_blank" } | G7SensorKit |[35](https://github.com/LoopKit/G7SensorKit/pull/35){: target="_blank" } | Backfill from G7 Created Bad Data |
Updates were made to the Omnipod pump submodules: OmniBLE and OmniKit. Unless otherwise noted, the following functional updates were made to both submodules with the PR numbers included in parentheses:
0 commit comments