From 73dd0ef68ba35f32127d36986d82f0f5d52e7c09 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Tue, 18 Aug 2026 14:56:56 +0200 Subject: [PATCH] chore(release): 0.8.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Patch: one Android fix — the display no longer sleeps mid-video. --- CHANGELOG.md | 18 ++++++++++++++++++ package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src-tauri/tauri.conf.json | 2 +- 5 files changed, 22 insertions(+), 4 deletions(-) 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 `