From 66f3b1d9a93d7d75caab3e6acdc59f81735c551d Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Wed, 10 May 2023 23:17:21 +0800 Subject: [PATCH 1/3] 6.3.5 --- manifests/manifest-chrome.json | 2 +- manifests/manifest-edge.json | 2 +- manifests/manifest-firefox.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/manifests/manifest-chrome.json b/manifests/manifest-chrome.json index 2a6a166ef..4349919f2 100644 --- a/manifests/manifest-chrome.json +++ b/manifests/manifest-chrome.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-edge.json b/manifests/manifest-edge.json index 20ff01223..c4e71179e 100644 --- a/manifests/manifest-edge.json +++ b/manifests/manifest-edge.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Authenticator: 2FA Client", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json index 48151a940..1a1636e14 100644 --- a/manifests/manifest-firefox.json +++ b/manifests/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.4", + "version": "6.3.5", "default_locale": "en", "description": "__MSG_extDesc__", "applications": { From 2273b76bc16ed5b1449083e6192c9ee7ea4d3d49 Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Thu, 11 May 2023 01:38:11 +0800 Subject: [PATCH 2/3] pin node version to 16 for a quick workaround to release --- .github/workflows/main.yml | 3 +++ .github/workflows/release.yml | 2 ++ 2 files changed, 5 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b729442a5..3dc149936 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,6 +12,9 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.2 + with: + node-version: 16 + - name: Install dependencies run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 189520d13..dd2cae297 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,6 +15,8 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v2.1.2 + with: + node-version: 16 - name: Install dependencies run: npm ci From d808dac2523d968ac9dfaae70e772826d2dde814 Mon Sep 17 00:00:00 2001 From: Zhe Li Date: Wed, 21 Feb 2024 18:07:20 +0800 Subject: [PATCH 3/3] fix i18n for es enable context menu --- _locales/es/messages.json | 2 +- manifests/manifest-chrome.json | 2 +- manifests/manifest-edge.json | 2 +- manifests/manifest-firefox.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/_locales/es/messages.json b/_locales/es/messages.json index b0ab8bdde..efb947d9f 100644 --- a/_locales/es/messages.json +++ b/_locales/es/messages.json @@ -437,7 +437,7 @@ "message": "Más información" }, "enable_context_menu": { - "message": "http://192.168.0.1/" + "message": "Agregar al menú contextual" }, "no_entires": { "message": "No hay cuentas para mostrar. Añade tu primera cuenta ahora." diff --git a/manifests/manifest-chrome.json b/manifests/manifest-chrome.json index 4349919f2..092f16107 100644 --- a/manifests/manifest-chrome.json +++ b/manifests/manifest-chrome.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.5", + "version": "6.3.6", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-edge.json b/manifests/manifest-edge.json index c4e71179e..364424289 100644 --- a/manifests/manifest-edge.json +++ b/manifests/manifest-edge.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "Authenticator: 2FA Client", "short_name": "__MSG_extShortName__", - "version": "6.3.5", + "version": "6.3.6", "default_locale": "en", "description": "__MSG_extDesc__", "icons": { diff --git a/manifests/manifest-firefox.json b/manifests/manifest-firefox.json index 1a1636e14..53b895b7b 100644 --- a/manifests/manifest-firefox.json +++ b/manifests/manifest-firefox.json @@ -2,7 +2,7 @@ "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", - "version": "6.3.5", + "version": "6.3.6", "default_locale": "en", "description": "__MSG_extDesc__", "applications": {