diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cd6b1c5f..7e1d029db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [9.19.2] - 2024-04-04 + +### Fixed +- Prevent `.aux` and `.out` file changes from triggering auto-build +- (#4207) Cursor tracing in structure works across files with 2+ level differences. +- ($4220) Synctex does not work while using vscode in browser. + ## [9.19.1] - 2024-03-12 ### Fixed diff --git a/package-lock.json b/package-lock.json index 7ae792366..696ad0f8f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "latex-workshop", - "version": "9.19.1", + "version": "9.19.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "latex-workshop", - "version": "9.19.1", + "version": "9.19.2", "license": "MIT", "dependencies": { "cross-spawn": "7.0.3", diff --git a/package.json b/package.json index 4fcf3ff65..eeca267cc 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.19.1", + "version": "9.19.2", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",