Skip to content

Commit

Permalink
version 1.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuyadeu committed Apr 11, 2021
1 parent 379ebce commit 8ca6c92
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Change Log

# Latest updates

From v1.6.6, You can check all of our changes from [Releae Page](https://github.com/Ikuyadeu/vscode-R/releases)

# [1.6.6](https://github.com/Ikuyadeu/vscode-R/releases/tag/v1.6.6)

Thank you for contributors
* @krlmlr
* Update vscode engine #586
* Satisfy markdownlint #587
* @danielbasso
* Initial Workspace Viewer str() functionality #583

# 1.6.5

* Add links to help pages in hover #578
* Move `r.runSource` and `r.knitRmd` to `editor/title/run` #573 (Fix #572)
* Fix so code can be run after creating terminal #567
* Add option to keep terminal hidden after running code #566
* Scroll to bottom after running a command #559 (Thank you @samkimhis)
* Refactoring and implementation of webviewPanelSerializer #556
* add option vsc.hover.str.max.level #545
* Change workspace tooltip #544 (Thank you @ElianHugh)


# 1.6.5

* Add links to help pages in hover #578
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 language support (run, snippet, viewer)",
"version": "1.6.5",
"version": "1.6.6",
"author": "Yuki Ueda",
"license": "SEE LICENSE IN LICENSE",
"publisher": "Ikuyadeu",
Expand Down

0 comments on commit 8ca6c92

Please sign in to comment.