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.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
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+
815## [ 0.88.0] - 2024-11-29
916
1017### Fixed
@@ -2600,6 +2607,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
26002607- New handler system for messages that doesn't require inheritance
26012608- Improved traceback handling
26022609
2610+ [ 0.88.1 ] : https://github.com/Textualize/textual/compare/v0.88.0...v0.88.1
26032611[ 0.88.0 ] : https://github.com/Textualize/textual/compare/v0.87.1...v0.88.0
26042612[ 0.87.1 ] : https://github.com/Textualize/textual/compare/v0.87.0...v0.87.1
26052613[ 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 11[tool .poetry ]
22name = " textual"
3- version = " 0.88.0 "
3+ version = " 0.88.1 "
44homepage = " https://github.com/Textualize/textual"
55repository = " https://github.com/Textualize/textual"
66documentation = " https://textual.textualize.io/"
@@ -9,8 +9,8 @@ description = "Modern Text User Interface framework"
99authors = [
" Will McGugan <[email protected] >" ]
1010license = " MIT"
1111readme = " README.md"
12- classifiers = [
13- " Development Status :: 4 - Beta " ,
12+ classifiers = [
13+ " Development Status :: 5 - Production/Stable " ,
1414 " Environment :: Console" ,
1515 " Intended Audience :: Developers" ,
1616 " Operating System :: Microsoft :: Windows :: Windows 10" ,
You can’t perform that action at this time.
0 commit comments