diff --git a/CHANGELOG.md b/CHANGELOG.md index e9b0db3e5..e7ce46007 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [9.12.3] - 2023-07-07 + +### Fixed +- Even faster structuring on projects with a large number of sub-files. +- (#3573) Cache.content can be dirty. +- (#3937) Support globs when updating bib paths. +- (#3943) Hover hint considers package and optional arguments. +- (#3946) Env pair should use dirty content AST. +- (#3947) Macros must have a mandatory argument in order to appear in outline. +- (#3948) Re-implement `mathtools` and `amsopn` new command support. +- (#3950) Child tex wrongly all registered to root. + ## [9.12.2] - 2023-06-22 ### Fixed diff --git a/package-lock.json b/package-lock.json index fcdaf89f6..9b2c03c75 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "latex-workshop", - "version": "9.12.2", + "version": "9.12.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "latex-workshop", - "version": "9.12.2", + "version": "9.12.3", "license": "MIT", "dependencies": { "@unified-latex/unified-latex-util-arguments": "1.4.0", diff --git a/package.json b/package.json index 583d2ee72..09d204f3b 100644 --- a/package.json +++ b/package.json @@ -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.12.2", + "version": "9.12.3", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",