diff options
| -rw-r--r-- | static/releases.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index 041e8892..16978664 100644 --- a/static/releases.html +++ b/static/releases.html @@ -463,9 +463,9 @@ <ul> <li>replace AOSP Camera app with next-generation GrapheneOS Camera app</li> <li>set GrapheneOS Camera app as the hard-wired handler for camera gesture, similar to Android 11+ hard-wiring it as the camera media intent handler (should work around AOSP 12 lockscreen camera bugs)</li> + <li>invalidate icon cache between OS releases instead of only between major Android versions so that system theme/icon changes take effect immediately</li> <li>system theme: switch to a more unique blue Material You color palette based around #1565C0</li> <li>Updater: adjust colors to match Settings app</li> - <li>invalidate icon cache between OS releases instead of only between major Android versions so that system theme/icon changes take effect immediately</li> <li>Vanadium: update Chromium base to 95.0.4638.74</li> </ul> </article> |
