diff --git a/CHANGELOG.md b/CHANGELOG.md index 0191f35..744cb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.4.17 (February 5, 2026) +- Added `livePreview.useIntegratedBrowser` setting to use VS Code's new Integrated Browser instead of Live Preview Extension's own browser. + ## 0.4.16 (September 11, 2025) - Address some XSS security issues @@ -159,3 +162,4 @@ - Fixed high CPU usage bug in external browser [#78](https://github.com/microsoft/vscode-livepreview/pull/78) Changes have only been tracked starting from `v0.2.2` + diff --git a/package.json b/package.json index c0161ab..9212eec 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "live-server", "displayName": "Live Preview", "description": "Hosts a local server in your workspace for you to preview your webpages on.", - "version": "0.4.16", + "version": "0.4.17", "preview": true, "aiKey": "AIF-d9b70cd4-b9f9-4d70-929b-a071c400b217", "publisher": "ms-vscode", @@ -19,7 +19,7 @@ } }, "engines": { - "vscode": "^1.80.0" + "vscode": "^1.109.0" }, "bugs": { "url": "https://github.com/microsoft/vscode-livepreview/issues"