Releases: JuliaWeb/RemoteREPL.jl
Releases · JuliaWeb/RemoteREPL.jl
v0.2.8
RemoteREPL v0.2.8
Diff since v0.2.7
Closed issues:
- Ctrl+C doesn't work? (#16)
Merged pull requests:
- Support for
@remote(stdout)
(#22) (@c42f)
- Separate REPL server into send/recv/eval Tasks (#23) (@c42f)
- Client support for interrupting remote evaluations (#24) (@c42f)
v0.2.7
RemoteREPL v0.2.7
Diff since v0.2.6
Merged pull requests:
- Clean up server message handling and clientside display (#18) (@c42f)
- Display host name and status in prompt dynamically (#19) (@c42f)
- julia-r wrapper script to launch RemoteREPL from bash (#20) (@c42f)
- Some improved error handling for
@remote
and failed connections (#21) (@c42f)
v0.2.5
RemoteREPL v0.2.5
Diff since v0.2.4
Closed issues:
- Feature request: moving data between remote and local (#11)
Merged pull requests:
%get
and %put
syntax to transfer values (#13) (@c42f)
v0.2.4
RemoteREPL v0.2.4
Diff since v0.2.3
Closed issues:
- Is it possible to redirect stdout/stderr from server to client? (#10)
Merged pull requests:
- Support for capturing log messages (#12) (@c42f)
v0.1.0
RemoteREPL v0.1.0
Merged pull requests:
- CompatHelper: add new compat entry for "ReplMaker" at version "0.2" (#1) (@github-actions[bot])
- sshd integration testing on CI (#2) (@c42f)