Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed Oct 7, 2021
1 parent 587bc53 commit 827de04
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 827de04

Please sign in to comment.