Skip to content

Commit 73a1255

Browse files
Release 3.0.32.
1 parent ed597e1 commit 73a1255

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
CHANGELOG
22
=========
33

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+
414
3.0.31: 2025-08-27
515
------------------
616

717
Fixes:
818
- Add `patch_stdout_raw` parameter to `embed()`.
919
- Fix repl.min_brightness and repl.max_brightness config in history.
10-
- Fix positioning of exit confirmation (compatibilitiy with latest prompt_toolkit).
20+
- Fix positioning of exit confirmation (compatibility with latest prompt_toolkit).
1121

1222

1323
3.0.30: 2025-04-15

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ptpython"
3-
version = "3.0.31"
3+
version = "3.0.32"
44
description = "Python REPL build on top of prompt_toolkit"
55
readme = "README.rst"
66
authors = [{ name = "Jonathan Slenders" }]

0 commit comments

Comments
 (0)