Skip to content

Commit 8ca6c92

Browse files
committed
version 1.6.6
1 parent 379ebce commit 8ca6c92

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

CHANGELOG.md

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

3+
# Latest updates
4+
5+
From v1.6.6, You can check all of our changes from [Releae Page](https://github.com/Ikuyadeu/vscode-R/releases)
6+
7+
# [1.6.6](https://github.com/Ikuyadeu/vscode-R/releases/tag/v1.6.6)
8+
9+
Thank you for contributors
10+
* @krlmlr
11+
* Update vscode engine #586
12+
* Satisfy markdownlint #587
13+
* @danielbasso
14+
* Initial Workspace Viewer str() functionality #583
15+
16+
# 1.6.5
17+
18+
* Add links to help pages in hover #578
19+
* Move `r.runSource` and `r.knitRmd` to `editor/title/run` #573 (Fix #572)
20+
* Fix so code can be run after creating terminal #567
21+
* Add option to keep terminal hidden after running code #566
22+
* Scroll to bottom after running a command #559 (Thank you @samkimhis)
23+
* Refactoring and implementation of webviewPanelSerializer #556
24+
* add option vsc.hover.str.max.level #545
25+
* Change workspace tooltip #544 (Thank you @ElianHugh)
26+
27+
328
# 1.6.5
429

530
* Add links to help pages in hover #578

package-lock.json

Lines changed: 2 additions & 2 deletions
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.5",
5+
"version": "1.6.6",
66
"author": "Yuki Ueda",
77
"license": "SEE LICENSE IN LICENSE",
88
"publisher": "Ikuyadeu",

0 commit comments

Comments
 (0)