From cd8d30d11d06eea33df8239f8ed2fd0c5cf1ee57 Mon Sep 17 00:00:00 2001 From: Kun Ren Date: Tue, 30 Nov 2021 23:19:13 +0800 Subject: [PATCH] release 2.3.4 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0dc9e9a9..78118c884 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.3.4](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.4) + +Enhancements: + +* Quotes in `r.rpath.*` settings are now removed. (#884) +* Alternative CRAN mirrors (e.g. [RStudio Public Package Manager](https://packagemanager.rstudio.com) and [the ropensci universe](https://ropensci.r-universe.dev) are supported. (#876) + +Fixes: + +* Fixed a Uri handling bug in Windows. (#888) +* Fixed a bug in restarting help server when library has changed. (#893) + ## [2.3.3](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.3) Enhancements: diff --git a/package.json b/package.json index 2c7edfc7e..3735b4c76 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "r", "displayName": "R", "description": "R Extension for Visual Studio Code", - "version": "2.3.3", + "version": "2.3.4", "author": "REditorSupport", "license": "SEE LICENSE IN LICENSE", "publisher": "Ikuyadeu",