diff --git a/CHANGELOG.md b/CHANGELOG.md index 612eb11..2c78e6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.18.7 (April 7, 2022) + +- Fix #83 pasting does not work in WSL + ## 0.18.6 (March 5, 2022) - Fix #76: Windows: Markdown Download always saved to C:\ diff --git a/package.json b/package.json index 528446d..04d784c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-markdown-paste-image", "displayName": "Markdown Paste", "description": "A smartly paste for markdown.", - "version": "0.18.6", + "version": "0.18.7", "publisher": "telesoho", "author": { "name": "telesoho", diff --git a/src/paster.ts b/src/paster.ts index 0119c81..5283740 100644 --- a/src/paster.ts +++ b/src/paster.ts @@ -812,7 +812,7 @@ class Paster { "-nologo", "-sta", "-executionpolicy", - "unrestricted", + "bypass", "-windowstyle", "hidden", "-file",