Skip to content

Commit 41d7aab

Browse files
committed
update Loop version numbering section
1 parent 50d84be commit 41d7aab

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

docs/version/development.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,19 @@ For Mac Xcode build, the lines you need to copy and paste into a Terminal window
125125
- feat/dev-dana-medtrum
126126
```
127127

128+
### Version Number Plan
129+
130+
Please see [`Loop` Version Numbering](releases.md#loop-version-numbering) for the current method for version numbering for the `main` and `dev` branches.
131+
132+
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.
133+
134+
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.#`.
135+
136+
* 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
137+
* Each feature has an associated repository that contains the feature
138+
* 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
139+
140+
128141
### Feature Branch: Pod Keep Alive Feature
129142

130143
The experimental `pod-keep-alive` branch has a new "Pod Keep Alive" option at the bottom of the "Omnipod DASH" screen. This is intended to assist users who have both an [iPhone 16 and DASH pods with a InPlay BLE (Atlas) board](../faqs/omnipod-faqs.md#iphone-16-and-atlas-or-inplay-dash-pods){: target="_blank" }. No action is taken automatically unless both these cases are detected to be true.
@@ -195,19 +208,6 @@ While RileyLink is selected, the app is triggered by the RileyLink one minute he
195208
> If the phone moves out of RileyLink range, then the app is not triggered by the RileyLink heartbeat and the pod disconnects from BLE at the 3 minute cadence. With iPhone 16 it might take several seconds to minutes before the app reconnects to the pod once it is back in range. This can cause disruptions until the reconnect happens.
196209
197210

198-
### Version Number Plan
199-
200-
Please see [`Loop` Version Numbering](releases.md#loop-version-numbering) for the current method for version numbering for the `main` and `dev` branches.
201-
202-
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.
203-
204-
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.#`.
205-
206-
* 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
207-
* Each feature has an associated repository that contains the feature
208-
* 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
209-
210-
211211
### Feature Branch: Medtrum and Dana Support
212212

213213
**Updates are believed to have fixed the active insulin issues reported for both Dana and Medtrum, but this should be tested by experts to confirm pumps are working well with Loop.**

docs/version/releases.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,8 @@ For example:
545545
* `Loop v3.6.1`, `Loop v3.6.2`, `Loop v3.6.3` and `Loop v3.6.4` were updates without major changes to the features of `Loop v3.6`
546546
* `Loop v3.7.7` was the development version before `Loop v3.8.0` was released
547547
* `Loop v3.8.0` was the next minor release
548-
* `Loop v3.9.0` is the current development version, see [Updates in dev](development.md#updates-in-dev) for functional differences, if any, between `main` and `dev`
548+
* `Loop v3.8.1`, `Loop v3.8.2` were hotfixes to handle iOS 26 issues without major changes to the features of `Loop v3.8` with the important exception that DanaKit support was spun off to a feature branch with v3.8.2
549+
* `Loop v3.9.x` is the current development version, see [Updates in dev](development.md#updates-in-dev) for functional differences, if any, between `main` and `dev`
549550

550551
- - -
551552

0 commit comments

Comments
 (0)