Releases: SublimeText/LaTeXTools
Releases · SublimeText/LaTeXTools
v4.4.2
bugfixes
- fix viewer plugins not being reloaded after package updates
- re-focus ST window via sublime API to improve reliability of
keep_focus
setting - fix evince and skim script caching and calling (fixes #1635)
changes
-
use common
subl
binary detection for command line creations -
convert most string formattings to
f-strings
-
refactor various viewer plugins to simplify code base and adjust behavior to current Linux distros and viewer versions.
Tools like
wmctrl
orxdotool
to focus windows seem no longer supported by most modern window managers.
v4.4.1
v4.4.0
v4.3.6
v4.3.5
v4.3.4
- 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
v4.3.2
v4.3.1
v4.3.0
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