File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,21 +5,22 @@ 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- ## Unreleased
8+ ## [ 0.88.0 ]
99
1010### Fixed
1111
1212- Fixed infinite loop in ` Widget.anchor ` https://github.com/Textualize/textual/pull/5290
1313- Restores the ability to supply console markup to command list https://github.com/Textualize/textual/pull/5294
1414- Fixed delayed App Resize event https://github.com/Textualize/textual/pull/5296
1515- Fixed ` ListView ` not updating its index or highlighting after removing items https://github.com/Textualize/textual/issues/5114
16+ - Fixed ListView focus styling rule being too broad https://github.com/Textualize/textual/pull/5304
17+ - Fixed issue with auto-generated tab IDs https://github.com/Textualize/textual/pull/5298
1618
1719### Changed
1820
1921- ` ListView.pop ` now returns ` AwaitComplete ` rather than ` AwaitRemove ` https://github.com/Textualize/textual/pull/5135
2022- ` ListView.remove_items ` now returns ` AwaitComplete ` rather than ` AwaitRemove ` https://github.com/Textualize/textual/pull/5135
21- - Fixed ListView focus styling rule being too broad https://github.com/Textualize/textual/pull/5304
22- - Fixed issue with auto-generated tab IDs https://github.com/Textualize/textual/pull/5298
23+
2324
2425## [ 0.87.1] - 2024-11-24
2526
@@ -2599,6 +2600,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
25992600- New handler system for messages that doesn't require inheritance
26002601- Improved traceback handling
26012602
2603+ [ 0.88.0 ] : https://github.com/Textualize/textual/compare/v0.87.1...v0.88.0
26022604[ 0.87.1 ] : https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1
26032605[ 0.87.0 ] : https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0
26042606[ 0.86.3 ] : https://github.com/Textualize/textual/compare/v0.86.2...v0.86.3
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.87.1 "
3+ version = " 0.88.0 "
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