File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8- ## [ 6.5.1 ] - Unreleased
8+ ## [ 6.5.0 ] - 2025-10-31
99
1010### Added
1111
1212- Added ` DOMNode.trap_focus ` https://github.com/Textualize/textual/pull/6202
1313
14+ ### Fixed
15+
16+ - Fixed issue with focus + scroll https://github.com/Textualize/textual/pull/6203
17+
1418## [ 6.4.0] - 2025-10-22
1519
1620### Fixed
@@ -3167,6 +3171,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
31673171- New handler system for messages that doesn't require inheritance
31683172- Improved traceback handling
31693173
3174+ [ 6.5.0 ] : https://github.com/Textualize/textual/compare/v6.4.0...v6.5.0
31703175[ 6.4.0 ] : https://github.com/Textualize/textual/compare/v6.3.0...v6.4.0
31713176[ 6.3.0 ] : https://github.com/Textualize/textual/compare/v6.2.1...v6.3.0
31723177[ 6.2.1 ] : https://github.com/Textualize/textual/compare/v6.2.0...v6.2.1
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 6.4 .0"
3+ version = " 6.5 .0"
44homepage = " https://github.com/Textualize/textual"
55repository = " https://github.com/Textualize/textual"
66documentation = " https://textual.textualize.io/"
Original file line number Diff line number Diff line change @@ -4460,6 +4460,7 @@ def set_focus(widget: Widget) -> None:
44604460 except NoScreen :
44614461 pass
44624462
4463+ self .refresh ()
44634464 self .app .call_later (set_focus , self )
44644465 return self
44654466
You can’t perform that action at this time.
0 commit comments