Resolve #2552. Version 8.16.1

This commit is contained in:
James-Yu 2021-03-03 09:33:20 +08:00
parent 51961eb37f
commit 0700d461f3
2 changed files with 11 additions and 1 deletions

View File

@ -1,5 +1,15 @@
# Change Log
## [8.16.1] - 2021-03-03
### Fixed
- (#2536) Check for duplicate labels.
- (#2542) Highlight `pythontex` environments.
- (#2543) Make `import` accept a relative path starting from the `rootDir`.
- (#2547) Use `spawnSync` to prevent code injection.
- (#2549) `LintRoot` should lint the whole LaTeX project.
- (#2550) Raise a warning message when viewer cannot find PDF file.
## [8.16.0] - 2021-02-19
### Added

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": "8.16.0",
"version": "8.16.1",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",