Skip to content

Commit 2ba15cc

Browse files
committed
version 1.6.1
1 parent 5d4b0aa commit 2ba15cc

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Change Log
22

3+
## 1.6.1
4+
5+
This version includes minor fix to stable new functions
6+
7+
* Add GitHub Action for release #449
8+
* Highlight all chunks #453
9+
* Fix checking workspaceFolders in rHelpProviderOptions #456
10+
* Fix typo in help panel path config #457
11+
12+
* @kar9222 Thank you for contribution
13+
* Update README: Add options(vsc.helpPanel = ...) #461
14+
* Rmd fenced block syntax highlighting for julia, python, etc #460
15+
16+
* New feature r.runFromLineToEnd #448 (Thank you @Dave-cruzz)
17+
318
## 1.6.0
419

520
* Integrate help view from vscode-R-help #433 (Implemented by the new collabolator @ManuelHentschel)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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 language support (run, snippet, viewer)",
5-
"version": "1.6.0",
5+
"version": "1.6.1",
66
"author": "Yuki Ueda",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "Ikuyadeu",

0 commit comments

Comments
 (0)