Skip to content

Releases: iliazeus/vscode-ansi

v1.1.7

05 Feb 08:06
Compare
Choose a tag to compare

1.1.7

  • Fix extension not being activated in certain cases
  • Fix capitalization of "ANSI Text"

v1.1.6

09 Apr 10:27
Compare
Choose a tag to compare

1.1.6

  • Optimize memory usage

v1.1.5

01 Mar 07:52
Compare
Choose a tag to compare

1.1.5

  • Strip all ANSI escapes in preview mode, not just SGR ones

v1.1.4

27 Feb 09:46
Compare
Choose a tag to compare

1.1.4

  • Cleaned up extension activation events

v1.1.3

27 Feb 09:16
Compare
Choose a tag to compare

1.1.3

  • Fixed a bug with adjacent SGI and non-SGI escapes

v1.1.2

01 Mar 10:16
Compare
Choose a tag to compare

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

29 Jan 09:19
Compare
Choose a tag to compare

1.1.1

  • Fixed a bug with corrupting previews of files that have been deleted and re-created

v1.1.0

22 Jan 15:25
Compare
Choose a tag to compare

1.1.0

  • Implemented own ANSI escape parser

v1.0.5

12 Dec 12:59
Compare
Choose a tag to compare

1.0.5

  • Added support for bold, italic, underline and dim modifiers
  • Fixed several bugs with updating and rendering text decorations

v1.0.4

04 Dec 11:55
Compare
Choose a tag to compare

1.0.4

  • Added the .ans file extension association
  • Added the preview button to editor titles for ANSI text files