Version 9.11.5

This commit is contained in:
James-Yu 2023-06-14 22:00:35 +08:00
parent bb161320cc
commit 2dea48ac70
3 changed files with 16 additions and 3 deletions

View File

@ -1,5 +1,18 @@
# Change Log
## [9.11.5] - 2023-06-13
### Fixed
- (#3875,#3914) `onSave` triggers on included bibs and non-TeX children.
- (#3897) Outline and structure won't work if the first section is starred.
- (#3898) When the parameter "latex-workshop.latex.outDir" is defined, the feature from #3890 doesn't work.
- (#3899) When manually close the "View LaTex PDF file", the command "SyncTex from cursor" doesn't open the PDF anymore.
- (#3902) Trimming dropdown menu in PDF viewer sometime overflows.
- (#3905) The structure on the left does not jump on click.
- (#3907) Increase the concurrent LU parser number.
- (#3912) Wrong number of steps in the recipe steps counter.
- (#3922) Trouble with LaTeX parsing related to listings and math mode.
## [9.11.4] - 2023-05-27
### Fixed

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "latex-workshop",
"version": "9.11.4",
"version": "9.11.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "latex-workshop",
"version": "9.11.4",
"version": "9.11.5",
"license": "MIT",
"dependencies": {
"cross-spawn": "7.0.3",

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