Skip to content

Releases: joouha/euporie

v2.9.1

24 Oct 14:30

Choose a tag to compare

Added

  • Various improvements to startup performance

Fixed

  • Fix bug on MacOS where terminal was set to cooked mode when ipykernel was installed
  • Fixed validation error after changing kernel at console startup

v2.9.0

14 Oct 14:57

Choose a tag to compare

Added

  • Add ipympl widget
  • Enable custom mouse handlers for Display widgets
  • Enable saving files from Display Tabs

Changed

  • Startup optimizations

Fixed

  • Only update application style once when querying terminal colors

v2.8.15

10 Oct 10:03

Choose a tag to compare

Added

  • Add "No Kernel" to kernel selection list

Fixed

  • Fix race condition in margin width calculation caching when pre-rendering cells
  • Fixed error when attempting to scroll outputs of empty cell

v2.8.14

01 Oct 13:42

Choose a tag to compare

Added

  • Expand dataframe tables when cell outputs are unwrapped
  • Recognise LaTeX contained within MathJax tags (\[, \() in HTML

Fixed

  • Fix whitespace around inline-block elements in HTML
  • Fix multi-index padding issue in dataframe CSS
  • Fix issue with trailing $ in markdown LaTeX
  • Properly hide hidden menu items
  • Link horizontal scrolling of cell outputs

v2.8.13

09 Sep 11:19

Choose a tag to compare

Fixed

  • Fix crash caused by incorrect type of default logging configuration in hub app

v2.8.12

18 Aug 14:17

Choose a tag to compare

Added

  • The default color scheme will now automatically respond to color palette changes in terminals which support CSI 2031 mode

Fixed

  • Prevent line jumping at startup due to typo in kitty graphics terminal query
  • Improve parsing of ANSI escape codes in cell outputs
  • Add additional CSI-u key codes (fixes arrow keys in Contour terminal)
  • Rename "config" to "settings" in default LSP configurations

v2.8.11

11 Apr 14:39

Choose a tag to compare

Added

  • Add ability for local Python kernels to run inside virtual environments without euporie being installed in that virtual environment

Changed

  • Wrap cell outputs be default

Fixed

  • Fix wrapping of cell outputs in euporie-console

v2.8.10

02 Apr 18:31

Choose a tag to compare

Fixed

  • Fix error with code reformatting
  • Prevent change dialog error when launching console with unknown kernel

v2.8.9

31 Mar 13:55

Choose a tag to compare

Fixed

  • Removed unnecessary private sixel color mode
  • Fix preview app crash due to incorrect edit mode check

Changed

  • Optimize cell content updating in preview app
  • Do not update cell on reformat if nothing changes

v2.8.8

20 Mar 10:27

Choose a tag to compare

Fixed

  • Fix kitty graphics detection query