Releases: nteract/hydrogen
Releases · nteract/hydrogen
v1.8.0
27 Mar 21:48
Compare
Sorry, something went wrong.
No results found
Features:
Multi kernel support for:
Bugfixes:
Listen for grammar changes of the editor (#667 )
Disable commands if in mini text editor (#670 )
Ignore commands when no active text editor (#671 , #669 )
Documentation:
Add CHANGELOG.md with link to release page
Document multi kernel workflow (#673 )
v1.7.0
23 Mar 18:35
Compare
Sorry, something went wrong.
No results found
Features:
Added support for multiple kernels per markdown file (#566 , #637 )
Inspector stores height and plays well with multiple kernels (#645 )
Added debug option to enable debug messages on
a running session (#626 )
Added a Code of Conduct (#642 )
Internal Improvement:
We are now using React and MobX which will allow us to make use of nteract's components in the future and support more output formats. This resulted in a lot of refactoring to make the codebase better maintainable, testable and ultimately more stable (#627 , #636 , #641 , #644 , #652 )
Added unit tests for all new React code (#648 , #656 , #658 )
Added flow typings (#650 , #660 )
Updated @jupyterlab/services to the latest version (#631 )
v1.6.0
01 Mar 09:32
Compare
Sorry, something went wrong.
No results found
Improvements:
Prevent image downscaling (#609 , #607 , #600 , #250 )
Replace kernel notification RegExp with boolean (#625 )
Bugfixes:
Fix cell magics (#621 )
Always handle stderr of kernel process (#622 )
Fix scroll bar cropping text (#623 )
Other Improvements:
Update @jupyterlab/services to the latest version (#620 )
v1.5.5
04 Feb 20:46
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Determine status bar style from theme (#604 , #605 )
Documentation:
Update Slack inviter URL (#603 )
Other Improvements:
Update ws to the latest version (#602 )
v1.5.4
27 Jan 15:11
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Fix exception if no code is selected to inspect (#599 )
Disable kernel interrupt on windows (#593 , #592 )
WatchSidebar: Don't scroll past end in text editor (#588 , #596 )
Documentation:
Add debugging guide and issue template for bug reports (#587 )
Other Improvements:
WatchSidebar: Remove usage of jQuery (#590 )
Update dependencies and enable Greenkeeper (#589 )
v1.5.3
11 Jan 08:07
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Fix styling issue with Atom material theme (#575 , #578 )
Remove unnecessary CSS causing deprecation warning in Atom 1.13 (#579 )
Fix autocomplete when using non default grammars like MagicPython (#581 )
v1.5.2
09 Jan 12:29
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Fix excessive trim of output (#573 , #564 )
Documentation:
Improve kernel connection docs (#569 , #528 )
v1.5.1
29 Dec 18:19
Compare
Sorry, something went wrong.
No results found
Bugfixes:
Don't block autocomplete if kernel is busy (#567 )
Only log to console if atom is in dev mode (#568 )
Documentation:
Mention nteract/nteract in README (#563 )
v1.5.0
28 Dec 00:22
Compare
Sorry, something went wrong.
No results found
Improvements:
Allow text/markdown code inspect results (#562 )
Readme:
Improve documentation for remote kernels (#552 , #553 )
Bugfixes:
Don't override ctrl-backspace on Windows. It is now replaced with ctrl-shift-backspace (#559 )
v1.4.0
16 Dec 16:04
Compare
Sorry, something went wrong.
No results found
Improvements:
Allow token-based authentication for remote kernels (#542 )
Use passive wheel event to improve scroll performance (#545 )
Better scoping of keybindings (#550 )
Readme: Add link to Medium blog post (#546 )