Skip to content

Commit 5166921

Browse files
committed
Version 10.5.0
1 parent 2eb5833 commit 5166921

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

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

3+
## [10.5.0] - 2024-10-08
4+
5+
### Added
6+
- (#4423) A new flicker-free pdf refresh solution inspired by tamuratak/latex-toybox.
7+
- (#4427) Define tex-fmt arguments in `formatting.tex-fmt.args`
8+
- This config replaces the previous `formatting.tex-fmt.doNotWrap`.
9+
10+
### Fixed
11+
- (#3783) Fix a bug of incorrect suggestion when auto-completing inside `\\end{}`.
12+
- (#4420) Add `\left|..\right|` snippet.
13+
314
## [10.4.2] - 2024-10-02
415

516
### 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.4.2",
6+
"version": "10.5.0",
77
"publisher": "James-Yu",
88
"license": "MIT",
99
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",

0 commit comments

Comments
 (0)