Skip to content

Commit d02bde6

Browse files
committed
Version 7.7.0!
1 parent 9c1b710 commit d02bde6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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+
112
## [7.6.0] - 2023-07-25
213

314
### Bugfixes
@@ -383,6 +394,7 @@
383394

384395
<!-- HATCH URI DEFINITIONS START -->
385396

397+
[7.7.0]: https://github.com/bczsalba/pytermgui/compare/v7.6.0...v7.7.0
386398
[7.6.0]: https://github.com/bczsalba/pytermgui/compare/v7.5.0...v7.6.0
387399
[7.5.0]: https://github.com/bczsalba/pytermgui/compare/v7.4.0...v7.5.0
388400
[7.4.0]: https://github.com/bczsalba/pytermgui/compare/v7.3.0...v7.4.0

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.6.0"
43+
__version__ = "7.7.0"
4444

4545

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

0 commit comments

Comments
 (0)