|
| 1 | +LaTeXTools 4.5.0 |
| 2 | +---------------- |
| 3 | + |
| 4 | + The major changes of this release are: |
| 5 | + |
| 6 | + 1. rewritten dbus based viewer plugin for Evince and XReader on Linux. |
| 7 | + |
| 8 | + 2. overhauled PDF builder infrastructure and default builders. |
| 9 | + |
| 10 | + It should not affect normal usage of default functionality in obvious ways, |
| 11 | + except build menu now displaying "Compile to PDF" instad of "LaTeX". |
| 12 | + |
| 13 | + Existing custom builder plugins may however need some adoption, even though |
| 14 | + primary API changes target improved consistency and extended functionality, only. |
| 15 | + |
| 16 | + Expected changes are primarily related with printing command results |
| 17 | + or creation of custom `Popen` commands, which a dedicated method was added for. |
| 18 | + |
| 19 | + Please refer to https://sublimetext.github.io/LaTeXTools/buildsystem/ to get some |
| 20 | + information about current API. A dedicated migration guide does not exist, but |
| 21 | + a look at default builders' code may give some hints about required adaptions. |
| 22 | + |
| 23 | + Fixes: |
| 24 | + |
| 25 | + - fix skim script path argument (#1639) |
| 26 | + - fix aux- and output-directory usage with latexmk (#1640) |
| 27 | + - fix SumatraPDF not reloading re-build PDFs (#1642) |
| 28 | + - fix build cancellation support |
| 29 | + |
| 30 | + Enhancements: |
| 31 | + |
| 32 | + - support Xreader, refresh support for Evince (#1557) |
| 33 | + - improve translation of special char in auto label (#1637) |
| 34 | + - replace `copy_output_on_build` functionality by |
| 35 | + proper output-directory support in all default builders. |
| 36 | + - overhaul builder infrastructure and default builder plugins |
| 37 | + - publish updated documentation at https://sublimetext.github.io/LaTeXTools/ (fixes #1643) |
| 38 | + |
| 39 | + If you encounter any issues, please open an issue at: |
| 40 | + |
| 41 | + https://github.com/SublimeText/LaTeXTools/issues |
0 commit comments