From c527914bd1b76c58006d58193109e5c33b51b4f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Ruales?= <1588988+jruales@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:13:29 -0800 Subject: [PATCH 1/2] bump version and changelog --- CHANGELOG.md | 3 +++ package.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0191f35..aa4bb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.4.17 (February 5, 2026) +- Added setting `livePreview.useIntegratedBrowser` + ## 0.4.16 (September 11, 2025) - Address some XSS security issues 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" From a690e1d0630a146e13d2f0d51539f2ae2ec236dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joaqu=C3=ADn=20Ruales?= <1588988+jruales@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:19:15 -0800 Subject: [PATCH 2/2] Small change Updated changelog to include recent changes and fixes. --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa4bb93..744cb58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog ## 0.4.17 (February 5, 2026) -- Added setting `livePreview.useIntegratedBrowser` +- 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) @@ -162,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` +