Skip to content

Releases: aziz/SublimeANSI

0.3.8

13 Nov 18:58
c8f45de
Compare
Choose a tag to compare

Patch: Fixed on_data bug (#68)

0.3.7

13 Jun 06:11
cb42936
Compare
Choose a tag to compare
  • fix: somehow settings is not ready when plugin_loaded()

0.3.6

02 Jun 12:38
8426dce
Compare
Choose a tag to compare
  • fix: ansi.tmTheme not found

0.3.5

06 Apr 19:24
cc2bebd
Compare
Choose a tag to compare
  • fix: fix compatibility with ST 4.

    The Default.sublime-package now runs on Python 3.8 so we failed to use Default.exec before fixing.

0.3.3

13 Sep 08:26
4e8dfd4
Compare
Choose a tag to compare
  • Allow adding arbitrary globals into generated color scheme.

0.3.2

12 Sep 18:03
645bd39
Compare
Choose a tag to compare
  • Fix reverse-ordered COLOR_light is not highlighted.

    Before patching, [1;31m will be highlighted but [31;1m won't.
    Both of them are valid and should be rendered as the same.

Support bright 3/4 bit colors

03 Aug 10:08
894ff03
Compare
Choose a tag to compare
Merge pull request #51 from hadisfr/master

Add supporting of bright 3/4 bit colors

iTerm OSX Compatible

05 Jun 16:34
629d9a5
Compare
Choose a tag to compare
Merge pull request #50 from Dakta/iTerm-OSX-compatible

Support more color code formats

Compatible with ST 3.1 (Build 3170)

08 May 07:59
af7b7dc
Compare
Choose a tag to compare
Merge pull request #49 from lassevalentini/master

ANSIescape stopped working in Sublime 3.1

0.2.0: Merge pull request #45 from jfcherng/performance

11 Jan 03:36
89ec98e
Compare
Choose a tag to compare
  • Dramatic performance improvement for large static content.