File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,11 @@ 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- ## [ 8.2.3] - Unreleased
8+ ## [ 8.2.3] - 2026-04-05
99
1010### Changed
1111
12- - Reduce lag when resizing window, by moving resize from idle to a timer
12+ - Reduce lag when resizing window, by moving resize from idle to a timer https://github.com/Textualize/textual/pull/6471
1313
1414## [ 8.2.2] - 2026-04-03
1515
@@ -3413,6 +3413,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
34133413- New handler system for messages that doesn't require inheritance
34143414- Improved traceback handling
34153415
3416+ [ 8.2.3 ] : https://github.com/Textualize/textual/compare/v8.2.2...v8.2.3
34163417[ 8.2.2 ] : https://github.com/Textualize/textual/compare/v8.2.1...v8.2.2
34173418[ 8.2.1 ] : https://github.com/Textualize/textual/compare/v8.2.0...v8.2.1
34183419[ 8.2.0 ] : https://github.com/Textualize/textual/compare/v8.1.1...v8.2.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 8.2.2 "
3+ version = " 8.2.3 "
44homepage = " https://github.com/Textualize/textual"
55repository = " https://github.com/Textualize/textual"
66documentation = " https://textual.textualize.io/"
You can’t perform that action at this time.
0 commit comments