Releases: iliazeus/vscode-ansi
Releases · iliazeus/vscode-ansi
v1.1.7
1.1.7
- Fix extension not being activated in certain cases
- Fix capitalization of "ANSI Text"
v1.1.5
1.1.5
- Strip all ANSI escapes in preview mode, not just SGR ones
v1.1.4
1.1.4
- Cleaned up extension activation events
v1.1.3
1.1.3
- Fixed a bug with adjacent SGI and non-SGI escapes
v1.1.2
1.1.2
- Fixed a bug with overriding editor backgrounds (e.g. current line highlighting not working)
- Improved the ANSI parser to allow for future refactoring
v1.1.1
1.1.1
- Fixed a bug with corrupting previews of files that have been deleted and re-created
v1.1.0
1.1.0
- Implemented own ANSI escape parser
v1.0.5
1.0.5
- Added support for bold, italic, underline and dim modifiers
- Fixed several bugs with updating and rendering text decorations
v1.0.4
1.0.4
- Added the
.ans
file extension association
- Added the preview button to editor titles for ANSI text files