File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## [ 7.7.0] - 2023-09-06
2
+
3
+ ### Additions
4
+
5
+ - Add support for using carriage returns for button submissions
6
+
7
+ ### Bugfixes:
8
+
9
+ - Fix sluggish and unreliable text input caused by ` getch_timeout ` .
10
+
11
+
1
12
## [ 7.6.0] - 2023-07-25
2
13
3
14
### Bugfixes
383
394
384
395
<!-- HATCH URI DEFINITIONS START -->
385
396
397
+ [ 7.7.0 ] : https://github.com/bczsalba/pytermgui/compare/v7.6.0...v7.7.0
386
398
[ 7.6.0 ] : https://github.com/bczsalba/pytermgui/compare/v7.5.0...v7.6.0
387
399
[ 7.5.0 ] : https://github.com/bczsalba/pytermgui/compare/v7.4.0...v7.5.0
388
400
[ 7.4.0 ] : https://github.com/bczsalba/pytermgui/compare/v7.3.0...v7.4.0
Original file line number Diff line number Diff line change 40
40
41
41
warnings .filterwarnings ("ignore" )
42
42
43
- __version__ = "7.6 .0"
43
+ __version__ = "7.7 .0"
44
44
45
45
46
46
def auto (data : Any , ** widget_args : Any ) -> Optional [Widget | list [Splitter ]]:
You can’t perform that action at this time.
0 commit comments