summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorDaniel Micay <daniel.micay@grapheneos.org>2024-10-23 05:30:17 -0400
committerDaniel Micay <daniel.micay@grapheneos.org>2024-10-23 08:17:13 -0400
commit01f4992908f5cfc4739be786a3849580526e2f7a (patch)
treed4021111e55b47cd94cbaaef87cb849c53121f39 /static
parenteec2e42aeebdfa2b75fed671bb77a6e29a26866a (diff)
add back stricter DNS leak blocking
Diffstat (limited to 'static')
-rw-r--r--static/releases.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html
index 5b7c7df9..d314ed39 100644
--- a/static/releases.html
+++ b/static/releases.html
@@ -539,6 +539,7 @@
<p>Changes since the 2024102100 release:</p>
<ul>
+ <li>switch back our original stricter approach to DNS leak blocking from our <a href="2024050900">2024050900</a> release with an additional fix for an Android DNS routing bug causing requests to the VPN DNS servers to be routed incorrectly, which should avoid the compatibility issues experienced with certain VPN apps with this stricter approach when we tried to ship it before</li>
<li>fix ancient Android bug causing widgets to disappear from the user's home screen when the user stops, which was a major usability issue for secondary users</li>
<li>Keyboard: extend fix for upstream layout bug in landscape mode to fully fix it for 3-button navigation in addition to the default gesture navigation</li>
<li>Gallery: fix upstream cropping activity bug when both the input and output URI is the same to fix setting profile pictures for user profiles</li>