diff --git a/python-textual/python-textual.spec b/python-textual/python-textual.spec index a253859..60a1292 100644 --- a/python-textual/python-textual.spec +++ b/python-textual/python-textual.spec @@ -1,5 +1,5 @@ Name: python-textual -Version: 0.25.0 +Version: 0.26.0 Release: 1%{?dist} Summary: TUI (Text User Interface) framework for Python License: MIT @@ -67,6 +67,13 @@ Summary: Docs and examples for python3-textual %changelog +* Sun May 28 2023 Josh Lay - 0.26.0-1 +- Update to 0.26.0: The Trogon release +- New behaviour related to focus. + - If a newly focused widget is not in view, then it will scroll to center. + - This more closely matches how browsers behave. +- Added Widget.can_view + * Thu May 18 2023 Josh Lay - 0.25.0-1 - Update to 0.25.0: 'Focusing on fixes' diff --git a/python-textual/textual-0.26.0.tar.gz b/python-textual/textual-0.26.0.tar.gz new file mode 100644 index 0000000..4233e1c Binary files /dev/null and b/python-textual/textual-0.26.0.tar.gz differ