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 a68cd91Copy full SHA for a68cd91
CHANGELOG
@@ -1,6 +1,16 @@
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 code theme. This
9
+ improves the chances of having a better contrast with the background color,
10
+ because we now use what is configured in the terminal emulator. The theme is
11
+ called 'default-ansi' and exists alongside 'default'.
12
13
14
3.0.31: 2025-08-27
15
------------------
16
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