From 794dd0f35e5a7e16a032941808f34f9c146d176e Mon Sep 17 00:00:00 2001 From: jason5ng32 Date: Sat, 7 Dec 2024 02:48:00 +0800 Subject: [PATCH] Version v4.4 --- frontend/locales/en.json | 18 ++++++++++++++++++ frontend/locales/fr.json | 18 ++++++++++++++++++ frontend/locales/zh.json | 18 ++++++++++++++++++ 3 files changed, 54 insertions(+) diff --git a/frontend/locales/en.json b/frontend/locales/en.json index 2eb25251..47e49d18 100644 --- a/frontend/locales/en.json +++ b/frontend/locales/en.json @@ -889,6 +889,24 @@ "change": "DNS leak test can now display regional information" } ] + }, + { + "version": "v4.4", + "date": "Dec 7, 2024", + "content": [ + { + "type": "add", + "change": "Language preferences" + }, + { + "type": "improve", + "change": "Map provider changed to Google" + }, + { + "type": "improve", + "change": "Other general optimizations" + } + ] } ] } diff --git a/frontend/locales/fr.json b/frontend/locales/fr.json index d1d586c1..3af0e478 100644 --- a/frontend/locales/fr.json +++ b/frontend/locales/fr.json @@ -889,6 +889,24 @@ "change": "Le test de fuite DNS peut maintenant afficher des informations régionales" } ] + }, + { + "version": "v4.4", + "date": "Dec 7, 2024", + "content": [ + { + "type": "add", + "change": "Préférences de langue" + }, + { + "type": "improve", + "change": "Fournisseur de carte changé en Google" + }, + { + "type": "improve", + "change": "Autres optimisations générales" + } + ] } ] } diff --git a/frontend/locales/zh.json b/frontend/locales/zh.json index 98bf7d19..3c36d283 100644 --- a/frontend/locales/zh.json +++ b/frontend/locales/zh.json @@ -889,6 +889,24 @@ "change": "DNS 泄露测试可以展示地区信息" } ] + }, + { + "version": "v4.4", + "date": "Dec 7, 2024", + "content": [ + { + "type": "add", + "change": "语言偏好设置" + }, + { + "type": "improve", + "change": "地图展示供应商变更为 Google" + }, + { + "type": "improve", + "change": "其它常规优化" + } + ] } ] }