From c70082c789724c8807da9e3fefa4085310d13725 Mon Sep 17 00:00:00 2001 From: Kevin Bloch Date: Mon, 21 Apr 2025 11:52:54 +0200 Subject: [PATCH 1/2] Add `platform/web` to track tags --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 4dd276a..3cd4e95 100644 --- a/config.json +++ b/config.json @@ -254,6 +254,7 @@ "platform/mac", "platform/linux", "platform/android", + "platform/web", "used_for/games" ] } From f79dca04f3e45a40ffb64cbc0afc60fbe3a5117d Mon Sep 17 00:00:00 2001 From: Kevin Bloch Date: Mon, 28 Apr 2025 14:12:15 +0200 Subject: [PATCH 2/2] Add `platform/ios` to track tags --- config.json | 1 + 1 file changed, 1 insertion(+) diff --git a/config.json b/config.json index 3cd4e95..3eb215a 100644 --- a/config.json +++ b/config.json @@ -254,6 +254,7 @@ "platform/mac", "platform/linux", "platform/android", + "platform/ios", "platform/web", "used_for/games" ]