File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ 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.28.1 ] - 2023-06-20
99
1010### Fixed
1111
@@ -15,7 +15,6 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1515- Fixed ` Tabs ` posting unnecessary messages when removing non-active tabs https://github.com/Textualize/textual/issues/2807
1616- call_after_refresh will preserve the sender within the callback https://github.com/Textualize/textual/pull/2806
1717
18-
1918### Added
2019
2120- Added a method of allowing third party code to handle unhandled tokens in ` Markdown ` https://github.com/Textualize/textual/pull/2803
@@ -1081,6 +1080,7 @@ https://textual.textualize.io/blog/2022/11/08/version-040/#version-040
10811080- New handler system for messages that doesn't require inheritance
10821081- Improved traceback handling
10831082
1083+ [ 0.28.1 ] : https://github.com/Textualize/textual/compare/v0.28.0...v0.28.1
10841084[ 0.28.0 ] : https://github.com/Textualize/textual/compare/v0.27.0...v0.28.0
10851085[ 0.27.0 ] : https://github.com/Textualize/textual/compare/v0.26.0...v0.27.0
10861086[ 0.26.0 ] : https://github.com/Textualize/textual/compare/v0.25.0...v0.26.0
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " textual"
3- version = " 0.28.0 "
3+ version = " 0.28.1 "
44homepage = " https://github.com/Textualize/textual"
55description = " Modern Text User Interface framework"
66authors = [
" Will McGugan <[email protected] >" ]
You can’t perform that action at this time.
0 commit comments