File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
CHANGELOG
2
2
=========
3
3
4
+ 3.0.28: 2022-02-11
5
+ ------------------
6
+
7
+ New features:
8
+ - Support format specifiers for HTML and ANSI formatted text.
9
+ - Accept defaults for checkbox and radio list, and their corresponding dialogs.
10
+
11
+ Fixes:
12
+ - Fix resetting of cursor shape after the application terminates.
13
+
14
+
4
15
3.0.27: 2022-02-07
5
16
------------------
6
17
Original file line number Diff line number Diff line change 50
50
# built documents.
51
51
#
52
52
# The short X.Y version.
53
- version = "3.0.27 "
53
+ version = "3.0.28 "
54
54
# The full version, including alpha/beta/rc tags.
55
- release = "3.0.27 "
55
+ release = "3.0.28 "
56
56
57
57
# The language for content autogenerated by Sphinx. Refer to documentation
58
58
# for a list of supported languages.
Original file line number Diff line number Diff line change 18
18
from .shortcuts import PromptSession , print_formatted_text , prompt
19
19
20
20
# Don't forget to update in `docs/conf.py`!
21
- __version__ = "3.0.27 "
21
+ __version__ = "3.0.28 "
22
22
23
23
# Version tuple.
24
24
VERSION = tuple (__version__ .split ("." ))
You can’t perform that action at this time.
0 commit comments