Skip to content

Commit 450ddfa

Browse files
committed
Version 7.7.4!
1 parent 0dc0d48 commit 450ddfa

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1-
## [7.7.3] - 2024-12-29
1+
## [7.7.4] - 2025-03-31
22

33
### Bugfixes
44

5-
- Fix getch mapping for Windows keys
5+
- Fix rapid input to \_GetchLinux
66

77
<!-- HATCH README END -->
88

9+
## [7.7.3] - 2024-12-29
10+
11+
### Bugfixes
12+
13+
- Fix getch mapping for Windows keys
14+
915
## [7.7.2] - 2024-08-31
1016

1117
### Additions
@@ -416,6 +422,7 @@
416422

417423
<!-- HATCH URI DEFINITIONS START -->
418424

425+
[7.7.4]: https://github.com/bczsalba/pytermgui/compare/v7.7.3...v7.7.4
419426
[7.7.3]: https://github.com/bczsalba/pytermgui/compare/v7.7.2...v7.7.3
420427
[7.7.2]: https://github.com/bczsalba/pytermgui/compare/v7.7.1...v7.7.2
421428
[7.7.1]: https://github.com/bczsalba/pytermgui/compare/v7.7.0...v7.7.1

pytermgui/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
warnings.filterwarnings("ignore")
4242

43-
__version__ = "7.7.3"
43+
__version__ = "7.7.4"
4444

4545

4646
def auto(data: Any, **widget_args: Any) -> Optional[Widget | list[Splitter]]:

0 commit comments

Comments
 (0)