From 70e3267c88052c8f299363719c18c776bdab139c Mon Sep 17 00:00:00 2001 From: Kun Ren Date: Mon, 9 Oct 2023 02:00:04 +0800 Subject: [PATCH] release 2.8.2 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d29d2d4..e3090cbe3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ You can check all of our changes from [Release Page](/~https://github.com/REditorSupport/vscode-R/releases) +## [2.8.2](/~https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.2) + +Enhancements: + +* Update built-in function match regex. (#1431, thanks @MichaelChirico) +* Add `r.useRenvLibPath` setting to opt in adding `renv` package cache to `.libPaths` when R processes (language server, help server, etc.) start up. (#1423, thanks @nateybear) +* Add a VScode task to run `testthat::test_file()`` on the currently open file. (#1415, thanks @gowerc) +* `r.rterm.*` settings now accept paths relative to the current workspace folder to support customized commands +to create R terminals. (#1398, thanks @Tal500) +* Upgrade ag-grid-community to v30.2.0 (#1434) +* Upgrade vscode-languageclient to v9.0.1 (#1435) + ## [2.8.1](/~https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.1) Enhancements: diff --git a/package.json b/package.json index 46d1777c3..58226813e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "r", "displayName": "R", "description": "R Extension for Visual Studio Code", - "version": "2.8.1", + "version": "2.8.2", "author": "REditorSupport", "license": "SEE LICENSE IN LICENSE", "publisher": "REditorSupport",