diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2022-04-13 07:20:37 -0400 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2022-04-13 07:20:37 -0400 |
| commit | f19d08fdf572a8d4c9fcf5bb4376ca6cc313e04d (patch) | |
| tree | 9e55a7702605b369349cee4f2a62a9a22423de02 | |
| parent | 690cf8c4bee7bddb95d4cfa9839970e51434e453 (diff) | |
keyboard improvements
| -rw-r--r-- | static/releases.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/static/releases.html b/static/releases.html index bb482854..8d229bfe 100644 --- a/static/releases.html +++ b/static/releases.html @@ -525,8 +525,12 @@ <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/19">version 19</a></li> <li>Camera: update to <a href="https://github.com/GrapheneOS/Camera/releases/tag/20">version 20</a></li> <li>Auditor: update to <a href="https://github.com/GrapheneOS/Auditor/releases/tag/45">version 45</a></li> - <li>revert upstream change to fix spellchecking language detection with the AOSP keyboard</li> <li>Vanadium: update Chromium base to 100.0.4896.88</li> + <li>revert upstream change to fix spellchecking language detection with the AOSP keyboard</li> + <li>GrapheneOS Keyboard: fix exception fetching theme resulting in spellchecking issues</li> + <li>GrapheneOS Keyboard: remove legacy Holo themes</li> + <li>GrapheneOS Keyboard: follow system dark mode setting by default</li> + <li>GrapheneOS Keyboard: properly refresh summary</li> </ul> </article> --> |
