File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11CHANGELOG
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+
4143.0.31: 2025-08-27
515------------------
616
717Fixes:
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
13233.0.30: 2025-04-15
Original file line number Diff line number Diff line change 11[project ]
22name = " ptpython"
3- version = " 3.0.31 "
3+ version = " 3.0.32 "
44description = " Python REPL build on top of prompt_toolkit"
55readme = " README.rst"
66authors = [{ name = " Jonathan Slenders" }]
You can’t perform that action at this time.
0 commit comments