Skip to content

Releases: SublimeText/LaTeXTools

v4.3.6

27 Jun 12:29
875d668
Compare
Choose a tag to compare
  • fix \graphicspath argument parsing (#1626)
  • fix beamer \includegraphics (#1627)

v4.3.5

03 Jun 08:23
88f47f8
Compare
Choose a tag to compare
  • fix auto-fill trigger being augmented by auto-pairing brackets (#1621)

v4.3.4

29 May 16:56
Compare
Choose a tag to compare
  • add key bindings to wrap selected text in pipes (fixes #191)
  • add settings to control auto-pairing brackets (fixes #1618)
    • auto_match_escaped_brackets
    • auto_match_math_brackets
  • add auto-pairing of leading and trailing spaces within brackets, controlled via auto_match_spaces setting
  • fix various auto-pairing related issues, especially with detecting escape sequences

v4.3.3

05 May 16:43
Compare
Choose a tag to compare
  • fix goto anything regression introduced by v4.3.2

v4.3.2

30 Apr 19:55
Compare
Choose a tag to compare
  • fix goto_anywhere command not jumping to references or labels

v4.3.1

08 Apr 16:50
Compare
Choose a tag to compare
  • fix regression in traditional bibliography parser
  • fix exceptions raised by citation completions if bibliography cache is cold

v4.3.0

29 Mar 19:07
Compare
Choose a tag to compare

Fixes:

  • fix wrong variable in traditional bibliography parser (fixes #1607)

Enhancements:

  • add support for multiple packages (e.g.: \usepackage{package1,package2})
  • add support for key-value author in bibliography (fixes #1611)
  • replace out-dated LaTeX-cwl package dependency by vendored CWL files

Note

LaTeX-cwl package is no longer needed and can be removed

v4.2.3

13 Feb 16:16
Compare
Choose a tag to compare
  • fix compatibility with ST4107..4131
  • fix additional bibliography files crashing cite completions (fixes #1605)
  • include local *.cls file into analysis (fixes #371)
  • add more default temp file extensions

v4.2.2

02 Feb 14:17
Compare
Choose a tag to compare
  • fix \ref completions provided from wrong document
  • add \ref completions for labels in \lstset commands (resolves #214)
  • add shift+enter key binding to add \task (resolves #1369)
  • add support ofr \appendtographicspath (addresses #1408)

v4.2.1

31 Jan 18:01
Compare
Choose a tag to compare
  • ensure cite completion settings are read correctly (fixes #1604)
  • fix bibtex parser throwing syntax error on unknown tokens between (outside of) @entries{...}
  • fix a compatibility issue with ST4107 ... ST4131
  • add support \thlabel and \thref (fixes #1463)
  • use python's "oem" encoding to decode output of command line tools on Windows (ST4 only)