Skip to content

Commit

Permalink
Version 7.7.1!
Browse files Browse the repository at this point in the history
  • Loading branch information
bczsalba committed Feb 24, 2024
1 parent b07b0a4 commit f1d94b0
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## [7.7.1] - 2024-02-24

### Additions

- Add support for wide characters

### Bugfixes

- Fix `inline` widget referring to `hover` mouse mode

<!-- HATCH README END -->

## [7.7.0] - 2023-09-06

### Additions
Expand All @@ -8,7 +20,6 @@

- Fix sluggish and unreliable text input caused by `getch_timeout`.


## [7.6.0] - 2023-07-25

### Bugfixes
Expand All @@ -19,8 +30,6 @@

- Remove (undocumented) shortening behaviour from `Button`

<!-- HATCH README END -->

## [7.5.0] - 2023-07-24

### Additions
Expand Down Expand Up @@ -394,6 +403,7 @@

<!-- HATCH URI DEFINITIONS START -->

[7.7.1]: https://github.com/bczsalba/pytermgui/compare/v7.7.0...v7.7.1
[7.7.0]: https://github.com/bczsalba/pytermgui/compare/v7.6.0...v7.7.0
[7.6.0]: https://github.com/bczsalba/pytermgui/compare/v7.5.0...v7.6.0
[7.5.0]: https://github.com/bczsalba/pytermgui/compare/v7.4.0...v7.5.0
Expand Down
2 changes: 1 addition & 1 deletion pytermgui/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

warnings.filterwarnings("ignore")

__version__ = "7.7.0"
__version__ = "7.7.1"


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

0 comments on commit f1d94b0

Please sign in to comment.