diff --git a/.vscode/settings.json b/.vscode/settings.json index 75b2596..cd78cac 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,6 +4,7 @@ "HMAC", "mathpix", "myscript", - "zhaouv" + "zhaouv", + "vsix" ] } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index dd584cf..e5451ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2023-02-24 + This release reworks the `draw.directory` setting to behave like a more standard filepath. Specifically, it's now relative to the current file (unless the path is absolute). To use the previous default behavior of inlining the svg content, set it to `null`. diff --git a/package.json b/package.json index c5f9bdd..d4a1264 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "draw", "displayName": "Draw", "description": "Draw an SVG image with a mouse or pen", - "version": "0.1.21", + "version": "0.2.0", "publisher": "hall", "icon": "docs/images/icon.png", "license": "Apache-2.0",