Skip to content

v1.6.0

Compare
Choose a tag to compare
@joouha joouha released this 26 Apr 20:50
· 1017 commits to main since this release

Added

  • Add dialog explaining if no kernels are found
  • Allow changing tabs by scrolling on them
  • Add "Custom" color scheme, allowing foreground and background colours to be configured
  • Add "Black" and "White" color schemes
  • Add a tab bar, and tab stacking / tiling
  • Detect terminal colors inside tmux

Changed

  • Fix bug where markdown was not rendered on some installs
  • Update documentation
  • Remove input flush timeout after escape key
  • Use sub-command in the command line interface
  • Styling changes
  • Do not colour cell input box background if terminal background color is not detected
  • Improve cell stdin focus logic

Fixed

  • Force cell input to be re-lexed when changing cell type
  • Prevent OSC-8 link mis-detection bug by adding link IDs
  • Fix regression making cell selection in long notebooks very slow