File tree Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Expand file tree Collapse file tree 3 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.0.52: 2025-08-27
5
+ ------------------
6
+
7
+ New features:
8
+ - Add `choice()` shortcut for selecting an option amongst a list of choices
9
+ (see documentation for examples).
10
+ - Add support for ANSI dim text formatting.
11
+ - Add `frame=...` option for `prompt()` and `choice()` shortcuts to allow for
12
+ displaying a frame around the input prompt.
13
+
14
+ Fixes:
15
+ - Fix button width when non English characters are displayed.
16
+ - Implement flushing in Windows VT100 input.
17
+ - Fix signal handling for GraalPy.
18
+ - Fix handling of zero sized dimensions.
19
+
4
20
3.0.51: 2025-04-15
5
21
------------------
6
22
Original file line number Diff line number Diff line change 54
54
# ---------------------------------------------------------------------
55
55
# Versions.
56
56
# The short X.Y version.
57
- version = "3.0.51 "
57
+ version = "3.0.52 "
58
58
# The full version, including alpha/beta/rc tags.
59
- release = "3.0.51 "
59
+ release = "3.0.52 "
60
60
# The URL pattern to match releases to ReadTheDocs URLs.
61
61
docs_fmt_url = "https://python-prompt-toolkit.readthedocs.io/en/{release}/"
62
62
# The list of releases to include in the dropdown.
Original file line number Diff line number Diff line change 1
1
[project ]
2
2
name = " prompt_toolkit"
3
- version = " 3.0.51 " # Also update in `docs/conf.py`.
3
+ version = " 3.0.52 " # Also update in `docs/conf.py`.
4
4
description =" Library for building powerful interactive command lines in Python"
5
5
readme = " README.rst"
6
6
authors = [{ name = " Jonathan Slenders" }]
You can’t perform that action at this time.
0 commit comments