1.1.0
What's Changed
Added
- Added Option to use either ghci or runghc. (Thanks to @afonsofrancof)
@html(...)
command and better HTML Handling. (Thanks to @chlohal and @milan338)- Show indicator when block is running. (Thanks to @chlohal)
Changed
- Update Future Work section and add snap/flatpak/appimage problem to known issues. (Thanks to @chlohal)
- Fix python notebook mode freezing after showing a matplotlib plot. (Thanks to @milan338)
- Better output coloring to fix color problems with plugins like codemirror. (Thanks to @milan338)
- Fix JS notebook mode freezing when global injection is used. (Thanks to @chlohal)
- Fix Rust Execution to use
cargo eval
instead ofcargo run
. (Thanks to @chlohal)
Full Changelog: 1.0.0...1.1.0