Skip to content

Commit 0745036

Browse files
committed
Update for two releases: 3.4.2 and 3.4.3
1 parent e3d9cf0 commit 0745036

File tree

4 files changed

+50
-4
lines changed

4 files changed

+50
-4
lines changed

docs/browser/bb-update.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Refer to graphic below as you follow the steps to build the *Loop* app.
318318

319319
#### What if the Build Fails
320320

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.)
322322

323323
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" }.
324324

docs/build/computer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ When this page was last updated, macOS 14.6 and Xcode 15.4 were tested to succes
4848

4949
> 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.
5050
51-
The table below lists the **minimum** requirements to build the current release of&nbsp;<span translate="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&nbsp;<span translate="no">Loop 3.4.3</span>. If your macOS or Xcode version is higher, you can build with *Mac*.
5252

5353
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.
5454

docs/build/xcode-version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ When this page was last updated, macOS 14.6 and Xcode 15.4 were tested to succes
8787

8888
> 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.
8989
90-
The table below lists the **minimum** requirements to build the current release of&nbsp;<span translate="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&nbsp;<span translate="no">Loop 3.4.3</span>. If your macOS or Xcode version is higher, you can build with *Mac*.
9191

9292
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.
9393

docs/version/releases.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For information about version 2 releases and compatibility between version 2 and
66

77
## Current Release
88

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).
1010

1111
### What Version Do I Have?
1212

@@ -23,6 +23,52 @@ Additional information including links is found here, but be aware that updates
2323

2424
## Loop 3 Version History
2525

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)
56+
* update_pump_manager ([125](https://github.com/LoopKit/OmniBLE/pull/125){: target="_blank" }, [36](https://github.com/LoopKit/OmniKit/pull/36){: target="_blank" })
57+
* fix/bogus_suspend_msg ([126](https://github.com/LoopKit/OmniBLE/pull/126){: target="_blank" }, [37](https://github.com/LoopKit/OmniKit/pull/37){: target="_blank" })
58+
* podAlreadyPaired-fix ([127](https://github.com/LoopKit/OmniBLE/pull/127){: target="_blank" }, [38](https://github.com/LoopKit/OmniKit/pull/38){: target="_blank" })
59+
* fix/deactivate-sideways-pull ([128](https://github.com/LoopKit/OmniBLE/pull/128){: target="_blank" }, [39](https://github.com/LoopKit/OmniKit/pull/39){: target="_blank" })
60+
* increase build speed for Xcode 16 ([131](https://github.com/LoopKit/OmniBLE/pull/131){: target="_blank" }, [40](https://github.com/LoopKit/OmniKit/pull/40){: target="_blank" })
61+
62+
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" }
71+
2672
### Loop v3.4.1
2773

2874
*Loop* v3.4.1 was released on 19 July 2024.

0 commit comments

Comments
 (0)