From cb4b4918402e69f25cced824d1a2810bc20d63c5 Mon Sep 17 00:00:00 2001 From: ScreenTinker Date: Thu, 13 Aug 2026 21:19:28 -0500 Subject: [PATCH] Changelog for 1.9.34-alpha14 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5821817..946f691 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 1.9.34-alpha14 + +The update fix from alpha13, confirmed over the air. A panel that had failed every update attempt +for hours took this one unattended, in about seventy seconds, with no prompt on screen — the first +successful over-the-air update on that hardware since the staging bug was introduced. + +### Added — Raspberry Pi notes in the operations runbook +Three traps from a Pi 5 report, two of which are not Pi-specific: a piped installer cannot really +ask you anything (the pipe is its input, so every prompt takes the default), X11 tools fail silently +on Wayland (so screen blanking and cursor hiding can be entirely absent while appearing configured), +and overlay filesystems protect an SD card by discarding writes — safe for a player, quietly +destructive for a server whose database is written continuously. + ## 1.9.34-alpha13 ### Fixed — a player that could not update, while downloading content perfectly well