Releases: SublimeText/LaTeXTools
Releases · SublimeText/LaTeXTools
v4.1.0
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
- rename build variant headers to avoid confusion with with used
traditional
,basic
orscript
builders. - fix a cache bug, which prevented
\cite
completions of recently added bibliographies from being available. - drop another ST2 hack
- rename
_InputQuickpanelListener
listener toInputQuickpanelListener
as ST4 ignores everything starting with underscore. - reformat codebase using python black (should have happened before 4.0.0, but yeah)
v4.0.0
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
- All commnands have been renamed to follow a common naming schema.
Therefore customized key bindings need to be updated. - 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.