diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-31 09:23:59 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-08-31 09:24:30 -0400 |
| commit | e7b0b0925cde3c3286d81176c493412c1507aeeb (patch) | |
| tree | a31544c035f4ee8d202e49cfee1a1811cbbd3012 /static | |
| parent | a736b6f2fe7f45e6f8fa9a54e9ee71d352b0f113 (diff) | |
dynamic code loading restrictions + Safety Center UI improvement
Diffstat (limited to 'static')
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index e3dc8dba..6748c6d7 100644 --- a/static/releases.html +++ b/static/releases.html @@ -857,6 +857,12 @@ <p>Changes since the 2024082200 release:</p> <ul> + <li>don't hide Exploit protection Safety Center item in secondary users</li> + <li>Settings: improve UI for GrapheneOS app toggles including adding a screen for viewing the values across apps for each toggle</li> + <li>add more infrastructure for blocking dynamic code loading</li> + <li>Settings: add per-app memory dynamic code loading restriction toggle</li> + <li>Settings: add per-app storage dynamic code loading restriction toggle</li> + <li>Settings: add per-app WebView JIT restriction toggle</li> <li>add production support for the Pixel 9, Pixel 9 Pro and Pixel 9 Pro XL</li> <li>add experimental support for the Pixel 9 Pro Fold (we haven't received our preordered device for testing yet)</li> <li>add support for Pixel Thermometer app available from our App Store for the Pixel 8 Pro, Pixel 9 Pro and Pixel 9 Pro XL</li> |
