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.
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
7
7
8
- ## Unreleased
8
+ ## [ 0.88.0 ]
9
9
10
10
### Fixed
11
11
12
12
- Fixed infinite loop in ` Widget.anchor ` https://github.com/Textualize/textual/pull/5290
13
13
- Restores the ability to supply console markup to command list https://github.com/Textualize/textual/pull/5294
14
14
- Fixed delayed App Resize event https://github.com/Textualize/textual/pull/5296
15
15
- 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
16
18
17
19
### Changed
18
20
19
21
- ` ListView.pop ` now returns ` AwaitComplete ` rather than ` AwaitRemove ` https://github.com/Textualize/textual/pull/5135
20
22
- ` 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
+
23
24
24
25
## [ 0.87.1] - 2024-11-24
25
26
@@ -2599,6 +2600,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
2599
2600
- New handler system for messages that doesn't require inheritance
2600
2601
- Improved traceback handling
2601
2602
2603
+ [ 0.88.0 ] : https://github.com/Textualize/textual/compare/v0.87.1...v0.88.0
2602
2604
[ 0.87.1 ] : https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1
2603
2605
[ 0.87.0 ] : https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0
2604
2606
[ 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 1
1
[tool .poetry ]
2
2
name = " textual"
3
- version = " 0.87.1 "
3
+ version = " 0.88.0 "
4
4
homepage = " https://github.com/Textualize/textual"
5
5
repository = " https://github.com/Textualize/textual"
6
6
documentation = " https://textual.textualize.io/"
You can’t perform that action at this time.
0 commit comments