Skip to content

Commit 9aa34a0

Browse files
committed
Prepare v3.15.1
Bugfixes: - Revert change that caused SumatraPDF not to show under some circumstances (#1309) - Basic builder should now properly handle LaTeX documents with non-tex extensions (#1246) - Key bindings for superscript and subscript in math mode should work again (#1160)
1 parent b1e8771 commit 9aa34a0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ by Ian Bacher, Marciano Siniscalchi, and Richard Stein
88
**Documentation:**
99
<https://latextools.readthedocs.io>
1010

11-
*Latest revision:* v3.15.0 (2018-04-21).
11+
*Latest revision:* v3.15.1 (2018-04-23).
1212

1313
[![Package Control](https://img.shields.io/packagecontrol/dm/LaTeXTools.svg?maxAge=2592000)](https://packagecontrol.io/packages/LaTeXTools)
1414

messages.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,9 @@
103103
"v3.15.0": "messages/v3.15.0.txt",
104104
"st2-3.15.0": "messages/v3.15.0.txt",
105105
"st3until3125-3.15.0": "messages/v3.15.0.txt",
106-
"st3-3.15.0": "messages/v3.15.0.txt"
106+
"st3-3.15.0": "messages/v3.15.0.txt",
107+
"v3.15.1": "messages/v3.15.1.txt",
108+
"st2-3.15.1": "messages/v3.15.1.txt",
109+
"st3until3125-3.15.1": "messages/v3.15.1.txt",
110+
"st3-3.15.1": "messages/v3.15.1.txt"
107111
}

messages/v3.15.1.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
LaTeXTools Plugin version 3.15.0 (2018-04-23) changelog:
2+
3+
Bugfixes:
4+
5+
- Revert change that caused SumatraPDF not to show under some circumstances (#1309)
6+
7+
- Basic builder should now properly handle LaTeX documents with non-tex extensions (#1246)
8+
9+
- Key bindings for superscript and subscript in math mode should work again (#1160)
10+
11+
N.B. Future development that supports ST2 or ST3 prior to the introduction of phantoms will stop after this (minor) release.

0 commit comments

Comments
 (0)