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/browser/bb-update.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -318,7 +318,7 @@ Refer to graphic below as you follow the steps to build the *Loop* app.
318
318
319
319
#### What if the Build Fails
320
320
321
-
If a new release is announced at [Current Release](../version/releases.md#current-release), look to see if there are instructions about extra steps required with the release. ([Updating from 3.2.3 to 3.4.1](#update-from-32x-to-34) requires extra steps described above.)
321
+
If a new release is announced at [Current Release](../version/releases.md#current-release), look to see if there are instructions about extra steps required with the release. ([Updating from 3.2.3 to 3.4.x](#update-from-32x-to-34) requires extra steps described above.)
322
322
323
323
If you are using the dev branch, the update steps are the same, but review information on this page: [Build Loop dev with Browser](build-dev-browser.md){: target="_blank" }.
Copy file name to clipboardExpand all lines: docs/build/computer.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ When this page was last updated, macOS 14.6 and Xcode 15.4 were tested to succes
48
48
49
49
> Until a fix is applied, building with macOS 14.6 (or 15.0) using Xcode 16 builds Loop but the provisioning profile (expiration) date is not yet captured.
50
50
51
-
The table below lists the **minimum** requirements to build the current release of <spantranslate="no">Loop 3.4.1</span>. If your macOS or Xcode version is higher, you can build with *Mac*.
51
+
The table below lists the **minimum** requirements to build the current release of <spantranslate="no">Loop 3.4.3</span>. If your macOS or Xcode version is higher, you can build with *Mac*.
52
52
53
53
Find your phone iOS in the table below. If your iOS is not listed, e.g., 17.6.1, choose the first row that is less than your iOS.
Copy file name to clipboardExpand all lines: docs/build/xcode-version.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ When this page was last updated, macOS 14.6 and Xcode 15.4 were tested to succes
87
87
88
88
> Until a fix is applied, building with macOS 14.6 (or 15.0) using Xcode 16 builds Loop but the provisioning profile (expiration) date is not yet captured.
89
89
90
-
The table below lists the **minimum** requirements to build the current release of <spantranslate="no">Loop 3.4.1</span>. If your macOS or Xcode version is higher, you can build with *Mac*.
90
+
The table below lists the **minimum** requirements to build the current release of <spantranslate="no">Loop 3.4.3</span>. If your macOS or Xcode version is higher, you can build with *Mac*.
91
91
92
92
Find your phone iOS in the table below. If your iOS is not listed, e.g., 17.6.1, choose the first row that is less than your iOS.
Copy file name to clipboardExpand all lines: docs/version/releases.md
+47-1Lines changed: 47 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ For information about version 2 releases and compatibility between version 2 and
6
6
7
7
## Current Release
8
8
9
-
The current released version for the *Loop* app is 3.4.1. The dates and contents for releases are summarized below in reverse chronological order (so newest release information comes first).
9
+
The current released version for the *Loop* app is 3.4.3. The dates and contents for releases are summarized below in reverse chronological order (so newest release information comes first).
10
10
11
11
### What Version Do I Have?
12
12
@@ -23,6 +23,52 @@ Additional information including links is found here, but be aware that updates
23
23
24
24
## Loop 3 Version History
25
25
26
+
### Loop v3.4.3
27
+
28
+
*Loop* v3.4.3 was released on 6 October 2024.
29
+
30
+
This was a minor update to the *Loop* code with a few bug fixes and some capability extensions.
31
+
32
+
!!! important "Please use the `main` branch"
33
+
Some people have become complacent about using the `dev` branch to get the latest updates. This is a good time to switch to the `main` branch.
34
+
35
+
New revision will be landing in the `dev` branch soon. Don't be surprised - stick with `main` and version 3.4.3 until the changes have been tested.
36
+
37
+
*[Link to release notes for Loop 3.4.3](https://github.com/LoopKit/Loop/releases/tag/v3.4.3){: target="_blank" }
38
+
39
+
These updates were incorporated in this release. The pull request for each modification is linked in parentheses.
40
+
41
+
* CGMBLEKit: Add ONE to the display name ([194](https://github.com/LoopKit/CGMBLEKit/pull/194){: target="_blank" })
42
+
43
+
* G7SensorKit: Add ONE+ to the display name ([28](https://github.com/LoopKit/G7SensorKit/pull/28){: target="_blank" })
44
+
45
+
* LibreTransmitter:
46
+
* support the newer libre 2 plus european sensors ([14](https://github.com/LoopKit/LibreTransmitter/pull/14){: target="_blank" })
47
+
* fix: Prevent notification from sending if it isnt enabled ([15](https://github.com/LoopKit/LibreTransmitter/pull/15){: target="_blank" })
48
+
* increase build speed for Xcode 16 ([16](https://github.com/LoopKit/LibreTransmitter/pull/16){: target="_blank" })
49
+
50
+
* LoopKit:
51
+
* Prevent app crash while moving presets ([540](https://github.com/LoopKit/LoopKit/pull/540){: target="_blank" })
52
+
* fix locale for CarbEntry decimal separator ([546](https://github.com/LoopKit/LoopKit/pull/546){: target="_blank" })
53
+
* Improve the visibility of the options to select ([549](https://github.com/LoopKit/LoopKit/pull/549){: target="_blank" })
54
+
55
+
* Several fixes for OmniBLE (DASH), OmniKit (Eros)
The Browser Build method was updated to use `Fastlane version 2.223.1`. This change ([208](https://github.com/LoopKit/LoopWorkspace/pull/208){: target="_blank" }) fixes a build error reported by several folks across the Open Source app community. This was also added to LoopWorkspace `dev` branch ([207](https://github.com/LoopKit/LoopWorkspace/pull/207){: target="_blank" }).
63
+
64
+
### Loop v3.4.2
65
+
66
+
*Loop* v3.4.2 was released on 5 October 2024.
67
+
68
+
This was a patch that fixed errors with the expiration date for the Mac-Xcode build method for Xcode 16. No other changes were made. Because Browser Builders all use Xcode 15.4, there was no problem with their expiration date reporting.
69
+
70
+
*[Link to release notes for Loop 3.4.2](https://github.com/LoopKit/Loop/releases/tag/v3.4.2){: target="_blank" }
0 commit comments