Skip to content

Commit 3e0ee25

Browse files
committed
Version 10.12.0
1 parent 0e3997e commit 3e0ee25

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Change Log
22

3+
## [10.12.0] - 2025-12-11
4+
5+
### Added
6+
- [#4736] Parse "No pages of output" latex log message.
7+
- [#4738, #4742] Add LaTeX formatting provider that converts math delimiters.
8+
- A new config item `format.fixMath.enabled` is added, default to `false`.
9+
- [#4750] Add a setting to decide from which directory to run the recipes.
10+
- A new config item `latex.build.fromWorkspaceFolder` is added, default to `false`.
11+
- [#4752] Log `tex-fmt` `stderr` output on non-zero exit code.
12+
13+
### Fixed
14+
- [#4743] `tex-fmt` subprocess halting when pipe buffer for `stderr` is full.
15+
16+
317
## [10.11.4] - 2025-11-16
418

519
### Fixed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "LaTeX Workshop",
44
"description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.",
55
"icon": "icons/icon.png",
6-
"version": "10.11.4",
6+
"version": "10.12.0",
77
"publisher": "James-Yu",
88
"license": "MIT",
99
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",

0 commit comments

Comments
 (0)