Skip to content

Releases: SublimeText/LaTeXTools

v4.1.0

16 Jan 20:00
Compare
Choose a tag to compare

fixes:

  • all core python modules are moved to latextools package to avoid duplicate globals
    This works around a characteristic of ST's plugin eco system and makes reloading after package updates easier.
  • fix preview related settings not being read or tracked for changes (fixes #1599)
  • fix image preview not being displayed due to LaTeX syntax changes
  • fix tex-style % comments not being handled by "new" Bibtex parser

enhancements:

  • improve image/math preview popup and phantom formatting (stylesheets)
  • reorganize math and image preview related settings
  • optimize merged settings loading from and change tracking of all supported settings files (LatexTools, LaTeXTools (Advanced), Preferences)
  • refactor event debouncing using a defacto ST community standard function
  • convert snippet related completions to *.sublime-snippet files as only latter ones take precedence over other completions in ST4, like all sorts of snippets did in ST3
  • add some kind info/icons to Bibtex related completions (ST4 only)

other:

  • remove obsolete BibTexCache related commands

v4.0.1

30 Dec 17:17
Compare
Choose a tag to compare
  • rename build variant headers to avoid confusion with with used traditional, basic or script builders.
  • fix a cache bug, which prevented \cite completions of recently added bibliographies from being available.
  • drop another ST2 hack
  • rename _InputQuickpanelListener listener to InputQuickpanelListener as ST4 ignores everything starting with underscore.
  • reformat codebase using python black (should have happened before 4.0.0, but yeah)

v4.0.0

29 Dec 14:05
Compare
Choose a tag to compare

LaTeXTools Plugin version 4.0.0

This is a major update targetting ST 3143+ and ST 4107+.

ST2 support is completely removed and support for ST 4107+ and python 3.8 is added.

Warning

  1. All commnands have been renamed to follow a common naming schema.
    Therefore customized key bindings need to be updated.
  2. Plugins have been reorganized and renamed.
    Therefore user defined plugins might need adjustments.

To easily find them, run LaTeXTools: Find deprecated commands from Command Palette, if a key bindings file is opened. Note: It requires PackageDev to be installed.

v3.7.8

23 Apr 14:27
Compare
Choose a tag to compare
  • New viewers for Preview.app and Okular
  • New bibliography parser available (see the settings file)
  • Support for most citation commands, especially using BibLaTeX