Skip to content

Commit 5d01582

Browse files
committed
Bump Version
1 parent 4a7deed commit 5d01582

File tree

2 files changed

+43
-1
lines changed

2 files changed

+43
-1
lines changed

messages.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"install": "messages/install.txt",
33
"4.0.0": "messages/4.0.0.txt",
44
"4.3.0": "messages/4.3.0.txt",
5-
"4.4.0": "messages/4.4.0.txt"
5+
"4.4.0": "messages/4.4.0.txt",
6+
"4.5.0": "messages/4.5.0.txt"
67
}

messages/4.5.0.txt

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
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

Comments
 (0)