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/development.md
+3-9Lines changed: 3 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,9 +55,9 @@ The table below lists active branches. Note that updates may occur and be announ
55
55
|:--|:--|:--|:--|
56
56
| main | 3.14.0 | 14 May 2026 | release |
57
57
| dev | 3.14.1 | 23 May 2026 | functionally the same as `main`<br>3.14.1: [PR 452](https://github.com/LoopKit/LoopWorkspace/pull/452#top) add alert about dev branch |
58
-
|[feat/dev-dana-medtrum](#feature-branch-dana-and-medtrum-support) <br>- SHA `638d351`| 3.14.0|14 May 2026 | - adds support for Dana and Medtrum pumps<br> - SHA for DanaKit is `c544c42`<br> - SHA for MedtrumKit is `6060747`<br>**Medtrum User Interface Redesigned** to be more like the Omnipod User Interac.<br>Several fixes added for MedtrumKit, not yet in DanaKit |
59
-
|[feat/eversense](#feature-branch-eversense-support) <br>- SHA `059caf5`| 3.14.0|15 May 2026 | - adds experimental support for Eversense (includes Dana and Medtrum pumps support - same SHA as above)<br>- this branch is ready for use to evaluate and report back<br> - SHA for Eversense is `fe322a6`|
60
-
|[feat/omnipodkit](#feature-branch-omnipodkit-pump-manager)<br>- SHA `553bf36`| 3.14.0|15 May 2026| The new OmnipodKit pump manager, controls all Types of pods. Initially only the Eros and DASH pod types are available for feature branch testers<br> - SHA for OmnipodKit is `9bf676e`<br>**Please read [Feature Branch: OmnipodKit Pump Manager](#feature-branch-omnipodkit-pump-manager)**|
58
+
|[feat/dev-dana-medtrum](#feature-branch-dana-and-medtrum-support) <br>- SHA `e0331eb`| 3.14.1|26 May 2026 | - adds support for Dana and Medtrum pumps<br> - SHA `DanaKit @ c544c42`<br> - SHA `MedtrumKit @ 6060747`<br>**Medtrum User Interface Redesigned** to be more like the Omnipod User Interac.<br>Several fixes added for MedtrumKit, not yet in DanaKit |
59
+
|[feat/eversense](#feature-branch-eversense-support) <br>- SHA `e909b2e`| 3.14.1|26 May 2026 | - adds experimental support for Eversense (includes Dana and Medtrum pumps support - same SHA as above)<br>- this branch is ready for use to evaluate and report back<br> - SHA `EversenseKit @ 43b8080`|
60
+
|[feat/omnipodkit](#feature-branch-omnipodkit-pump-manager)<br>- SHA `a625519`| 3.14.1|01 June 2026| The new OmnipodKit pump manager, controls all Types of pods. Initially only the Eros and DASH pod types are available for feature branch testers<br> - SHA `OmnipodKit @ c04c4d4`<br>**Please read [Feature Branch: OmnipodKit Pump Manager](#feature-branch-omnipodkit-pump-manager)**|
61
61
62
62
!!! important "Eversense Support"
63
63
The Eversense CGM is now supported by the *Loop* app in a feature branch. To simplify maintenance, the branch which supports Eversense also supports the two new pumps: Dana and Medtrum.
@@ -126,9 +126,6 @@ This pump manager comes with improved user interface and user experience for Omn
126
126
* Some layout adjustments
127
127
* Some new labels
128
128
* Some reworked sub-menus with added information or features
129
-
* WARNINGS
130
-
- no translations added yet so English only for the initial roll-out
131
-
- no pod-keep-alive function added yet
132
129
133
130
The next time you change a pod, delete the pump manager you are using and add a new pump. See [Change Pump Type](loop-3/add-pump.md#change-pump-type){: target="_blank" } for detailed instructions.
134
131
@@ -139,9 +136,6 @@ The next time you change a pod, delete the pump manager you are using and add a
139
136
140
137
The underyling control code should be the same, but we want more people testing it to ensure this works as well as the older pod managers. The developers have been using it on themselves before making this publicly available.
141
138
142
-
!!! warning "Do not use with iPhone 16 or 17e and Atlas pods"
143
-
The new OmnipodKit does not have the pod-keep-alive feature incorporated. For now, if you use an iPhone 16 (any model) or iPhone 17e and have Atlas pods (the newer version for DASH pods), stick with the old Omnipod DASH selection.
144
-
145
139
!!! question "Why OmnipodKit?"
146
140
When the initial work to add DASH to the supported pumps was started in 2021, a completely separate pump submodule was created distinct from the Classic (Eros) pump submodule. In other words, OmniBLE handled DASH and OmniKit handled Eros.
0 commit comments