From 3eec1554d4d7b21cab5add38c2040fc7a6629b68 Mon Sep 17 00:00:00 2001 From: Kun Ren Date: Sun, 21 Nov 2021 22:23:34 +0800 Subject: [PATCH] release 2.3.3 --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76df6ad08..e0dc9e9a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,26 @@ You can check all of our changes from [Release Page](https://github.com/REditorSupport/vscode-R/releases) +## [2.3.3](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.3) + +Enhancements: + +* The information of attached R session now appears in the label and the tooltip of +the status bar item. (#836) +* A new setting `r.rmarkdown.knit.command` is added to support customized knit command if not specified in the document. (#841, #850, thanks @xoolive) +* A terminal profile for R is added via the new terminal API. (#851) +* The help topics are now automatically updated when R packages are installed, removed, or upgraded. (#863) + +Fixes: + +* Fixed the problem with PowerShell on Windows when installing packages. (#846) +* Fixed the handling of single quote in roxygen comments and the roxygen block is now automatically exited after two empty lines. (#847) +* Backtick is added to the list of quote characters for syntax highlighting. (#859, thanks @jan-imbi) +* Fixed detecting the YAML frontmatter in R Markdown documents. (#856) +* Fixed attaching an R session with an open httpgd device that also triggers the plot viewer. (#852) +* Fixed the chunk coloring in R Markdown preview. (#867) +* Fixed the delimiter used in the output of the background knit process. (#868) + ## [2.3.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.2) Enhancements: diff --git a/package.json b/package.json index 1675c4b9d..efb6b08f9 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.2", + "version": "2.3.3", "author": "REditorSupport", "license": "SEE LICENSE IN LICENSE", "publisher": "Ikuyadeu",