Releases: SublimeText/LaTeXTools
Releases · SublimeText/LaTeXTools
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.