From f5ce779c72254a57e0b5af2b31b7be24df81573d Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 26 Jul 2021 16:32:19 -0400 Subject: [PATCH] use callbacks to simplify wording --- static/releases.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/releases.html b/static/releases.html index 565d0451..5fa4739b 100644 --- a/static/releases.html +++ b/static/releases.html @@ -421,7 +421,7 @@
  • Vanadium: update Chromium base to 92.0.4515.105
  • Vanadium: update Chromium base to 92.0.4515.115
  • Vanadium: drop removal of speculative service worker start for search
  • -
  • init: fix use-after-free from event handling closures (issue uncovered by hardened_malloc in certain situations like unplugging a USB keyboard, etc.)
  • +
  • init: fix use-after-free from event handling callbacks (issue uncovered by hardened_malloc in certain situations like unplugging a USB keyboard, etc.)
  • fix PermissionControler UI for Sensors/Network permissions with legacy API < 23 apps (i.e. apps without proper support for Android Marshallow and beyond)
  • Updater: add detailed failure / success notifications (turn off the 'Already Updated' notification channel if you don't want those minimum priority notifications with no status icon collapsed at the bottom)
  • Sandboxed Google Play compatibility layer: disable badge for foreground service notification by default