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 11CHANGELOG
22=========
33
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+ 
4203.0.51: 2025-04-15
521------------------
622
Original file line number Diff line number Diff line change 5454# --------------------------------------------------------------------- 
5555# Versions. 
5656# The short X.Y version. 
57- version  =  "3.0.51 " 
57+ version  =  "3.0.52 " 
5858# The full version, including alpha/beta/rc tags. 
59- release  =  "3.0.51 " 
59+ release  =  "3.0.52 " 
6060# The URL pattern to match releases to ReadTheDocs URLs. 
6161docs_fmt_url  =  "https://python-prompt-toolkit.readthedocs.io/en/{release}/" 
6262# The list of releases to include in the dropdown. 
Original file line number Diff line number Diff line change 11[project ]
22name  = " prompt_toolkit" 
3- version  = " 3.0.51 " #  Also update in `docs/conf.py`.
3+ version  = " 3.0.52 " #  Also update in `docs/conf.py`.
44description =" Library for building powerful interactive command lines in Python" 
55readme  = " README.rst" 
66authors  = [{ name  = " Jonathan Slenders" 
                         You can’t perform that action at this time. 
           
                  
0 commit comments