File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ 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
+ ## [ 0.88.1] - 2024-11-30
9
+
10
+ ### Fixed
11
+
12
+ - Fixed excessive rendering of the OptionList https://github.com/Textualize/textual/pull/5311
13
+ - Fixed rendering glitches in Select https://github.com/Textualize/textual/pull/5311
14
+
8
15
## [ 0.88.0] - 2024-11-29
9
16
10
17
### Fixed
@@ -2600,6 +2607,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
2600
2607
- New handler system for messages that doesn't require inheritance
2601
2608
- Improved traceback handling
2602
2609
2610
+ [ 0.88.1 ] : https://github.com/Textualize/textual/compare/v0.88.0...v0.88.1
2603
2611
[ 0.88.0 ] : https://github.com/Textualize/textual/compare/v0.87.1...v0.88.0
2604
2612
[ 0.87.1 ] : https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1
2605
2613
[ 0.87.0 ] : https://github.com/Textualize/textual/compare/v0.86.4...v0.87.0
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " textual"
3
- version = " 0.88.0 "
3
+ version = " 0.88.1 "
4
4
homepage = " https://github.com/Textualize/textual"
5
5
repository = " https://github.com/Textualize/textual"
6
6
documentation = " https://textual.textualize.io/"
@@ -9,8 +9,8 @@ description = "Modern Text User Interface framework"
9
9
authors = [" Will McGugan <will@textualize.io>" ]
10
10
license = " MIT"
11
11
readme = " README.md"
12
- classifiers = [
13
- " Development Status :: 4 - Beta " ,
12
+ classifiers = [
13
+ " Development Status :: 5 - Production/Stable " ,
14
14
" Environment :: Console" ,
15
15
" Intended Audience :: Developers" ,
16
16
" Operating System :: Microsoft :: Windows :: Windows 10" ,
You can’t perform that action at this time.
0 commit comments