From d77b319ff7feba7062828b9912321ef5cff29808 Mon Sep 17 00:00:00 2001 From: nobody Date: Sun, 3 Sep 2023 10:10:14 +0200 Subject: [PATCH 01/32] v2.6.56 --- manifest.json | 2 +- pages/updates/updates.html | 37 +++++++++++++++++++++---------------- 2 files changed, 22 insertions(+), 17 deletions(-) diff --git a/manifest.json b/manifest.json index e5fabb3c..e6fb902f 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "LocalCDN", - "version": "2.6.55", + "version": "2.6.56", "browser_specific_settings": { "gecko": { "id": "{b86e4813-687a-43e6-ab65-0bde4ab75758}", diff --git a/pages/updates/updates.html b/pages/updates/updates.html index 6cee8623..0f57eb46 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,23 +25,9 @@

New in LocalCDN:

-

Updated

+

@@ -80,6 +66,25 @@
+ Previous Versions
+

2023-09-03 (v2.6.55)

+

Updated

+

2023-08-08 (v2.6.54)

Updated

-

+

Fixed

From 025659ae1bc579845925771c690391e29272f940 Mon Sep 17 00:00:00 2001 From: gallegonovato Date: Sat, 9 Sep 2023 10:23:17 +0000 Subject: [PATCH 10/32] Translated using Weblate (Spanish) Currently translated at 100.0% (131 of 131 strings) Translate-URL: https://hosted.weblate.org/projects/localcdn/localcdn/es/ --- _locales/es/messages.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/_locales/es/messages.json b/_locales/es/messages.json index faa0d016..21726d6f 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -492,35 +492,35 @@ "description": "Missing" }, "permissionRevokedHeader": { - "message": "", + "message": "Permiso retirado", "description": "Permission revoked" }, "permissionRevokedPermissionName": { - "message": "", + "message": "Accede a tus datos para todos los sitios web", "description": "The exact name of the permission. Exactly as it is displayed in Firefox." }, "permissionRevokedDescription": { - "message": "", + "message": "Por favor, no deshabilites el permiso. LocalCDN necesita el permiso para detectar y redirigir las solicitudes a CDN.", "description": "Please do not disable the permission. LocalCDN needs the permission to detect and redirect requests to CDNs." }, "helpWhyThisPermission": { - "message": "", + "message": "¿Por qué necesita esta extensión este permiso?", "description": "Why does this extension need this permission?" }, "helpPermissionDescription": { - "message": "", + "message": "LocalCDN necesita saber qué peticiones crea una página web para redirigirlas o bloquearlas. Con la introducción de MV3, este permiso aparece como opcional.", "description": "LocalCDN needs to know which requests are created by a website to redirect or block it. With the introduction of MV3, this permission is listed as an optional permission." }, "permissionMissing": { - "message": "", + "message": "Falta el permiso", "description": "Missing permission" }, "permissionAllow": { - "message": "", + "message": "Permitir", "description": "Allow" }, "permissionMoreInfo": { - "message": "", + "message": "Más información", "description": "More info" } } From 2280a0dd9cbfe69dcca60395c10f3a73e8d87b0f Mon Sep 17 00:00:00 2001 From: nobody Date: Tue, 12 Sep 2023 18:11:55 +0200 Subject: [PATCH 11/32] search-insights v2.8.1 -> v2.8.2 (#1528) --- THIRD_PARTY.txt | 2 +- modules/internal/targets.js | 2 +- pages/updates/updates.html | 4 ++++ resources/search-insights/2.8.1/search-insights.min.jsm | 1 - resources/search-insights/2.8.2/search-insights.min.jsm | 1 + 5 files changed, 7 insertions(+), 3 deletions(-) delete mode 100644 resources/search-insights/2.8.1/search-insights.min.jsm create mode 100644 resources/search-insights/2.8.2/search-insights.min.jsm diff --git a/THIRD_PARTY.txt b/THIRD_PARTY.txt index 4390d810..37225a51 100644 --- a/THIRD_PARTY.txt +++ b/THIRD_PARTY.txt @@ -1878,7 +1878,7 @@ https://cdn.jsdelivr.net/npm/raven-js@3.27.2/dist/raven.min.js https://cdn.jsdelivr.net/npm/react-intl@6.4.4/react-intl.iife.min.js https://cdn.jsdelivr.net/npm/react-lifecycles-compat@3.0.4/react-lifecycles-compat.min.js https://cdn.jsdelivr.net/npm/search-insights@1.10.0/dist/search-insights.min.js -https://cdn.jsdelivr.net/npm/search-insights@2.8.1/dist/search-insights.min.js +https://cdn.jsdelivr.net/npm/search-insights@2.8.2/dist/search-insights.min.js https://cdn.jsdelivr.net/npm/swiper@10.2.0/swiper-bundle.min.css https://cdn.jsdelivr.net/npm/swiper@10.2.0/swiper-bundle.min.js https://cdn.jsdelivr.net/npm/swiper@6.8.4/swiper-bundle.min.css diff --git a/modules/internal/targets.js b/modules/internal/targets.js index 949e33f6..e2c4dc46 100644 --- a/modules/internal/targets.js +++ b/modules/internal/targets.js @@ -406,7 +406,7 @@ targets.setLastVersion = function (type, version) { if (type.startsWith('/scriptaculous/1.')) return '1.9.0'; if (type.startsWith('/ScrollMagic/2.')) return '2.0.8'; if (type.startsWith('/search-insights/1.')) return '1.10.0'; - if (type.startsWith('/search-insights/2.')) return '2.8.1'; + if (type.startsWith('/search-insights/2.')) return '2.8.2'; if (type.startsWith('/select2/3.')) return '3.5.4'; if (type.startsWith('/select2/4.')) return '4.0.13'; if (type.startsWith('/semantic-ui/2.')) return '2.5.0'; diff --git a/pages/updates/updates.html b/pages/updates/updates.html index ed1e7b2b..4d029010 100644 --- a/pages/updates/updates.html +++ b/pages/updates/updates.html @@ -25,6 +25,10 @@

New in LocalCDN:

+

Updated

+

Fixed