Skip to content

Commit

Permalink
release 2.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renkun-ken committed May 7, 2024
1 parent a90490d commit c513feb
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@

You can check all of our changes from [Release Page](https://github.com/REditorSupport/vscode-R/releases)

## [2.8.3](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.3)

Enhancements:

* Substitute variables in `r.rpath` and `r.rterm` settings. (#1444)
* Improve code chunk handling in base .R files. (#1454, thanks @kylebutts)

Fixes:

* Fix multiline smart-knit (#1493)
* Fix RMD Progress Bar (#1491)
* Remove `.` as an R language `editor.wordSeparators` (#1503, thanks @opasche)
* `numeric_version()` wants character as of R 4.4 (#1520, #1523, thanks @jennybc and @pawelru)
* Handle terminals created by vscode-Python (#1511, thanks @tomasnobrega)

## [2.8.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.2)

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.8.2",
"version": "2.8.3",
"author": "REditorSupport",
"license": "SEE LICENSE IN LICENSE",
"publisher": "REditorSupport",
Expand Down

0 comments on commit c513feb

Please sign in to comment.