Skip to content

Releases: joouha/euporie

v2.10.4

23 Feb 11:01

Choose a tag to compare

Added

  • Add autosuggestion acceptance key-bindings for vi & emacs editing modes

Fixed

  • Prevent crash on zero-width graphics

v2.10.3

19 Dec 20:23

Choose a tag to compare

Added

  • Resize handle hint to sidebar border

Fixed

  • Fix euporie-hub launch
  • Fix loading of lists in config
  • Final side bar button border color in 1-bit color mode
  • First input not visible in notebook console if it has no output

v2.10.2

15 Dec 12:05

Choose a tag to compare

Fixed

  • Update required prompt_toolkit version
  • Make quick-action frame border rounded in new-tab
  • Fix garbling of colored CLI help text on Python 3.14+

v2.10.1

11 Dec 16:44

Choose a tag to compare

Fixed

  • Reactivate input options

v2.10.0

11 Dec 15:34

Choose a tag to compare

Added

  • Added support for relative line numbers
  • Added code minimap to sidebar
  • Added table-of-contents sidebar panel
  • Save sidebar selection and width
  • Add new tab page
  • Add colors to file icons
  • Add console tab to notebook app
  • Make euporie compatible with pyodide
  • Make sidebar resizable
  • Add ability to toggle hidden files in the file browser
  • Add matplotlib figure support in local-python kernel

Fixed

  • Fix toggling line numbers
  • Do not show "kernel died" message if tab closed before kernel finishes starting
  • Allow scrolling on notebook background pattern
  • Fix exception if searching with no open tabs
  • Improve kernel selection detection
  • Allow opening HTTP urls from file open dialog

Changed

  • Add slight fuzzy-search to command bar
  • Added new logo

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