Version 9.11.0

This commit is contained in:
James-Yu 2023-05-24 12:27:59 +08:00
parent 5f091835ac
commit 70cf809ff0
3 changed files with 13 additions and 3 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## [9.11.0] - 2023-05-24
### Added
- (#3879) Use `unified-latex` to parse structure.
- This is a start of the transition to `unified-latex`-based AST parsing.
- (#3883) Add a `singleton` mode to pdf tab viewing.
### Fixed
- (#3872) Fix `latexlog` parsing.
## [9.10.0] - 2023-05-03
### Added

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "latex-workshop",
"version": "9.10.0",
"version": "9.11.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "latex-workshop",
"version": "9.10.0",
"version": "9.11.0",
"license": "MIT",
"dependencies": {
"@unified-latex/unified-latex": "^1.3.2",

View File

@ -3,7 +3,7 @@
"displayName": "LaTeX Workshop",
"description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.",
"icon": "icons/icon.png",
"version": "9.10.0",
"version": "9.11.0",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",