From 0745d21bdcee90e00b4c9822cd08d16acd118ebe Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sun, 25 Aug 2019 22:27:13 -0400 Subject: [PATCH] note the new supported archs / targets --- static/releases.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/releases.html b/static/releases.html index 9ebd6b8c..cd369032 100644 --- a/static/releases.html +++ b/static/releases.html @@ -353,6 +353,8 @@
  • add Vanadium to the apps that cannot be disabled via Settings (can still be disabled) since the warning isn't enough to deter people from unknowingly breaking apps using the WebView
  • Updater: add settings entry to manually trigger check for updates
  • Updater: reschedule update check job on channel change
  • +
  • arm, x86 and x86_64 are now supported / tested architectures
  • +
  • generic and emulator build targets are now supported / tested for development usage (not suitable for secure production releases)