Releases: guicassolato/tothom
Releases · guicassolato/tothom
v0.9.0
What's Changed
- Reveal active column on reload preview by @guicassolato in #50
- Proper propagation of the click event by @guicassolato in #51
- Bump version to v0.9.0 by @guicassolato in #52
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- feat(tests): sets up gh action with headless vscode tests by @bartoszmajsak in #46
- feat: ANSI escape sequences to HTML by @guicassolato in #47
- Bump version to v0.8.0 and update changelog by @guicassolato in #48
New Contributors
- @bartoszmajsak made their first contribution in #46
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- Update README.md by @hguerrero in #41
- Animated 'loading' image while running commands in a separate shell in the background by @guicassolato in #44
- Bump version to v0.7.0 and update changelog by @guicassolato in #45
New Contributors
- @hguerrero made their first contribution in #41
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
- fix: sample carrying out env across code blocks by @guicassolato in #38
- cleanup temp files created in /tmp by @guicassolato in #39
- Bump version to v0.6.0 and update changelog by @guicassolato in #40
Full Changelog: v0.5.1...v0.6.0
v0.5.1
What's Changed
- lock npm packages by @guicassolato in #35
- fix: escapeHtml invoked on undefined engine const by @guicassolato in #36
- Bump version to v0.5.1 by @guicassolato in #37
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- Append output to preview by @guicassolato in #33
- 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 #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
- Bump version to v0.5.0 by @guicassolato in #34
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- New commands to bind existing terminals to the preview by @guicassolato in #30
- Follow links between local markdown files by @guicassolato in #31
- Bump version to v0.4.0 by @guicassolato in #32
Full Changelog: v0.3.1...v0.4.0
v0.3.1
What's Changed
- hotfix: show not found message only when reload requested by @guicassolato in #28
- Bump version to v0.3.1 by @guicassolato in #29
Full Changelog: v0.3.0...v0.3.1
v0.3.0
What's Changed
- Update list of features by @guicassolato in #5
- fix: vscode markdown-it plugin removed by @guicassolato in #14
- fix: relative paths in image src by @guicassolato in #15
- refactor: renderer rules by @guicassolato in #16
- fix: active workspace directory added to webview's local resource roots by @guicassolato in #17
- added support for html tag attributes (with markdown-it-attrs) by @guicassolato in #18
- fix: <kbd> tags in the README and samples by @guicassolato in #19
- Update Changelog by @guicassolato in #20
- fix: toc of the sample md file by @guicassolato in #21
- Option to configure the label of the 'Run in terminal' button by @guicassolato in #22
- refactor: default tothom option values stored in constants by @guicassolato in #23
- New command 'Reload Preview' by @guicassolato in #24
- Bumped version to v0.3.0 by @guicassolato in #25
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
Added
- Webview enhancements by @guicassolato in #1
- Find widget enabled in the preview window
- Support for anchor links
- Support for task/todo lists
Changed
- Enhancements to the README by @guicassolato
- Link to the extensions in the Visual Studio Marketplace
- Resolution of the animated usage instructions image improved
New Contributors
- @guicassolato made their first contribution in #1
Full Changelog: v0.1.0...v0.2.0