From e579d4bff2f657ed39a05b90bd0812331c7e5215 Mon Sep 17 00:00:00 2001 From: Duncan Tourolle Date: Sun, 23 Aug 2026 11:53:40 +0200 Subject: [PATCH] docs(changelog): the two review fixes users would notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tag message counted twelve defects while the changelog described ten. Both of the missing ones are user-visible and belong in the user-facing artifact: a quality ceiling that outlived the episode it was chosen for, and a seek that outlived the file it was meant for. The third review fix โ€” collapsing two identical URL helpers โ€” is not here on purpose. Nobody using the app can tell. --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45461db8..b1b6a2ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -82,6 +82,17 @@ fact about the platform rather than asking the thing that would know. code that had stopped being Linux-only, and the Android build had not compiled since. (DR-247) +- **A quality you chose for one episode no longer caps every episode after it.** + Dropping the quality mid-episode is meant to describe that episode. When the + next one started in the background, nothing reset it โ€” so the ceiling stayed + in force indefinitely, with nothing in the interface saying why later episodes + looked worse. (DR-254) + +- **Skipping to the next item no longer starts it part-way through.** Scrubbing + near the end of a converted stream re-opens it, and the position being waited + for was not discarded if you skipped onward first โ€” so the next item began + wherever you had dragged to in the previous one. (DR-253) + ### ๐Ÿงน Under the hood - The conformance suite can be run on its own: `bun run test:player` for the