Skip to content

Releases: jfcherng-sublime/ST-AutoSetSyntax

4114-4.1.0

28 Mar 10:09
168006e
Compare
Choose a tag to compare
  • feat: check MD5 of downloaded magika dependencies
  • refactor: auto_set_syntax_debug_information command creates a new view
  • refactor: use flat dotted dict for Magika's syntax mapping

4114-4.0.2

22 Mar 08:11
78e8146
Compare
Choose a tag to compare
  • chore: add more Magika file types
  • chore: provide more precise matched reason
  • refactor: remove more Node.js related things

4114-4.0.1

06 Mar 17:40
90db4ca
Compare
Choose a tag to compare
  • refactor: expose ViewSnapshot in AutoSetSyntax.plugin

4114-4.0.0

06 Mar 16:25
b60987f
Compare
Choose a tag to compare
  • refactor: retire ViewSnapshotCollection

    This is a breaking change since all matches and constraintes receive
    ViewSnapshot rather than View now. But most of users won't be affected.

  • refactor: improve magika detection performance for unmodified files

4114-3.1.2

03 Mar 22:41
cf2e51a
Compare
Choose a tag to compare
  • chore: refine requirements.txt rule pattern
  • chore: add PEM syntax mapping for magika
  • chore: fix docs link

4114-3.1.1

02 Mar 08:35
c8df42e
Compare
Choose a tag to compare
  • fix: exception related to None when triggered frequently

4114-3.1.0

25 Feb 16:08
dbd53eb
Compare
Choose a tag to compare
  • feat: configurable debounce time via debounce setting

4114-3.0.2

23 Feb 20:25
159c4f9
Compare
Choose a tag to compare
  • fix: JSON with XSSI protection prefix doesn't work

  • fix: first line syntax detection doesn't work while typing

    E.g., type <?php and then press Enter. It should be detected as PHP.

  • refactor: file_name_unhidden should base on lstrip()

4114-3.0.1

20 Feb 10:55
edad275
Compare
Choose a tag to compare
  • fix: better detection for JSON with XSSI protection prefix

4114-3.0.0

18 Feb 12:37
b986209
Compare
Choose a tag to compare