Skip to content

Commit 0e8bca7

Browse files
committed
minor tweaks
1 parent 96ffa55 commit 0e8bca7

File tree

2 files changed

+22
-13
lines changed

2 files changed

+22
-13
lines changed

docs/build/build-dev-mac.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
## `BuildLoopDev` Script
1313

14-
> With the modification of how the `dev` branch is handled starting with v3.7.x, the build scripts will be updated. In the interim, choose the tip of dev when using the existing scripts. The concept of the lightly tested commit is not longer valid and the SHA is not being updated.
14+
> With the modification of how the `dev` branch is handled starting with v3.7.x, the build scripts will be updated. In the interim, choose the tip of dev when using the existing scripts. The concept of the lightly tested commit is no longer needed and the SHA is not being updated.
1515
1616
There is a script to assist in building the `dev branch`. It gives you the option to choose the tip of the `dev branch` or to build a lightly tested commit. If you have not used the [Build Select Script](../build/build-app.md#build-select-script) to build Loop previously, you may want to review that page. The command below can be pasted into the terminal of your Mac. Read the directions in the script.
1717

@@ -47,6 +47,12 @@ You may prefer to use commands to fetch and pull the latest code without making
4747

4848
Starting with v3.7.x, the version of code that shows up under the Loop Settings screen increments with each formal change to the `dev` branch using the pull request process. That increment might be an update to match a hotfix to `main` or might be from a new feature brought just into the `dev` branch.
4949

50-
If you need help with your app, the mentors need to know you are running a `dev` branch and the specific version that shows on your settings screen. For more information about version numbers:
50+
If you need help with your app, the mentors need to know you are running a `dev` branch and the specific version that shows on your settings screen.
51+
52+
For a summary of features added to the `dev` branch by version number:
53+
54+
* [Updates in `dev`](../version/development.md#updates-in-dev){: target="_blank" }
55+
56+
For more information about version numbers:
5157

5258
* [`Loop` Version Numbering](../version/releases.md#loop-version-numbering){: target="_blank" }

docs/version/development.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,23 @@ Please read this entire page before using any version of *Loop* other than the r
1313
## Updates in `dev`
1414

1515
This section provides an overview of changes to `dev` compared to `Loop 3.6.x`.
16+
17+
Please check this channel in zulipchat 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.
1618

1719
The following features are found only in dev at this time. Any updates added to `main` were also added to `dev`.
1820

19-
* v3.7.5
20-
* Added support for Dana-i and DanaRS-v3 pump models
21-
* v3.7.6
22-
* Updated some localization (strings translated to different languages)
23-
* Added scripts to make localization more streamlined
24-
* Cleaned up some code
25-
* Fixed a bolus problem with iOS 26
26-
* Discarded some unneeded files
27-
* Updated to Xcode 16.4 for browser build and CircleCI quality testing
28-
29-
Please check this channel in zulipchat 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.
21+
### v3.7.5
22+
23+
* Added support for Dana-i and DanaRS-v3 pump models
24+
25+
### v3.7.6
26+
27+
* Updated some localization (strings translated to different languages)
28+
* Added scripts to make localization more streamlined
29+
* Cleaned up some code
30+
* Fixed a bolus problem with iOS 26
31+
* Discarded some unneeded files
32+
* Updated to Xcode 16.4 for browser build and CircleCI quality testing
3033

3134
## Updates from 3.4 to 3.6
3235

0 commit comments

Comments
 (0)