We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdc597 commit 960ad64Copy full SHA for 960ad64
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [0.4.1] - 2022-10-05
4
+- Unbreak process suspension with blessed
5
+- Remove xforms.
6
+
7
## [0.4.0] - 2022-08-28
8
- Clean up both `wakeup_fds`
9
- Drop support for Python 3.6
curtsies/__init__.py
@@ -1,5 +1,5 @@
"""Terminal-formatted strings"""
-__version__ = "0.4.0"
+__version__ = "0.4.1"
from .window import FullscreenWindow, CursorAwareWindow
from .input import Input
0 commit comments