diff --git a/CHANGELOG.md b/CHANGELOG.md index b7091742..7598f9a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,24 @@ generated trace matrix lives in [docs/traceability.md](docs/traceability.md). For how long each fixed defect had been shipping before it was found, see [docs/defect-windows.md](docs/defect-windows.md). +## v0.8.1 + +A single fix, for Android. + +### 🐛 Fixes + +- **The screen no longer sleeps while you are watching something.** Android + counts its display timeout from the last time you touched the phone, and + watching a film is exactly when you do not — so the picture dimmed and the + screen went out mid-playback unless you kept tapping it. Nothing in the app + ever asked the display to stay on, and neither video renderer does so by + itself: ExoPlayer's wake mode keeps the CPU and wifi alive but says nothing + about the screen, and an embedded WebView does not take the display wake lock + that a browser takes for `