Skip to content

Commit c513feb

Browse files
committed
release 2.8.3
1 parent a90490d commit c513feb

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,21 @@
44

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

7+
## [2.8.3](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.3)
8+
9+
Enhancements:
10+
11+
* Substitute variables in `r.rpath` and `r.rterm` settings. (#1444)
12+
* Improve code chunk handling in base .R files. (#1454, thanks @kylebutts)
13+
14+
Fixes:
15+
16+
* Fix multiline smart-knit (#1493)
17+
* Fix RMD Progress Bar (#1491)
18+
* Remove `.` as an R language `editor.wordSeparators` (#1503, thanks @opasche)
19+
* `numeric_version()` wants character as of R 4.4 (#1520, #1523, thanks @jennybc and @pawelru)
20+
* Handle terminals created by vscode-Python (#1511, thanks @tomasnobrega)
21+
722
## [2.8.2](https://github.com/REditorSupport/vscode-R/releases/tag/v2.8.2)
823

924
Enhancements:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "r",
33
"displayName": "R",
44
"description": "R Extension for Visual Studio Code",
5-
"version": "2.8.2",
5+
"version": "2.8.3",
66
"author": "REditorSupport",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "REditorSupport",

0 commit comments

Comments
 (0)