diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-05-31 23:05:12 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-05-31 23:05:12 -0400 |
| commit | 2b4ad4ef56bedf9e32afbf577296cc63026e5125 (patch) | |
| tree | 2389c7cd01c6b3d3993183f6ca84769d5fc4d36c | |
| parent | 8ae26e1c8c77332dd8f30fe4bda84d114448aede (diff) | |
reorder release notes
| -rw-r--r-- | static/releases.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/static/releases.html b/static/releases.html index a06177da..3308dd69 100644 --- a/static/releases.html +++ b/static/releases.html @@ -560,16 +560,16 @@ <li>Contacts: don't prompt to add account when creating a contact</li> <li>Contacts: use common intent for getting directions instead of opening a Google Maps URL</li> <li>Messaging: backport change to allow selecting text inside the selected message</li> - <li>Vanadium: update Chromium base to 102.0.5005.78</li> - <li>TalkBack (screen reader): update base code to 12.2 and reset versionCode</li> - <li>TalkBack (screen reader): update dependencies</li> <li>fix upstream SMS/MMS database upgrade issue (meant to be shipped in a previous GrapheneOS release)</li> <li>backport fix for unnecessary wake lock in telephony service (meant to be shipped in a previous GrapheneOS release)</li> <li>backport fix for crash in telephony service with null subscription display name (meant to be shipped in a previous GrapheneOS release)</li> + <li>Dialer: add missing permission declaration</li> + <li>Vanadium: update Chromium base to 102.0.5005.78</li> + <li>TalkBack (screen reader): update base code to 12.2 and reset versionCode</li> + <li>TalkBack (screen reader): update dependencies</li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/41">version 41</a></li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/48">version 48</a></li> <li>Apps: update to <a href="https://github.com/GrapheneOS/Apps/releases/tag/7">version 7</a></li> - <li>Dialer: add missing permission declaration</li> </ul> </article> |
