diff options
| author | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-20 11:27:08 -0400 |
|---|---|---|
| committer | Daniel Micay <daniel.micay@grapheneos.org> | 2024-04-20 11:32:10 -0400 |
| commit | eae15c53420b23119ed8e86213950334295d29a3 (patch) | |
| tree | c3ed5fecf41d5d260c26e20331ec38fd7e9f9806 | |
| parent | 8b88182f34940d0df04dcfbd6fb5f938fcefc0a3 (diff) | |
log viewer improvements
| -rw-r--r-- | static/releases.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/static/releases.html b/static/releases.html index 64215923..e59be173 100644 --- a/static/releases.html +++ b/static/releases.html @@ -747,6 +747,9 @@ <ul> <li>allow eSIM activation app to interact with Google Fi app when installed to fix Google Fi activation</li> + <li>Log Viewer: include kernel log buffer in default log output</li> + <li>Log Viewer: show "Save" instead of "Copy" button for logs that are over ~50 KB</li> + <li>Log Viewer: improve handling of log saving</li> <li>TalkBack (screen reader): update base code to 14.1 and massively overhaul our changes to it</li> <li>kernel (5.10): update to latest GKI LTS branch revision</li> <li>kernel (5.15): update to latest GKI LTS branch revision including update to 5.15.148</li> |
