diff options
| -rw-r--r-- | static/releases.html | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/static/releases.html b/static/releases.html index 7ec978a3..813b9195 100644 --- a/static/releases.html +++ b/static/releases.html @@ -73,7 +73,7 @@ <li> <a href="#changelog">Changelog</a> <ul> - <!--<li><a href="#2025030800">2025030800</a></li>--> + <li><a href="#2025030800">2025030800</a></li> <li><a href="#2025030700">2025030700</a></li> <li><a href="#2025030500">2025030500</a></li> <li><a href="#2025030300">2025030300</a></li> @@ -557,6 +557,7 @@ <p>The <a href="/history/legacy-changelog">legacy changelog page</a> has the release notes from before the rebranding of the project in 2018 and 2019.</p> + <!-- <article id="2025030800"> <h3><a href="#2025030800">2025030800</a></h3> @@ -569,11 +570,25 @@ <p>Changes since the 2025030700 release:</p> <ul> + </ul> + </article> + --> + + <article id="2025030800"> + <h3><a href="#2025030800">2025030800</a></h3> + + <p>Tags:</p> + <ul> + <li><a href="https://github.com/GrapheneOS/platform_manifest/releases/tag/2025030800">2025030800</a> (Pixel 6, Pixel 6 Pro, Pixel 6a, Pixel 7, Pixel 7 Pro, Pixel 7a, Pixel Tablet, Pixel Fold, Pixel 8, Pixel 8 Pro, Pixel 8a, Pixel 9, Pixel 9 Pro, Pixel 9 Pro XL, Pixel 9 Pro Fold, emulator, generic, other targets)</li> + </ul> + + <p>Changes since the 2025030700 release:</p> + + <ul> <li>SystemUI: disable migrate_clocks_to_blueprint and communal_hub flags again to avoid upstream Android 15 QPR1 lockscreen layout regressions which are still present in Android 15 QPR2 until we resolve them with the flags enabled</li> <li>SystemUI: make screenshot sound use sound effects setting again (our change stopped working from the Android 15 QPR2 port)</li> </ul> </article> - --> <article id="2025030700"> <h3><a href="#2025030700">2025030700</a></h3> |
