Releases: REditorSupport/vscode-R
Releases · REditorSupport/vscode-R
v1.6.7
Commits
- [3ef4299]: Adding markdownlint on extension.json and GitHub Actions (#591) (Yuki Ueda) #591
- [0a8d131]: Fix replacing base::.External.graphics (Kun Ren) #625
- [47265aa]: Integrate httpgd (#620) (Florian Rupprecht) #620
- [6b9bf53]: Minor fix of README (Kun Ren)
- [d5b13c3]: Add pipe and lambda to syntax (Kun Ren) #647
- [9fcad05]: Update doesLineEndInOperator (Kun Ren) #647
- [a1ebc86]: Prefer rPath from PATH (ManuelHentschel) #649
- [8787b69]: Improve development workflow (#641) (Manuel Hentschel) #641
- [64f4dc9]: Fix Github actions (ManuelHentschel)
- [636f340]: Don't run chunks with eval = FALSE. Fixes #651 (Johan Larsson) #653
- [ee04ccb]: prerelease 1.6.7 (Yuki Ueda) #655
- [4b11822]: fix highlight.js (Yuki Ueda) #655
- [8e17be0]: update changelog (Yuki Ueda) #655
v1.6.6
Commits
- [8b73a89]: Remove object.size (Kun Ren) #581
- [03460ac]: Use cache to store object size for objects in globalenv (Kun Ren) #581
- [f7153c6]: Send code to debug repl (ManuelHentschel) #582
- [f6bdde2]: Initial Workspace Viewer str() functionality (#577) (Daniel Basso Ribas) #583
- [f028d3d]: Update vscode engine (Kirill Müller) #586
- [5b58d60]: Satisfy markdownlint (Kirill Müller) #587
- [18cb548]: Fix leading/trailing newlines (ManuelHentschel) #582
- [1d4281f]: Add option vsc.show_object_size (Kun Ren) #581
- [60cdc38]: Update object size when length changes (Kun Ren) #581
- [d2bb749]: Update getSizeString() to be consistent with format() in R (Kun Ren) #581
- [cca21f2]: Merge branch 'master' into remove-size (Kun Ren) #581
- [992560e]: Thread execute argument through to term.sendText() (#585) (Kirill Müller) #585
- [1188a88]: Clarify R path error messages (#596) (Andrew Craig) #596
- [a0c494c]: Refactor R code (#602) (Manuel) #602
- [17a7d69]: Add tasks Check, Document, Install, Test (#603) (Andrew Craig) #603
- [aba8dd8]: shim the rstudioapi if it has already been loaded (Miles McBain) #610
- [f9ef964]: make lintr happy (Miles McBain) #610
- [5eae152]: Clarify error messages (#607) (Manuel) #607
- [379ebce]: fix package volunerability (Yuki Ueda)
- [8ca6c92]: version 1.6.6 (Yuki Ueda)
v1.6.5
Commits
- [87f9bb6]: Change workspace tooltip (#544) (Elian H. Thiele-Evans) #544
- [cb94172]: add option vsc.hover.str.max.level (#545) (Miles McBain) #545
- [39f5914]: Fix get_timestamp() so that it will not be affected by e.g. options(digits=3) (#550) (Kun Ren) #550
- [e2c10d8]: Refactoring and implementation of webviewPanelSerializer (#556) (Manuel) #556
- [28d999f]: Scroll to bottom after running a command (#559) (Sam Kim) #559
- [1f12e55]: Add option to keep terminal hidden (Andrew Craig) #566
- [bf92991]: Clarify r.source.focus options in description (Andrew Craig) #566
- [34c2fe6]: Check rTerm is defined before showing (Andrew Craig) #567
- [917315a]: Fix so code can be run after creating terminal (Andrew Craig) #567
- [fc27245]: Fix #572 (Yuki Ueda) #573
- [9e4ecd8]: Add links to help pages in hover (ManuelHentschel) #578
- [2125cb1]: Improve the formatting (Kun Ren) #578
- [6b927c1]: version 1.6.5 (Yuki Ueda)
- [124d630]: update vscode engine (Yuki Ueda)
v1.6.4
Commits
- [a7c6032]: Better error message when reading aliases (#518) (Manuel) #518
- [c69cd50]: Keep promises and active bindings in globalenv (#521) (Kun Ren) #521
- [16737cb]: Refactor extension.ts (#525) (Manuel) #525
- [39c5b20]: Write aliases to file (#526) (Manuel) #526
- [3a4ca73]: add sendToConsole to rstudioapi emulation (#535) (Miles McBain) #535
- [fcc4999]: Add updatePackage command (#532) (Manuel) #532
- [2d378dd]: Add initial pipeline completion support (#530) (Kun Ren) #530
- [11d7953]: Add function to open help for selected text (#531) (Manuel) #531
- [eeb03f0]: Add option to preserve focus when opening help view (#541) (Manuel) #541
- [0b7cd89]: update packages (Yuki Ueda)
- [9a3a5ef]: refactor import statements (Yuki Ueda)
- [97ae651]: version 1.6.4 (Yuki Ueda) #542
- [75ef250]: version 1.6.4 (Yuki Ueda)
v1.6.3
Commits
- [4de62eb]: Implement R workspace viewer (#476) (Elian H. Thiele-Evans) #476
- [5d11676]: add a new collaborator (Yuki Ueda)
- [3ce3326]: Conditionally show view (#487) (Elian H. Thiele-Evans) #487
- [bbd1d3e]: enableFindWidget for non-http web views (#490) (Kun Ren) #490
- [213dec1]: Find in topic (help panel) #463 (#488) (Dénes Tóth) #488
- [d74d7f7]: Disable alwaysShow for addin items (#491) (Kun Ren) #491
- [497c141]: Only show R menu items in R view (#493) (Manuel) #493
- [87df0fb]: Modify pre-release action (#492) (Manuel) #492
- [b5be1c3]: Add browser WebView command buttons (#494) (Kun Ren) #494
- [06dc2b8]: typo fix (Joseph Stachelek) #500
- [742de46]: Improve help view (#502) (Manuel) #502
- [1dd60e7]: releaseAction (#505) (Manuel) #505
- [88460e0]: Strict null checking in help related code (#507) (Manuel) #507
- Pre fixing for version 1.6.3 (#508) #508 (Yuki Ueda)
- [6cec72b]: version 1.6.3 (Yuki Ueda)
v1.6.2
Commits
- [67335f7]: Add pre-release (#468) (Manuel) #468
- [c5820f8]: Improve Help Panel (#470) (Manuel) #470
- Add run & navigation commands. More customization. Refactor. (#465) #465 (kar9222)
- [ed0299e]: fixes run selection with # in quotes (#462) (Mark Baas) #462
- [39047ac]: Fix bug that would leave background R processes running (#475) (Manuel) #475
- [522a21d]: Fix whole of style (Extends #361) (#474) (Yuki Ueda) #474
- [90bfeb9]: Update README for #465 (kar9222) #480
- [3ce397b]: Reorganize helppanel, add
?function (#477) (Manuel) #477 - [f33b8c1]: Improve style of help pages (#481) (Manuel) #481
- [e3e9916]: Modify config (#467) (Manuel) #467
- [88dc18c]: update devreplay rules (Yuki Ueda)
- [6db2680]: back the previous custom rules (Yuki Ueda)
- [6081f7e]: version 1.6.2 (Yuki Ueda)
v1.6.1
Commits
- [c03f582]: New feature r.runFromLineToEnd (dave) #448
- [a15526c]: Fix lint: missing semicolon (dave) #448
- [6a1ff0f]: Add GitHub Action for release (ManuelHentschel) #449
- [36eb5b8]: Highlight all chunks (Kun Ren) #453
- [3866948]: Fix checking workspaceFolders in rHelpProviderOptions (Kun Ren) #456
- [44ce2d1]: Fix type in help panel path config (ManuelHentschel) #457
- [5e9c895]: Don't use rterm as fallback for help panel R path (ManuelHentschel) #457
- [5398e61]: Also check length (Kun Ren) #456
- [e9019d7]: Add Rmd fenced_block_* for julia, python, etc (kar9222) #460
- [e6ab606]: Update README: Add options(vsc.helpPanel = ...) (kar9222) #461
- [2ba15cc]: version 1.6.1 (Yuki Ueda)