From abeb0b67dd75a2f8bcd9d9172a553c6b213bc0b8 Mon Sep 17 00:00:00 2001 From: Ruslan Galiev Date: Tue, 10 Aug 2021 08:30:22 +0300 Subject: [PATCH 1/2] Issue-269: Change from Window Tab -> Chrome Tab during report a problem --- .../contentScripts/reportProblemPopup/reportProblemPopup.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/js/blocks/autoFind/autoFindProvider/contentScripts/reportProblemPopup/reportProblemPopup.js b/src/js/blocks/autoFind/autoFindProvider/contentScripts/reportProblemPopup/reportProblemPopup.js index cc1fcab..eccf3a4 100644 --- a/src/js/blocks/autoFind/autoFindProvider/contentScripts/reportProblemPopup/reportProblemPopup.js +++ b/src/js/blocks/autoFind/autoFindProvider/contentScripts/reportProblemPopup/reportProblemPopup.js @@ -42,8 +42,8 @@ export const reportProblemPopup = () => { To take a screenshot and get the json file, you need:
- press the OK button in this window
- - select the 'Window' tab in the newly appeared window
- - select the Chrome browser
+ - select the 'Chrome tab' tab in the newly appeared window
+ - select the ${document.title}
- click the 'Share' button

After that, send a letter in which you describe the problem and attach the downloaded files. From 8f690f6e3b610fe84a11c0935e20bc6336a7c889 Mon Sep 17 00:00:00 2001 From: Ruslan Galiev Date: Tue, 10 Aug 2021 08:31:14 +0300 Subject: [PATCH 2/2] Issue-269: Version Up --- manifest.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index a05320d..2ee5df0 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "JDN", "description": "", "devtools_page": "index.html", - "version": "3.0.36", + "version": "3.0.38", "permissions": [ "activeTab", "tabs", diff --git a/package.json b/package.json index aa7f1b4..f87496c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jdi-react-extension", - "version": "3.0.36", + "version": "3.0.38", "description": "jdi react extension", "scripts": { "start": "npm run webpack",