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 ed597e1 commit db84064Copy full SHA for db84064
CHANGELOG
@@ -1,6 +1,15 @@
1
CHANGELOG
2
=========
3
4
+3.0.32: 2025-11-20
5
+------------------
6
+
7
+Fixes:
8
+- Use ANSI colors (instead of RGB colors) for the default theme. This improves
9
+ the chances of having a better contrast with the background color, because we
10
+ now use what is configured in the terminal emulator.
11
12
13
3.0.31: 2025-08-27
14
------------------
15
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "ptpython"
-version = "3.0.31"
+version = "3.0.32"
description = "Python REPL build on top of prompt_toolkit"
readme = "README.rst"
authors = [{ name = "Jonathan Slenders" }]
0 commit comments