Releases: TobiasFaller/vscode-vt100-syntax-highlight
Releases · TobiasFaller/vscode-vt100-syntax-highlight
Release v1.1.0
- Added support for inline escape sequence highlighting (with includes and excludes)
- Added support for opening files with custom editor (by default)
- Improved handling of previews (side-by-side vs dedicated)
- Fixed bug on text export where escape sequences were not removed
Release v1.0.2
- Fixed issue with horizontal alignment of escape codes
- Updated dependencies
Release v1.0.1
- Added badges to repository
Release v1.0.0
- Updated preview images in repository
Release v0.0.16
- Added support for native theme colors
Release 0.0.15
- Added support for synchronous scrolling in preview
- Changed "VT100" tag to "Ansi" in plugin metadata
Release 0.0.14
- Updated color palette to match default Microsoft terminal colors
- Fixed dark / light color handling for editor
- Fixed bug where leading zeroes in escape code were not stripped
Release 0.0.13
- Fixed bug in parsing of ESC[m code
- Added foreground text colors for light mode
Release 0.0.12
- Added additional filter to remove escape codes in preview panel
- Added section 'How to open the preview' to the readme document
Release 0.0.11
- Added progress to export commands
- Introduced abbreviated class names for HTML export to reduce memory consumption