Skip to content

Update for 3.6.4 release #932

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/browser/build-dev-browser.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,13 +148,13 @@ As soon as you build one version of the app from the `dev` branch, that version

Suppose you then return to using the `main` branch after your excursion to the `dev` branch.

> *For this example, version 3.6.x is the released version from the `main` branch and version 3.7.0 is the development version you evaluated.*
> *For this example, version 3.6.x is the released version from the `main` branch and version 3.7.x is the development version you evaluated.*

Every time you open TestFlight on your phone and select the *Loop* app, it will offer the most recent 3.7.0 version to be installed if you just tap **Install**. You might be in a situation where that build is about to expire or you decide you don't want to test this on your looping phone.
Every time you open TestFlight on your phone and select the *Loop* app, it will offer the most recent 3.7.x version to be installed if you just tap **Install**. You might be in a situation where that build is about to expire or you decide you don't want to test this on your looping phone.

You have your choice:

* You can manually go into TestFlight each time `main` is automatically built, Select Previous Builds, then choose 3.6.x and install the top listing
* You can manually go into TestFlight on your phone each time `main` is automatically built, Select Previous Builds, then choose 3.6.x and install the top listing
* You can log in at: [App Store Connect: Apps](https://appstoreconnect.apple.com/apps)
* Select your *Loop* app
* Click on the TestFlight tab
Expand Down
4 changes: 3 additions & 1 deletion docs/version/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,16 @@ Please read this entire page before using any version of *Loop* other than the r

## Updates in `dev`

This section provides an overview of changes to `dev` compared to `Loop 3.6.0`.
This section provides an overview of changes to `dev` compared to `Loop 3.6.x`.

There are no updates at this time, but that can change without warning. Be very cautious building `dev` branch.

## Updates from 3.4 to 3.6

All updates are reported in [`Loop 3.6.0`](releases.md#loop-v360){: target="_blank" }

Check [Version History](releases.md#loop-3-version-history) for minor updates found in 3.6.x.

## Updates from 3.2 to 3.4

Most features, originally in the Updates in `dev` section before the release of version 3.4, have been inserted into the appropriate part of the *LoopDocs* website (indicated by the up-right arrow after the link). A few items are still in this section.
Expand Down
15 changes: 14 additions & 1 deletion docs/version/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ For information about version 2 releases and compatibility between version 2 and

## Current Release

The current released version for the *Loop* app is 3.6.3. The dates and contents for releases are summarized below in reverse chronological order (so newest release information comes first).
The current released version for the *Loop* app is 3.6.4. The dates and contents for releases are summarized below in reverse chronological order (so newest release information comes first).

### What Version Do I Have?

Expand All @@ -27,6 +27,19 @@ Releases from `Loop 3.4.4` and older are reported at [*GitHub*&nbsp;_<span trans

## Loop 3 Version History

### Loop v3.6.4

[*Loop* v3.6.4](https://github.com/LoopKit/LoopWorkspace/releases/tag/v3.6.4) was released on 31 July 2025.

This release:

* provides support for newer European Libre 2 plus sensors (mid 2025 Libre 2 plus EU sensors)
* adds localization to the LibreTransmitter module
* adjusts build dependencies for G7SensorKit (no functional change)
* shifts the automatic build time from hh:00 to hh:33
* automatic builds have been running into errors recently
* this time shift avoids a time when GitHub resources are impacted

### Loop v3.6.3

[*Loop* v3.6.3](https://github.com/LoopKit/LoopWorkspace/releases/tag/v3.6.3) was released on 10 July 2025.
Expand Down