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 b3959fe commit 0066c7eCopy full SHA for 0066c7e
CHANGELOG
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+3.0.31: 2025-08-27
5
+------------------
6
+
7
+Fixes:
8
+- Add `patch_stdout_raw` parameter to `embed()`.
9
+- Fix repl.min_brightness and repl.max_brightness config in history.
10
+- Fix positioning of exit confirmation (compatibilitiy with latest prompt_toolkit).
11
12
13
3.0.30: 2025-04-15
14
------------------
15
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ptpython"
-version = "3.0.30"
+version = "3.0.31"
description = "Python REPL build on top of prompt_toolkit"
readme = "README.rst"
authors = [{ name = "Jonathan Slenders" }]
0 commit comments