From 02bfcf577de2241b015b94df19bac095bc670242 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Fri, 6 Sep 2019 13:37:55 -0400 Subject: [PATCH 1/5] Clipper release v1.0.18 --- Clipper/joplin-webclipper/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clipper/joplin-webclipper/manifest.json b/Clipper/joplin-webclipper/manifest.json index 5a56122af7..78b958ab6d 100644 --- a/Clipper/joplin-webclipper/manifest.json +++ b/Clipper/joplin-webclipper/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Joplin Web Clipper [DEV]", - "version": "1.0.17", + "version": "1.0.18", "description": "Capture and save web pages and screenshots from your browser to Joplin.", "homepage_url": "https://joplinapp.org", "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", From be9e50b4a1e68d6ddfe031b0d9a83b5bef3f2abc Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Fri, 6 Sep 2019 18:48:05 +0100 Subject: [PATCH 2/5] Update FUNDING.yml --- .github/FUNDING.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 5a33f420c9..edc00b3d20 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,5 @@ # These are supported funding model platforms patreon: joplin +github: laurent22 custom: https://joplinapp.org/donate/ From 20abb125a58950dc6747c72f0dc9e381ed3b9e95 Mon Sep 17 00:00:00 2001 From: "Helmut K. C. Tessarek" Date: Fri, 6 Sep 2019 13:53:35 -0400 Subject: [PATCH 3/5] infrastructure: skip preflight check for building clipper --- Tools/release-clipper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/release-clipper.js b/Tools/release-clipper.js index 1a3d8e8aac..1b3153f081 100644 --- a/Tools/release-clipper.js +++ b/Tools/release-clipper.js @@ -37,7 +37,7 @@ async function main() { console.info('Building extension...'); process.chdir(clipperDir + '/popup'); - console.info(await execCommand('npm run build')); + console.info(await execCommand('SKIP_PREFLIGHT_CHECK=true npm run build')); const dists = [ { From 76a4a445f004d08229e1721ee5be7e431a59ff9d Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 7 Sep 2019 09:56:06 +0100 Subject: [PATCH 4/5] Doc: Added info about SKIP_PREFLIGHT_CHECK --- Tools/release-clipper.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tools/release-clipper.js b/Tools/release-clipper.js index 1b3153f081..bc4ba0745b 100644 --- a/Tools/release-clipper.js +++ b/Tools/release-clipper.js @@ -37,6 +37,9 @@ async function main() { console.info('Building extension...'); process.chdir(clipperDir + '/popup'); + // SKIP_PREFLIGHT_CHECK avoids the error "There might be a problem with the project dependency tree." due to eslint 5.12.0 being + // installed by CRA and 6.1.0 by us. It doesn't affect anything though, and the behaviour of the preflight + // check is buggy so we can ignore it. console.info(await execCommand('SKIP_PREFLIGHT_CHECK=true npm run build')); const dists = [ From 1b2f4fb036f7a567398001d6201c7376bb0b6b9d Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Sat, 7 Sep 2019 10:09:05 +0100 Subject: [PATCH 5/5] Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0df67c731b..063d603479 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,6 +12,11 @@ labels: 'bug' Please test using the latest Joplin release to make sure your issue has not already been fixed. --> + + ## Environment Joplin version: