File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
- ## [ 7.7.3 ] - 2024-12-29
1
+ ## [ 7.7.4 ] - 2025-03-31
2
2
3
3
### Bugfixes
4
4
5
- - Fix getch mapping for Windows keys
5
+ - Fix rapid input to \_ GetchLinux
6
6
7
7
<!-- HATCH README END -->
8
8
9
+ ## [ 7.7.3] - 2024-12-29
10
+
11
+ ### Bugfixes
12
+
13
+ - Fix getch mapping for Windows keys
14
+
9
15
## [ 7.7.2] - 2024-08-31
10
16
11
17
### Additions
416
422
417
423
<!-- HATCH URI DEFINITIONS START -->
418
424
425
+ [ 7.7.4 ] : https://github.com/bczsalba/pytermgui/compare/v7.7.3...v7.7.4
419
426
[ 7.7.3 ] : https://github.com/bczsalba/pytermgui/compare/v7.7.2...v7.7.3
420
427
[ 7.7.2 ] : https://github.com/bczsalba/pytermgui/compare/v7.7.1...v7.7.2
421
428
[ 7.7.1 ] : https://github.com/bczsalba/pytermgui/compare/v7.7.0...v7.7.1
Original file line number Diff line number Diff line change 40
40
41
41
warnings .filterwarnings ("ignore" )
42
42
43
- __version__ = "7.7.3 "
43
+ __version__ = "7.7.4 "
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