From ca86244d601b36d5d196ea904e110c5da20f7797 Mon Sep 17 00:00:00 2001 From: elliot Date: Wed, 18 Feb 2026 15:12:40 -0500 Subject: [PATCH 1/2] Prepare for release 1.130.0 --- apps/vscode/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index ef8bfcbb..b48c44ff 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -1,9 +1,10 @@ # Changelog -## 1.130.0 (Unreleased) +## 1.130.0 (Release on 2026-02-18) - Fixed a bug where a parse error in one chunk meant you could not perform statement execution in another chunk (). - Changed the title of commands to "New Quarto Document", "New Quarto Notebook (ipynb)", and "New Quarto Presentation" (). +- Made minimal changes to prepare the Quarto extension to work with Positron's upcoming inline output features (). ## 1.129.0 (Release on 2026-01-29) From d13827b7e5ab4fed578e3719a53e146bd7cdcf87 Mon Sep 17 00:00:00 2001 From: elliot Date: Wed, 18 Feb 2026 15:15:21 -0500 Subject: [PATCH 2/2] Remove extra changelog entry --- apps/vscode/CHANGELOG.md | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/vscode/CHANGELOG.md b/apps/vscode/CHANGELOG.md index b48c44ff..c8421c9f 100644 --- a/apps/vscode/CHANGELOG.md +++ b/apps/vscode/CHANGELOG.md @@ -4,7 +4,6 @@ - Fixed a bug where a parse error in one chunk meant you could not perform statement execution in another chunk (). - Changed the title of commands to "New Quarto Document", "New Quarto Notebook (ipynb)", and "New Quarto Presentation" (). -- Made minimal changes to prepare the Quarto extension to work with Positron's upcoming inline output features (). ## 1.129.0 (Release on 2026-01-29)