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
+67-15Lines changed: 67 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,23 +14,45 @@ Please read this entire page before using any version of *Loop* other than the r
14
14
15
15
This section provides an overview of changes to `dev` compared to `Loop v3.10.0`.
16
16
17
-
A few days after v3.10.0 is released, a new version of dev that is identical to main except for version number will also be updated.
17
+
A few days after v3.10.0 was released, the dev branch was updated to be identical to main except for version number of 3.11.0. Work leading to the next update for `dev` is found in the `update_dev_to_3.11.1` branch.
18
18
19
19
Please check the [development channel in zulipchat](https://loop.zulipchat.com/#narrow/channel/144182-development) for notifications when an update to the `dev` branch is expected so you will be prepared. Do this **before** you install a `dev` build from TestFlight.
20
20
21
-
This section summarizes differences found in the`dev` branch compared to `main`. In addition, there are some feature branches.
21
+
### Branches
22
+
23
+
In addition to the main and dev branches, which are tightly controlled and only updated through a formal pull request and approval process, there are also some feature and update branches. These branches are subject to more frequent updates, so users testing these branches should follow along in zulipchat for information.
24
+
25
+
* The `update_dev_to_M.m.#` is where the next version of dev is tested before becoming part of `dev` and later being released as `main`
26
+
* The branches starting with `feat/` have one or more special features, like support for new pumps, CGM or the keep-alive work-around for Atlas DASH pods with by iPhone 16
27
+
28
+
The graphic below shows the `main` and `dev` branches along with some feature branches and an update branch.
29
+
30
+
> {width="750"}
31
+
{align="center"}
32
+
22
33
23
34
??? tip "Updates in Progress (Click to open/close)"
24
35
* Sometimes there is a work-in-progress branch, `update_dev_to_M.m.#` used to collect new items in preparation for the next `dev` branch. This allows people to test and comment on the updates before they land in the `dev` branch.
25
36
* There are also feature branches for items like new pumps and new CGMs:
26
37
* The feature branches typically spin off of `dev`, but if a `updates_dev_to_ . . .` branch is in work, it is merged into the feature branches as items get included
27
38
39
+
#### Table of Active Branches
40
+
41
+
The table below lists active branches. Note that updates may occur and be announced in zulipchat a day or two before updates propogate to *LoopDocs*.
| dev | 3.9.5<br>3.11.0 | 07 Jan 2026<br>TBD | same as main, except version number |
32
-
|[feat/pod-keep-alive](#feature-branch-pod-keep-alive-feature)<br>- SHA `52106b8`| 3.9.5 | 07 Jan 2026| - uses the OmniBLE pod-keep-alive branch to support users of iPhone 16 phones with InPlay BLE (-Atlas) DASH pods<br> - SHA for OmniBLE is `61e3ef9`<br>**Please read [Feature Branch: Pod Keep Alive Feature](#feature-branch-pod-keep-alive-feature)**|
33
-
|[feat/dev-dana-medtrum](#feature-branch-medtrum-and-dana-support) <br>- SHA `ca0463d`| 3.9.5 | 08 Jan 2026 | - adds experimental support for Dana and Medtrum pumps<br>- this branch is ready for expert testers to evaluate and report back<br> - SHA for DanaKit is `bad8fad`<br> - SHA for MedtrumKit is ` 0905638`|
46
+
| dev | 3.11.0 | 11 Jan 2026 | same as main, except version number |
47
+
|[update_dev_to_3.11.1](#update-to-dev-3111)| 3.11.1 | 02 Feb 2026 | collect updates for the next version of dev <br>Details are in [PR 408](https://github.com/LoopKit/LoopWorkspace/pull/408)|
48
+
|[feat/pod-keep-alive](#feature-branch-pod-keep-alive-feature)<br>- SHA `783d390`| 3.11.1 | 02 Feb 2026| - uses the OmniBLE pod-keep-alive branch to support users of iPhone 16 phones with InPlay BLE (-Atlas) DASH pods<br> - SHA for OmniBLE is `9992773`<br>**Please read [Feature Branch: Pod Keep Alive Feature](#feature-branch-pod-keep-alive-feature)**|
49
+
|[feat/dev-dana-medtrum](#feature-branch-medtrum-and-dana-support) <br>- SHA `0282e18`| 3.11.1 | 02 Feb 2026 | - adds experimental support for Dana and Medtrum pumps<br>- this branch is ready for expert testers to evaluate and report back<br> - SHA for DanaKit is `dbe63ae`<br> - SHA for MedtrumKit is `f21d808`|
50
+
|[feat/eversense](#feature-branch-eversense-support) <br>- SHA `41d63dd`| 3.11.0 | 24 Jan 2026 | - adds experimental support for Eversense (includes Dana and Medtrum pumps support too)<br>- this branch is ready for expert testers to evaluate and report back<br> - SHA for Eversense is `a478d8f`|
51
+
52
+
!!! important "Eversense Support"
53
+
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.
54
+
55
+
The branch which support Evensense E3 and E365 CGM is simply called `feat/eversense`.
34
56
35
57
??? question "What is SHA? (Click to Open/Close)"
36
58
SHA-1 means Secure Hash Algorithm 1. This is used to generate an alphanumeric code to identify which version of a repository is used.
@@ -63,18 +85,27 @@ For Mac Xcode build, the lines you need to copy and paste into a Terminal window
63
85
- feat/dev-dana-medtrum
64
86
```
65
87
88
+
```{ title="Download and build the feat/eversense branch" }
Please see [`Loop` Version Numbering](releases.md#loop-version-numbering) for the current method for version numbering for the `main` and `dev` branches.
69
97
70
-
The idea of having a feature branch is not new for the *Loop* app but hasn't been used for a few years. At this point, we have two feature branches.
98
+
The idea of having a feature branch is not new for the *Loop* app but hasn't been used for a few years. At this point, we have several feature branches.
71
99
72
-
Moving forward, the version number in the feature branch will match the `dev` branch version number, or in some cases, a work-in-progress update to the `dev` branch which uses the naming convention `update_dev_to_M.m.#`.
100
+
The version number in the feature branch will match either the `dev` branch version number or a work-in-progress update to the `dev` branch which uses the naming convention `update_dev_to_M.m.#`.
73
101
74
102
* In other words, the feature branch is up to date with other changes to `dev` or `update_dev_to_M.m.#` with the added support for the specific feature
75
103
* Each feature has an associated repository that contains the feature
76
104
* When updates to the feature are added, the SHA for the feature branch and the SHA for the submodule(s) which support that feature will be reported in the table above and can be found by examining the LoopWorkspace repository for that feature branch
77
105
106
+
### Update to dev 3.11.1
107
+
108
+
Details are in [PR 408](https://github.com/LoopKit/LoopWorkspace/pull/408).
78
109
79
110
### Feature Branch: Pod Keep Alive Feature
80
111
@@ -158,6 +189,33 @@ While RileyLink is selected, the app is triggered by the RileyLink one minute he
158
189
* Mac-Xcode: type `git pull --recurse` to update an existing clone or download a fresh copy
159
190
* Browser Build, the Build Loop action, with the `feat/dev-dana-medtrum` branch selected should automatically sync your fork for you
160
191
192
+
193
+
### Feature Branch: Eversense Support
194
+
195
+
There is a new feature branch available, `feat/eversense` which supports the Eversense E365 and E3 transmitters. In addition to Eversense support, this branch also has the same pump support as the `feat/dev-dana-medtrum` branch.
196
+
197
+
For anyone who tests this branch with Eversense, if there are issues with your use of Loop with Eversense please report in this [zulipchat channel](https://loop.zulipchat.com/#narrow/channel/144182-development/topic/Eversense.20CGM/with/569969251).
198
+
199
+
Be sure to include:
200
+
201
+
* a description of your issue
202
+
* your phone model and iOS version
203
+
* your build method:
204
+
* Browser Build
205
+
* Mac-Xcode and include Xcode version
206
+
* which version of code you are running (branch name and SHA)
207
+
* share your Eversense logs (at bottom of the Loop Eversense screen)
208
+
209
+
If you prefer to create an issue directly at the Eversense repo, create it here:
> * This was tested using an E365 transmitter attached to a small vial containing a sensor in glucose solution
216
+
> * This enabled testing the Eversense behavior with Loop on a test phone
217
+
> * No testing with the E3 (3-month, 90-day) sensor has been performed
218
+
161
219
## Older updates
162
220
163
221
### Updates from v3.8 to v3.10
@@ -247,13 +305,7 @@ The information in this video is still generally useful with the last half focus
247
305
248
306
When you build *Loop*, you actually start with LoopWorkspace which points to all the other repositories needed for a complete *Loop* app.
249
307
250
-
> Note - this graphic is outdated - you download the *LoopWorkspace* repository and use the workspace to get the right version of the *Loop* repository and the other necessary code.
251
-
252
-
253
-
{width="650"}
254
-
{align="center"}
255
-
256
-
Anyways...so now you know about the general structure of *Loop* and *LoopKit* in *GitHub*. Now we can discuss *Loop* itself a little deeper.
308
+
### *Loop* as a Cookbook
257
309
258
310
So let's imagine *Loop* as a cookbook. The developers are the authors/chefs of the recipes (code) in the cookbook. The authors spend countless hours testing new recipes, taste testing, and documenting improvements. They send the drafts to the editor, who makes suggestions and eventually, the cookbook is finalized. There are no grammar issues, and no typos, the photos are beautiful and the recipes are yummy. They publish the book and you see a gorgeous final product on the shelves. That is called a release​, and it is the `main` branch. This book has been well-tested and is super stable. Every time you cook with those recipes, you know exactly what you're getting and lots of people have had a chance before you to make sure that it all tastes good. The `main` branch is stable and tested.
259
311
@@ -267,7 +319,7 @@ The `dev` branch is where the next version of *Loop* is being developed and test
267
319
268
320
If you choose to build *Loop* using a `dev` branch, you need to be aware that the `dev` branch may update code frequently and unannounced in the traditional sense that most users in the *Looped* group or *Instagram* would see. Developers are not helped by people being in a `dev` branch if those users mistakenly think of it as a stable `main` branch with lots of detailed docs to go with it. People should only use a `dev` branch build if they EDUCATE themselves on the expectations and how to properly manage `dev` information and updates. People using the `dev` branch should also have regular access to a computer to be able to rebuild quickly if a new bug/fix is identified.
269
321
270
-
If you choose to use a `dev` build, you can stay abreast of developments in a number of ways...but they will all require you to do some legwork and keep yourself informed. This is not a situation where you should expect a fancy *Loopdocs* page updated regularly with current "`dev` updates"...that's just not the way the `dev` branch works (at least normally).
322
+
If you choose to use a `dev` build, you can stay abreast of developments in a number of ways...but they will all require you to do some legwork and keep yourself informed. This is not a situation where you should expect a fancy *Loopdocs* page updated regularly with current "`dev` updates"...that's just not the way the `dev` branch works (at least normally). There is, however, an attempt to organize the current status of development in the [Updates in `dev`](#updates-in-dev) section.
0 commit comments