diff --git a/CHANGELOG.md b/CHANGELOG.md index ad8c0d590..875e95bd6 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.1](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.1) + +Enhancements: + +* Proxied requests are now supported to work with [code-server](https://github.com/cdr/code-server). (#275, #803) + +Fixes: + +* `unsafe-eval` is re-enabled in WebView Content Security Policy to make htmlwidgets such as plotly work. (#805) +* The help viewer now respects `r.session.viewers.viewColumn.helpPanel`. (#804) +* The working directory of the knit background process is now consistent with the knit working directory so that `.Rprofile` and `renv` setup are respected. (#807) + ## [2.3.0](https://github.com/REditorSupport/vscode-R/releases/tag/v2.3.0) Enhancements diff --git a/package.json b/package.json index c223167b8..3cd7b3498 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.0", + "version": "2.3.1", "author": "REditorSupport", "license": "SEE LICENSE IN LICENSE", "publisher": "Ikuyadeu",