From 54a99fc933d845784a80ee029027647e709fc893 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Thu, 20 Mar 2025 15:44:35 -0400 Subject: [PATCH] backport upstream Terminal app improvements --- static/releases.html | 1 + 1 file changed, 1 insertion(+) diff --git a/static/releases.html b/static/releases.html index 7a675c29..8b72f19b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -578,6 +578,7 @@
  • fix upstream lockscreen layout bug with placement of alarm and Do Not Disturb information
  • fix upstream lockscreen layout bug hiding date text when media is playing
  • enable support for the new desktop mode as an additional developer option toggle (Pixel Tablet already has this as the main toggle)
  • +
  • Terminal (virtual machine management app): backport upstream improvements
  • System Updater: raise download buffer size
  • System Updater: delete update package immediately after completion
  • System Updater: fall back to downloading and installing a full update if an incremental (delta) update fails initialization which occurs when a firmware or OS image has been corrupted (extremely rare edge case due to verified boot)