Skip to content

Commit 7558f39

Browse files
authored
Merge pull request #968 from marionbarker/working-docs
update versions and SHA for update_dev and feature branches
2 parents eb75a1d + b20ae18 commit 7558f39

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

docs/version/development.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,18 @@ Please check the [development channel in zulipchat](https://loop.zulipchat.com/#
1818

1919
With the `dev` branch, version 3.9.3, there are now differences between `dev` and `main`. In addition, there are some feature branches.
2020

21-
| <div style="width:140px"> branch | version # | comments |
22-
|:--|:--|:--|
23-
| main | 3.8.2 | release |
24-
| dev | 3.9.3 | Adds Live Activity, Browser Build improvement, translation and other updates <br>See [v3.9.3 `dev`](#v393-dev) |
25-
| [feat/pod-keep-alive](#feature-branch-pod-keep-alive-feature)<br>- SHA `e723867` | 3.9.3 | - uses the OmniBLE pod-keep-alive branch to support users of iPhone 16 phones with InPlay BLE (-Atlas) DASH pods; identical to dev v3.9.3 except as noted <br> - SHA for OmniBLE is `9f39f195`<br> - SHA for Loop updated to `e92405` to fix a linting problem (Mac-Xcode only)<br>**Please read [OmniBLE Keep-Alive](#omnible-keep-alive)** |
26-
| [feat/dev-dana-medtrum](#feature-branch-medtrum-and-dana-support) <br>- SHA `8247599`| 3.9.3 | - identical to dev v3.9.3, with addition of 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 `299331d4`<br> - SHA for MedtrumKit is `8172454a` |
27-
| release/3.8.1 | 3.8.1 | - copy of the main release at version 3.8.1 that included Dana support<br>- please build the feat/dev-dana-medtrum branch instead and test it<br>- this branch was a stop-gap measure to support people already using Dana with v3.8.1 who understood how to manage the issues with that version; it will be deleted soon<br> - SHA for DanaKit is `3e606b8` |
21+
* 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.
22+
* There are also feature branches for items like new pumps and new CGMs:
23+
* 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
24+
25+
| <div style="width:140px"> branch | version # | last updated | comments |
26+
|:--|:--|:--|:--|
27+
| main | 3.8.2 | 31 October 2025 | release |
28+
| dev | 3.9.3 | 22 November 2025 | Adds Live Activity, Browser Build improvement, translation and other updates <br>See [v3.9.3 `dev`](#v393-dev) |
29+
| update_dev_to_3.9.4 | 3.9.4 | 24 December 2025 | Work in progress for next dev branch<br>[Commits Page](https://github.com/LoopKit/LoopWorkspace/commits/update_dev_to_3.9.4/) |
30+
| [feat/pod-keep-alive](#feature-branch-pod-keep-alive-feature)<br>- SHA `9bc2bae` | 3.9.4 | 24 December 2025 | - 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 `e10964be`<br>**Please read [OmniBLE Keep-Alive](#omnible-keep-alive)** |
31+
| [feat/dev-dana-medtrum](#feature-branch-medtrum-and-dana-support) <br>- SHA `c775906`| 3.9.4 | 24 December 2025 | - 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 `92d2cd7`<br> - SHA for MedtrumKit is ` db71473` |
32+
| release/3.8.1 | 3.8.1 | will be removed soon | - copy of the main release at version 3.8.1 that included Dana support<br>- please build the feat/dev-dana-medtrum branch instead and test it<br>- this branch was a stop-gap measure to support people already using Dana with v3.8.1 who understood how to manage the issues with that version; it will be deleted soon<br> - SHA for DanaKit is `3e606b8` |
2833

2934
??? question "What is SHA? (Click to Open/Close)"
3035
SHA-1 means Secure Hash Algorithm 1. This is used to generate an alphanumeric code to identify which version of a repository is used.

0 commit comments

Comments
 (0)