We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9729faa commit 1701552Copy full SHA for 1701552
CHANGELOG.rst
@@ -4,15 +4,20 @@ Changelog
4
5
Notable changes to this project will be documented in this file.
6
7
-********
8
-Upcoming
9
+********************
+v2.10.4 (2026-02-23)
10
11
Added
12
=====
13
14
- Add autosuggestion acceptance key-bindings for vi & emacs editing modes
15
16
+Fixed
17
+=====
18
+
19
+- Prevent crash on zero-width graphics
20
21
----
22
23
********************
euporie/core/__init__.py
@@ -1,7 +1,7 @@
1
"""This package defines the euporie application and its components."""
2
3
__app_name__ = "euporie"
-__version__ = "2.10.3"
+__version__ = "2.10.4"
__logo__ = "⚈"
__strapline__ = "Jupyter in the terminal"
__author__ = "Josiah Outram Halstead"
0 commit comments