diff --git a/CHANGELOG.md b/CHANGELOG.md index 98b0d02..21bc990 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,13 +6,19 @@ This file is structured according to the [Keep a Changelog](http://keepachangelo ## [Unreleased] +## [v0.5.0] - 2022-01-08 + ### Added - Option to default to running code blocks in a separate shell in the background instead of the in the integrated terminal. Output is appended to the preview. (Closes https://github.com/guicassolato/tothom/issues/6) - Option to save env variables to temporary file when running code blocks in a separate shell in the background - New command ⇧ ⌘ P _Tothom: Clear terminal selection_ - removes the binding between the activate preview and a terminal -## [v0.3.0] - 2022-01-05 +### Changed + +- Update usage GIFs in the README + +## [v0.4.0] - 2022-01-05 ### Added diff --git a/package.json b/package.json index cd395f5..d014d10 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Tothom", "description": "Yet another markdown preview with code block execution.", "icon": "resources/tothom.png", - "version": "0.4.0", + "version": "0.5.0", "engines": { "vscode": "^1.74.0" },