summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-05-31 20:01:34 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-05-31 20:01:34 -0400
commitd3d06a12c53d622d15ff7803cd18279a87568182 (patch)
tree2f5b1a2e60ad67282258283c24391f82d086daf2 /static
parent1bf80be2e4c556c6b3fc04ba0e24188a465703f0 (diff)
duress password/PIN support
Diffstat (limited to 'static')
-rw-r--r--static/releases.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 26468712..c322ba4f 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -774,6 +774,8 @@
<p>Changes since the 2024052100 release:</p>
<ul>
+ <li>add support for setting a duress password and PIN for quickly wiping all hardware keystore keys to make all OS data unrecoverable followed by wiping eSIMs and then shutting down</li>
+ <li>disable unused adoptable storage support since it would complicate duress password support (support can be added if we ever support a device able to use it)</li>
<li>increase default max password length to 128 to improve support for strong diceware passphrases, which will become more practical for people who don't want biometric-only secondary unlock with our upcoming 2-factor fingerprint unlock feature</li>
<li>disable camera lockscreen shortcut functionality when camera access while locked is disabled to avoid the possibility of misconfiguration by adding the camera lockscreen shortcut and then forgetting to remove it when disabling camera access</li>
<li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.153</li>