Skip to content

Commit

Permalink
Merge pull request #34 from guicassolato/release-v0.5.0
Browse files Browse the repository at this point in the history
Bump version to v0.5.0
  • Loading branch information
guicassolato committed Jan 8, 2023
2 parents 76b1959 + d8cbbba commit 25325dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <kbd>⇧ ⌘ P</kbd> _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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down

0 comments on commit 25325dd

Please sign in to comment.