- PlatformIO terminal integration
- Results can be displayed in the Console instead of inline (#332)
- add support for
.junorc.jl
- add support for
Juno.notify()
API - julia path setting will now resolve
~
properly - added in-editor profile viewer (#349)
- overhaul of inline result display (#127)
- Graphical breakpoints
- Connect Juno to Jupyter or a terminal repl
- Cell-block eval mode
- Inline results can be displayed in block-mode
- Much more powerful
@progress
with support for nested loops and concurrency
- Inline Documentation
- Debugger
- Workspace view
- Autocomplete in the console
- More helpful error messages when boot fails
@progress
macro to show progress in the status bar- External packages can interact with the Julia client, including to provide custom boot mechanisms (e.g. over SSH)
- Julia boot is now near-instant in many cases
- Stack traces no longer show Atom.jl-internal code
- Better Console buffering
- History prefix support, like the repl
- The console can work in any module
- Plotting pane
- Julia menu and toolbar
- New Packages->Julia menu
- Option to launch Julia on startup
- Windows firewall no longer complains on first run
- Console UI improvements
- Improvments to copyability everywhere
- Graphics support
- REPL history integration
- Improved scrolling for inline results
- Inter-file links in errors and
methods
output - Interrupts also working on Windows
- On-a-keystroke access to inline documentation and methods
- Inline results are copyable
- Every feature added
- Every bug fixed