From 05945e2f747b251cf1981cc3731373ba7edf0bd0 Mon Sep 17 00:00:00 2001 From: Bryton Hall Date: Fri, 24 Feb 2023 01:07:48 -0500 Subject: [PATCH] release 0.2.0 --- .vscode/settings.json | 3 ++- CHANGELOG.md | 2 ++ package.json | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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",