From afeecc4ae50af190ef49892016e820387fb79732 Mon Sep 17 00:00:00 2001 From: pratham-jaiswal Date: Sat, 23 May 2026 12:37:44 +0530 Subject: [PATCH] fix: escape regex properly in Tuta additionalSettings JSON --- data/apps/de.tutao.tutanota.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/apps/de.tutao.tutanota.json b/data/apps/de.tutao.tutanota.json index 24ec4f8..76dab78 100644 --- a/data/apps/de.tutao.tutanota.json +++ b/data/apps/de.tutao.tutanota.json @@ -6,7 +6,7 @@ "author": "tutao", "name": "Tuta", "preferredApkIndex": 0, - "additionalSettings": "{\"includePrereleases\":false,\"fallbackToOlderReleases\":true,\"filterReleaseTitlesByRegEx\":\"\",\"filterReleaseNotesByRegEx\":\"\",\"verifyLatestTag\":false,\"dontSortReleasesList\":false,\"useLatestAssetDateAsReleaseDate\":false,\"releaseTitleAsVersion\":false,\"trackOnly\":false,\"versionExtractionRegEx\":\"[\\d]+\\\\.[\\d]+\\\\.[\\d]+\",\"matchGroupToUse\":\"\",\"versionDetection\":true,\"releaseDateAsVersion\":false,\"useVersionCodeAsOSVersion\":false,\"apkFilterRegEx\":\"tutanota-app\",\"invertAPKFilter\":false,\"autoApkFilterByArch\":true,\"appName\":\"\",\"shizukuPretendToBeGooglePlay\":false,\"allowInsecure\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"An email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.\"}", + "additionalSettings": "{\"includePrereleases\":false,\"fallbackToOlderReleases\":true,\"filterReleaseTitlesByRegEx\":\"\",\"filterReleaseNotesByRegEx\":\"\",\"verifyLatestTag\":false,\"dontSortReleasesList\":false,\"useLatestAssetDateAsReleaseDate\":false,\"releaseTitleAsVersion\":false,\"trackOnly\":false,\"versionExtractionRegEx\":\"\\\\d+\\\\.\\\\d+\\\\.\\\\d+\",\"matchGroupToUse\":\"\",\"versionDetection\":true,\"releaseDateAsVersion\":false,\"useVersionCodeAsOSVersion\":false,\"apkFilterRegEx\":\"tutanota-app\",\"invertAPKFilter\":false,\"autoApkFilterByArch\":true,\"appName\":\"\",\"shizukuPretendToBeGooglePlay\":false,\"allowInsecure\":false,\"exemptFromBackgroundUpdates\":false,\"skipUpdateNotifications\":false,\"about\":\"An email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.\"}", "overrideSource": "GitHub" } ],