diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-02 15:57:47 -0500 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-03-02 15:57:56 -0500 |
| commit | 8220c5e2285098fcd0336abdfbe34f6cd6be4140 (patch) | |
| tree | f510424de404ff79a326f19e61ef5007faf8c83d | |
| parent | 15cb12543b8cea3715083dd36a1e6fedb507245b (diff) | |
improvements to manual check for updates
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 238a8348..e566ed29 100644 --- a/static/releases.html +++ b/static/releases.html @@ -735,6 +735,8 @@ <p>Changes since the 2024022800 release:</p> <ul> + <li>System Updater: ignore configured constraints for user-initiated update checks</li> + <li>System Updater: avoid automatic retry for user-initiated update checks</li> <li>Settings: migrate to new Compose-based Settings infrastructure in preparation for Android 14 QPR2</li> <li>improve GrapheneOS infrastructure for per-app notifications</li> <li>Setup Wizard: improve wording for secondary user setup word</li> |
