diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-24 16:22:42 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-24 16:22:42 -0400 |
| commit | 28bc6308890a86a4e08e56786d3e2258ffeafb38 (patch) | |
| tree | e4fc4b3376f9221f0308a0839c902b58d4c462a7 | |
| parent | 78de439ae177340647e04433458dfc731a842ab9 (diff) | |
reorder pending release notes
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/static/releases.html b/static/releases.html index 0f1a17fd..c4a5447a 100644 --- a/static/releases.html +++ b/static/releases.html @@ -532,6 +532,9 @@ <p>Changes since the 2022051100 release:</p> <ul> + <li>add indicator exemption for Default Print Service since the nearby device access is considered location access but it doesn't make sense to show this for a core OS component only using the access internally</li> + <li>add toggle for disallowing a user from installing apps from unknown sources which will become increasingly useful as we flesh out our app repository</li> + <li>Messaging: fix notification sounds in secondary users (upstream AOSP bug)</li> <li>Vanadium: update Chromium base to 102.0.5005.59</li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/35">version 35</a></li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/36">version 36</a></li> @@ -541,9 +544,6 @@ <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/40">version 40</a></li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/46">version 46</a></li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/47">version 47</a></li> - <li>add indicator exemption for Default Print Service since the nearby device access is considered location access but it doesn't make sense to show this for a core OS component only using the access internally</li> - <li>add toggle for disallowing a user from installing apps from unknown sources which will become increasingly useful as we flesh out our app repository</li> - <li>Messaging: fix notification sounds in secondary users (upstream AOSP bug)</li> </ul> </article> --> |
