From 3366b4fbc72189967740fae03b0f3085b9dc3b40 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 12 Oct 2024 08:23:51 -0400 Subject: add Alpha channel to releases page --- static/js/releases.js | 2 +- static/releases.html | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 221 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/js/releases.js b/static/js/releases.js index 7c6a7256..5fbf664a 100644 --- a/static/js/releases.js +++ b/static/js/releases.js @@ -3,7 +3,7 @@ const baseUrl = "https://releases.grapheneos.org/"; const devices = ["comet", "komodo", "caiman", "tokay", "akita", "husky", "shiba", "felix", "tangorpro", "lynx", "cheetah", "panther", "bluejay", "raven", "oriole", "barbet", "redfin", "bramble", "sunfish", "coral", "flame"]; const legacyFactoryDevices = new Set(["sunfish", "coral", "flame"]); -const channels = ["stable", "beta"]; +const channels = ["stable", "beta", "alpha"]; const delayMs = 1000 * 60 * 5; function updateLink(link, text, url) { diff --git a/static/releases.html b/static/releases.html index 9278e781..441c43ce 100644 --- a/static/releases.html +++ b/static/releases.html @@ -96,6 +96,32 @@
  • Pixel 4 (legacy extended support)
  • +
  • + Alpha channel + +
  • Changelog